| | |
| | | this.showLogin = true |
| | | return |
| | | } |
| | | uni.setStorageSync('selectedStore', this.activeStore) |
| | | uni.navigateTo({ |
| | | url: '/pages/luggage-storage/luggage-storage' |
| | | }) |
| | |
| | | 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; |