|
|
@@ -157,7 +157,7 @@ export default {
|
|
|
|
|
|
},
|
|
|
payFinish(){
|
|
|
- this.$util.pageTo({ url: '/admin/billing/result',type:2,query: {orderId:this.orderId}})
|
|
|
+ this.$util.pageTo({ url: '/admin/billing/result?orderId='+this.orderId,type:2})
|
|
|
},
|
|
|
changePayWay(payWay){
|
|
|
this.payWay = payWay
|
|
|
@@ -166,10 +166,7 @@ export default {
|
|
|
that.$util.confirmModal({content:'确认赊账?'},() => {
|
|
|
debtPay({id:this.orderId}).then(res=>{
|
|
|
if(res.code == 1){
|
|
|
- that.$msg(res.msg)
|
|
|
- setTimeout(function(){
|
|
|
- uni.navigateBack()
|
|
|
- },1000)
|
|
|
+ that.$util.pageTo({ url: '/admin/billing/result?orderId='+this.orderId,type:2})
|
|
|
}
|
|
|
})
|
|
|
})
|