@@ -165,9 +165,12 @@
}).then(res => {
console.log(res.data);
if (res.data.code == 0) {
- uni.navigateTo({
- url: '/pagesHouse/Mine/ordersList/outcome'
- })
+ this.$showToast('核销成功');
+ setTimeout(()=>{
+ uni.navigateTo({
+ url: '/pagesHouse/Mine/ordersList/outcome'
+ })
+ },1500)
}
})
},