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 () {
     buyMoney () {
-      window.location.href = '/page_points/recharge?id=' + this.detailData.docId
+      window.location.href = '/swordfish/integral/index/recharge?id=' + this.detailData.docId
     }
     }
 }
 }
 </script>
 </script>