Forráskód Böngészése

feat: 订单类型

zhangyuhan 7 hónapja
szülő
commit
a4cc6f9fda
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/order/detail.vue

+ 1 - 1
src/views/order/detail.vue

@@ -326,7 +326,7 @@ export default class OrderDetail extends Vue {
     }
     if (this.orderInfo.state === 0) {
       if (window.navigator.userAgent.indexOf('miniProgram') !== -1) {
-        location.href = `/jyapp/pay/checkout_subvip?order_code=${this.ordercode}&orderCode=${this.ordercode}&code=${this.ordercode}&ordercode=${this.ordercode}&t=3`
+        location.href = `/jyapp/pay/checkout_datareport?order_code=${this.ordercode}&orderCode=${this.ordercode}&code=${this.ordercode}&ordercode=${this.ordercode}&t=3`
       } else if (this.$envs.inWX) {
         location.href = payUrl[this.$env.platform]
       } else {