浏览代码

订单详情页确认收货调整

DELL 3 年之前
父节点
当前提交
4d1fe77b03
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      pages/order/detail.vue

+ 5 - 0
pages/order/detail.vue

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