修改
This commit is contained in:
parent
95a022fdda
commit
0de2af9205
@ -84,7 +84,7 @@
|
||||
}
|
||||
this.timer = setTimeout(e => {
|
||||
uni.navigateBack({
|
||||
delta: 4
|
||||
delta: 3
|
||||
})
|
||||
}, 1500)
|
||||
}
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
nurseItemPrice: null,
|
||||
appointmentOrderId: null,
|
||||
cancelAppointmentReason: '',
|
||||
timer:null,
|
||||
timer: null,
|
||||
}
|
||||
},
|
||||
onLoad(options) {
|
||||
@ -40,6 +40,7 @@
|
||||
type: 'error',
|
||||
})
|
||||
} else if (res.code == 200) {
|
||||
uni.setStorageSync("Refresh", 'Refresh')
|
||||
this.$refs.uToast.show({
|
||||
title: '取消成功',
|
||||
type: 'success'
|
||||
@ -49,7 +50,7 @@
|
||||
}
|
||||
this.timer = setTimeout(e => {
|
||||
uni.navigateBack({
|
||||
delta: 3
|
||||
delta: 2
|
||||
})
|
||||
}, 1500)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user