|
@@ -249,6 +249,7 @@
|
|
|
},
|
|
|
onUnload() {
|
|
|
this.$store.state.vuex_tempOrderData = null
|
|
|
+ uni.$emit('refashPayBalance')
|
|
|
},
|
|
|
computed: {
|
|
|
totalPages(){
|
|
@@ -347,6 +348,7 @@
|
|
|
_this.message('取消成功')
|
|
|
item.payInfo = null
|
|
|
uni.$emit('refreshPurcaOrder',item,'CANCEL')
|
|
|
+ uni.$emit('refashPayBalance')
|
|
|
setTimeout(()=>{
|
|
|
uni.navigateBack()
|
|
|
},3000)
|
|
@@ -376,6 +378,7 @@
|
|
|
_this.statusMessage = '订单超过30分钟已自动取消'
|
|
|
_this.info.cancelDate = moment().format('YYYY-MM-DD hh:mm:ss')
|
|
|
uni.$emit('refreshPurcaOrder',_this.info,'CANCEL')
|
|
|
+ uni.$emit('refashPayBalance')
|
|
|
// 更改标题栏背景色
|
|
|
uni.setNavigationBarColor({
|
|
|
frontColor: '#ffffff',
|