shish 1 год назад
Родитель
Сommit
64f8b3cfb1
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      hdApp/src/pagesPurchase/gatherAliPay.vue
  2. 1 1
      hdApp/src/pagesPurchase/gatherPay.vue

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

@@ -75,7 +75,7 @@ export default {
           this.orderSn = res.data.orderSn?res.data.orderSn:''
           this.actPrice = res.data.actPrice?res.data.actPrice:0
           this.remainSecond = res.data.remainSecond?res.data.remainSecond:0
-          this.orderTime = this.remainSecond - 10 > 0 ? (this.remainSecond - 10) : 0
+          this.orderTime = this.remainSecond - 15 > 0 ? (this.remainSecond - 15) : 0
           this.orderTimeFun()
           // #ifdef MP-WEIXIN
           this.getPayCodeFn(this.orderSn)

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

@@ -75,7 +75,7 @@ export default {
           this.orderSn = res.data.orderSn?res.data.orderSn:''
           this.actPrice = res.data.actPrice?res.data.actPrice:0
           this.remainSecond = res.data.remainSecond?res.data.remainSecond:0
-          this.orderTime = this.remainSecond - 10 > 0 ? (this.remainSecond - 10) : 0
+          this.orderTime = this.remainSecond - 15 > 0 ? (this.remainSecond - 15) : 0
           this.orderTimeFun()
 				}
 		})