shish пре 1 година
родитељ
комит
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 => {
       purchaseClearCreateOrder({ purchaseIds:arr.join(','),ghsId:this.detailInfo.ghsId }).then(res => {
         if(res.code == 1) {
         if(res.code == 1) {
             uni.hideLoading()
             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 })
         }
         }
       })
       })
     },
     },