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