MrShi
2026-05-14 ce1248297e07cf5e409a37d43f2e0b54fcf86071
small-program/pages/storage-point/storage-point.vue
@@ -118,12 +118,12 @@
                  <view class="popup-gap"></view>
                  <view class="popup-section">
                     <text class="popup-section-title">寄存类型</text>
                     <text class="popup-section-text">{{ activeStore.depositTypes }}</text>
                     <text class="popup-section-text">{{ activeStore.depositTypes || '' }}</text>
                  </view>
                  <view class="popup-gap"></view>
                  <view class="popup-section no-border">
                     <text class="popup-section-title">收费标准</text>
                     <text class="popup-section-text">{{ activeStore.feeStandard }}</text>
                     <text class="popup-section-text">{{ activeStore.feeStandard || '' }}</text>
                  </view>
                  </view>
               </scroll-view>
@@ -385,6 +385,7 @@
               this.showLogin = true
               return
            }
            uni.setStorageSync('selectedStore', this.activeStore)
            uni.navigateTo({
               url: '/pages/luggage-storage/luggage-storage'
            })
@@ -850,10 +851,23 @@
      width: 24rpx;
      height: 24rpx;
      margin-right: 4rpx;
      flex-shrink: 0;
   }
   .point-address text {
      width: 425rpx;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
   }
   .point-time {
      display: block;
      width: 425rpx;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-top: 20rpx;
      line-height: 1.5;
      font-weight: 400;