|
@@ -65,12 +65,14 @@
|
|
<view class="title tui-skeleton-rect">
|
|
<view class="title tui-skeleton-rect">
|
|
<text class="mclap">{{item.name}}</text>
|
|
<text class="mclap">{{item.name}}</text>
|
|
</view>
|
|
</view>
|
|
- <view class="floor-item-act" v-if="item.actStatus==1">
|
|
|
|
- <view class="floor-tags" v-if="item.promotions.type == 1 && item.promotions.mode==1">{{item.promotions.name}}<text v-if="hasLogin">:¥{{item.price | NumFormat}}</text></view>
|
|
|
|
- <view class="floor-tags" v-else>{{item.promotions.name}}</view>
|
|
|
|
- </view>
|
|
|
|
- <view class="floor-item-act" v-if="item.actStatus ==0 && item.ladderPriceFlag==1">
|
|
|
|
- <view class="floor-tags">阶梯价格</view>
|
|
|
|
|
|
+ <view class="floor-item-act">
|
|
|
|
+ <template v-if="item.actStatus==1">
|
|
|
|
+ <view class="floor-tags" v-if="item.promotions.type == 1 && item.promotions.mode==1">{{item.promotions.name}}<text v-if="hasLogin">:¥{{item.price | NumFormat}}</text></view>
|
|
|
|
+ <view class="floor-tags" v-else>{{item.promotions.name}}</view>
|
|
|
|
+ </template>
|
|
|
|
+ <template v-if="item.actStatus ==0 && item.ladderPriceFlag==1">
|
|
|
|
+ <view class="floor-tags">阶梯价格</view>
|
|
|
|
+ </template>
|
|
</view>
|
|
</view>
|
|
<view class="" v-if="hasLogin">
|
|
<view class="" v-if="hasLogin">
|
|
<view v-if="userIdentity == 4">
|
|
<view v-if="userIdentity == 4">
|
|
@@ -585,7 +587,7 @@
|
|
border-radius: 20rpx;
|
|
border-radius: 20rpx;
|
|
.floor-item{
|
|
.floor-item{
|
|
width: 341rpx;
|
|
width: 341rpx;
|
|
- height: auto;
|
|
|
|
|
|
+ height: 568rpx;
|
|
margin-right: 20rpx;
|
|
margin-right: 20rpx;
|
|
font-size: $font-size-24;
|
|
font-size: $font-size-24;
|
|
color: $text-color;
|
|
color: $text-color;
|