MrShi
22 小时以前 8a899e63502939dbf034b90ba46741e0faa9023c
small-program/pages/storage-point/storage-point.vue
@@ -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;