|
@@ -74,8 +74,8 @@
|
|
<image class="item-img tui-skeleton-fillet" :src="prop.image" mode="aspectFill"></image>
|
|
<image class="item-img tui-skeleton-fillet" :src="prop.image" mode="aspectFill"></image>
|
|
<view class="floor-item-content">
|
|
<view class="floor-item-content">
|
|
<view class="title tui-skeleton-rect">
|
|
<view class="title tui-skeleton-rect">
|
|
- <text class="mclap-tag" v-if="prop.beautyActFlag == '1'">美博会</text>
|
|
|
|
- <text class="mclap" :class="prop.beautyActFlag == '1' ? 'indent' : ''">{{
|
|
|
|
|
|
+ <text class="mclap-tag" v-if="prop.beautyActFlag == 1">美博会</text>
|
|
|
|
+ <text class="mclap" :class="prop.beautyActFlag == 1 ? 'indent' : ''">{{
|
|
prop.name
|
|
prop.name
|
|
}}</text>
|
|
}}</text>
|
|
</view>
|
|
</view>
|
|
@@ -118,9 +118,9 @@
|
|
</template>
|
|
</template>
|
|
<template v-if="prop.svipProductFlag == 1">
|
|
<template v-if="prop.svipProductFlag == 1">
|
|
<view class="svip-tags">
|
|
<view class="svip-tags">
|
|
- <view class="tags" :class="{ none: !isShowVipFlag(pros) }">SVIP</view>
|
|
|
|
- <view class="price" v-if="isShowVipFlag(pros)">{{
|
|
|
|
- pros.svipPriceTag
|
|
|
|
|
|
+ <view class="tags" :class="{ none: !isShowVipFlag(prop) }">SVIP</view>
|
|
|
|
+ <view class="price" v-if="isShowVipFlag(prop)">{{
|
|
|
|
+ prop.svipPriceTag
|
|
}}</view>
|
|
}}</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
@@ -247,8 +247,8 @@
|
|
<image class="item-img tui-skeleton-fillet" :src="prop.image" mode="aspectFill"></image>
|
|
<image class="item-img tui-skeleton-fillet" :src="prop.image" mode="aspectFill"></image>
|
|
<view class="floor-item-content">
|
|
<view class="floor-item-content">
|
|
<view class="title tui-skeleton-rect">
|
|
<view class="title tui-skeleton-rect">
|
|
- <text class="mclap-tag" v-if="prop.priceFlag == '1'">美博会</text>
|
|
|
|
- <text class="mclap" :class="prop.priceFlag == '1' ? 'indent' : ''">{{
|
|
|
|
|
|
+ <text class="mclap-tag" v-if="prop.beautyActFlag == 1">美博会</text>
|
|
|
|
+ <text class="mclap" :class="prop.beautyActFlag == 1 ? 'indent' : ''">{{
|
|
isInterceptHtmlFn(prop.name)
|
|
isInterceptHtmlFn(prop.name)
|
|
}}</text>
|
|
}}</text>
|
|
</view>
|
|
</view>
|
|
@@ -291,9 +291,9 @@
|
|
</template>
|
|
</template>
|
|
<template v-if="prop.svipProductFlag == 1">
|
|
<template v-if="prop.svipProductFlag == 1">
|
|
<view class="svip-tags">
|
|
<view class="svip-tags">
|
|
- <view class="tags" :class="{ none: !isShowVipFlag(pros) }">SVIP</view>
|
|
|
|
- <view class="price" v-if="isShowVipFlag(pros)">{{
|
|
|
|
- pros.svipPriceTag
|
|
|
|
|
|
+ <view class="tags" :class="{ none: !isShowVipFlag(prop) }">SVIP</view>
|
|
|
|
+ <view class="price" v-if="isShowVipFlag(prop)">{{
|
|
|
|
+ prop.svipPriceTag
|
|
}}</view>
|
|
}}</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|