From 98f85329521b8554e6b71b4837e9a0fe6473dd75 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 21 四月 2026 16:00:05 +0800
Subject: [PATCH] 支付宝支付ddd
---
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 e10c233..95398e3 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