Просмотр исходного кода

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

yangfeng 3 лет назад
Родитель
Сommit
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()}`
     }
   }
 }