shish 1 год назад
Родитель
Сommit
40f9bec533
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      hdApp/src/pagesPurchase/purDetails.vue

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

@@ -458,7 +458,7 @@ export default {
       purchaseClearCreateOrder({ purchaseIds:arr.join(','),ghsId:this.detailInfo.ghsId }).then(res => {
         if(res.code == 1) {
             uni.hideLoading()
-            that.pageTo({ url: '/pagesPurchase/gatherPay?orderSn=' + res.data.orderSn + '&actPrice=' + res.data.actPrice+'&remainSecond='+res.data.remainSecond, type: 2 })
+            that.pageTo({ url: '/pagesPurchase/gatherPay?id=' + res.data.id, type: 2 })
         }
       })
     },