瀏覽代碼

提交代码3

xgwangman 4 年之前
父節點
當前提交
bf69a6fe3a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jydocs-mobile/src/components/Recharge.vue

+ 1 - 1
jydocs-mobile/src/components/Recharge.vue

@@ -59,7 +59,7 @@ export default class extends Vue {
     }
 
     buyMoney () {
-      window.location.href = '/page_points/recharge?id=' + this.detailData.docId
+      window.location.href = '/swordfish/integral/index/recharge?id=' + this.detailData.docId
     }
 }
 </script>