shish 5 lat temu
rodzic
commit
7bc3b9a99c

+ 1 - 1
hdApp/src/pagesPurchase/gatherPay.vue

@@ -53,9 +53,9 @@ export default {
     };
   },
   onLoad (options) {
-    // this.getWeChat(options.ids,options.id)
     this.orderSn = options.orderSn
     this.actPrice = options.actPrice
+    this.orderTime = options.remainSecond - 10 > 0 ? options.remainSecond : 10
     this.orderTimeFun();
   },
   computed: {

+ 1 - 1
hdApp/src/pagesPurchase/gathering.vue

@@ -198,7 +198,7 @@ export default {
           console.log('res ===>', res)
           if(res.code == 1) {
             this.pageTo({
-              url: '/pagesPurchase/gatherPay?orderSn=' + res.data.orderSn + '&actPrice=' + res.data.actPrice,
+              url: '/pagesPurchase/gatherPay?orderSn=' + res.data.orderSn + '&actPrice=' + res.data.actPrice+'&remainSecond='+res.data.remainSecond,
               type: 2
             })
           }