MrShi
2026-04-21 463b129b1011652af4d4261da4e2797e04198f2f
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') {