From ccbbf11865492708cdec59c593113fb4989fa2d3 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 28 四月 2026 21:12:28 +0800
Subject: [PATCH] 支付宝支付ddd

---
 small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.js |   25 ++++++++++++++++---------
 1 files changed, 16 insertions(+), 9 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 af6b851..7c43bab 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
@@ -101,16 +101,16 @@
 try {
   components = {
     uIcon: function () {
-      return Promise.all(/*! import() | node-modules/uview-ui/components/u-icon/u-icon */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-icon/u-icon.vue */ 482))
+      return Promise.all(/*! import() | node-modules/uview-ui/components/u-icon/u-icon */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-icon/u-icon.vue */ 498))
     },
     uDatetimePicker: function () {
-      return Promise.all(/*! import() | node-modules/uview-ui/components/u-datetime-picker/u-datetime-picker */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-datetime-picker/u-datetime-picker")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-datetime-picker/u-datetime-picker.vue */ 506))
+      return Promise.all(/*! import() | node-modules/uview-ui/components/u-datetime-picker/u-datetime-picker */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-datetime-picker/u-datetime-picker")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-datetime-picker/u-datetime-picker.vue */ 522))
     },
     uPopup: function () {
-      return Promise.all(/*! import() | node-modules/uview-ui/components/u-popup/u-popup */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-popup/u-popup")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-popup/u-popup.vue */ 498))
+      return Promise.all(/*! import() | node-modules/uview-ui/components/u-popup/u-popup */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-popup/u-popup")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-popup/u-popup.vue */ 514))
     },
     uActionSheet: function () {
-      return Promise.all(/*! import() | node-modules/uview-ui/components/u-action-sheet/u-action-sheet */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-action-sheet/u-action-sheet")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-action-sheet/u-action-sheet.vue */ 515))
+      return Promise.all(/*! import() | node-modules/uview-ui/components/u-action-sheet/u-action-sheet */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-action-sheet/u-action-sheet")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-action-sheet/u-action-sheet.vue */ 531))
     },
   }
 } catch (e) {
@@ -271,7 +271,7 @@
         label: '鍚屽煄瀵勯��',
         value: 'city'
       }],
-      agreementChecked: true,
+      agreementChecked: false,
       tempSelectedStoreId: 2,
       selectedStoreId: 2,
       tempSelectedGoodsIds: [1],
@@ -291,6 +291,7 @@
       },
       amountData: null,
       showInsuranceTip: false,
+      showInsuranceTipText: '',
       luggageTypes: [],
       serviceTimes: [],
       storeList: [],
@@ -353,6 +354,7 @@
     this.getNearbyShopList();
     this.getCategoryList();
     this.getCitySizeList();
+    this.agreementChecked = false;
     uni.$on('updateAddress', function (data) {
       console.log(data);
       _this2.receiveAddr = data;
@@ -599,8 +601,8 @@
       }
       this.showStorePopup = false;
     },
-    confirmGoods: function confirmGoods(relationOtherField) {
-      var _this$goodsOptions$fi, _this$goodsOptions$fi2;
+    confirmGoods: function confirmGoods() {
+      var _this$goodsOptions$fi, _this$goodsOptions$fi2, _this$goodsOptions$fi3, _this$goodsOptions$fi4;
       if (!this.goodsOptions.find(function (item) {
         return item.active;
       })) {
@@ -616,7 +618,12 @@
       this.form.goodType = ((_this$goodsOptions$fi2 = this.goodsOptions.find(function (item) {
         return item.active;
       })) === null || _this$goodsOptions$fi2 === void 0 ? void 0 : _this$goodsOptions$fi2.id) || '';
-      this.showInsuranceTip = relationOtherField === 1;
+      this.showInsuranceTip = ((_this$goodsOptions$fi3 = this.goodsOptions.find(function (item) {
+        return item.active;
+      })) === null || _this$goodsOptions$fi3 === void 0 ? void 0 : _this$goodsOptions$fi3.relationOtherField) === '1';
+      this.showInsuranceTipText = (_this$goodsOptions$fi4 = this.goodsOptions.find(function (item) {
+        return item.active;
+      })) === null || _this$goodsOptions$fi4 === void 0 ? void 0 : _this$goodsOptions$fi4.relationRemark;
       this.showGoodsPopup = false;
     },
     confirmArriveTime: function confirmArriveTime(e) {
@@ -1081,7 +1088,7 @@
                 });
                 return _context10.abrupt("return");
               case 45:
-                if (!(_this11.form.insurance !== '' || _this11.form.insurance <= 0)) {
+                if (!(_this11.form.insurance === '' || _this11.form.insurance <= 0)) {
                   _context10.next = 48;
                   break;
                 }

--
Gitblit v1.9.3