From b34c18c7622d6fa1163c6fe66404946be6daffce Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期六, 01 十一月 2025 01:45:07 +0800
Subject: [PATCH] 优化PDA
---
新建文件夹/PDA/pages/stash/Checkoutorder.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/Checkoutorder.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/Checkoutorder.vue"
index b8da3c9..5c50665 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/Checkoutorder.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/Checkoutorder.vue"
@@ -69,14 +69,14 @@
this.ischeck=true;
},
onShow() {
- this.ischeck = uni.getStorageSync('ischeck');
- if (this.ischeck) {
- uni.removeStorageSync('ischeck');
+ // this.ischeck = uni.getStorageSync('ischeck');
+ // if (this.ischeck) {
+ // uni.removeStorageSync('ischeck');
this.pageNo = 1;
this.allReceivingOrders = [];
// 浠庡叾浠栭〉闈㈣繑鍥炴椂鍒锋柊
this.getData();
- }
+ // }
},
onPageScroll(e) {
this.scrollTop = e.scrollTop;
--
Gitblit v1.9.3