Browse Source

核销页面返回上一级

15591641157 3 months ago
parent
commit
23a8ca592a
1 changed files with 4 additions and 2 deletions
  1. 4 2
      packages/merchant/src/pages/home/result/orderConfirm.vue

+ 4 - 2
packages/merchant/src/pages/home/result/orderConfirm.vue

@@ -38,8 +38,10 @@ onLoad(async (query) => {
 
 // 返回上一页
 const navigateBack = () => {
-  uni.navigateBack();
-};
+  uni.navigateBack({
+    delta: 1,
+  })
+}
 </script>
 
 <template>