@@ -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 })
}
})
},