修复订单状态刷新错误,修复订单数据展示错误
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user