瀏覽代碼

fix:数据报告跳购买页地址

yangfeng 3 年之前
父節點
當前提交
e18c503c26
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/main/ReportDetail.vue

+ 2 - 2
src/views/main/ReportDetail.vue

@@ -118,9 +118,9 @@ export default class Home extends Vue {
   goBuy (id) {
     this.saveReportInfo(this.detail)
     if (this.disWord) {
-      location.href = `/jy_mobile//common/order/create/datareport?id=${id}&disWord=${this.disWord}&t=${+new Date()}`
+      location.href = `/jy_mobile/common/order/create/datareport?id=${id}&disWord=${this.disWord}&t=${+new Date()}`
     } else {
-      location.href = `/jy_mobile//common/order/create/datareport?id=${id}?t=${+new Date()}`
+      location.href = `/jy_mobile/common/order/create/datareport?id=${id}?t=${+new Date()}`
     }
   }
 }