修复订单状态刷新错误,修复订单数据展示错误

This commit is contained in:
唐明明
2023-05-09 17:02:18 +08:00
parent 88055e6052
commit 95452cea60
4 changed files with 63 additions and 14 deletions

View File

@@ -191,6 +191,9 @@
return
}
umsState(this.trade_id).then(res => {
console.log(res)
resNumb++
if(res.state === 'success'){
clearInterval(outTime)
@@ -322,7 +325,7 @@
title: '加载中...',
mask : true
})
diffDgPay(this.orderId, {
diffDgPay(this.diffId, {
type,
use_fire : this.isDeduction ? 1 : 0,
fire : this.deductionVal || 0,
@@ -543,6 +546,8 @@
},
// 更新订单列表
onRrmoveItem(){
console.log(this.orderId)
this.$store.commit('setOrderId', this.orderId)
this.$Router.back()
}