Explorar o código

订单详情页确认收货调整

DELL %!s(int64=3) %!d(string=hai) anos
pai
achega
4d1fe77b03
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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)
 								}
 							})
 						}