@@ -293,6 +293,11 @@
}).then(res => {
if (res.code == 0) {
uni.$u.toast('确认收货成功');
+ setTimeout(() => {
+ uni.navigateBack({
+ delta: 1
+ })
+ }, 500)
}
})