From 463b129b1011652af4d4261da4e2797e04198f2f Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 21 四月 2026 16:14:07 +0800
Subject: [PATCH] 调接口加页面
---
small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.js | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.js b/small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.js
index b9b4b72..39faac8 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.js
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.js
@@ -572,10 +572,17 @@
this.tempSelectedStoreId = null;
this.showStorePopup = true;
},
+ openStorePopup0: function openStorePopup0() {
+ this.storePopupType = 'send0';
+ this.tempSelectedStoreId = null;
+ this.showStorePopup = true;
+ },
confirmStore: function confirmStore() {
+ console.log("=========================");
var selected = this.storeList.find(function (item) {
return item.active;
});
+ console.log(selected);
if (this.storePopupType === 'send') {
this.sendStore = selected;
} else if (this.storePopupType === 'receive') {
--
Gitblit v1.9.3