|
|
@ -22,7 +22,7 @@ |
|
|
|
<view v-if="priceShow" class="price acea-row" :style="'color:'+priceColor"> |
|
|
|
<view v-if="priceShow" class="price acea-row" :style="'color:'+priceColor"> |
|
|
|
<view> |
|
|
|
<view> |
|
|
|
¥ |
|
|
|
¥ |
|
|
|
<text>{{ item.price }}</text> |
|
|
|
<text>{{ item.price }}</text><text>+积分{{ item.point }}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -42,7 +42,7 @@ |
|
|
|
<view class="text-info"> |
|
|
|
<view class="text-info"> |
|
|
|
<view v-if="titleShow" class="title line1">{{ item.store_name }}</view> |
|
|
|
<view v-if="titleShow" class="title line1">{{ item.store_name }}</view> |
|
|
|
<view v-if="priceShow" class="price acea-row" :style="'color:'+priceColor"> |
|
|
|
<view v-if="priceShow" class="price acea-row" :style="'color:'+priceColor"> |
|
|
|
<view>¥<text>{{ item.price }}</text></view> |
|
|
|
<view>¥<text>{{ item.price }}</text><text>+积分{{ item.point }}</text></view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -62,7 +62,7 @@ |
|
|
|
<view v-if="titleShow" class="title line1">{{ item.store_name }}</view> |
|
|
|
<view v-if="titleShow" class="title line1">{{ item.store_name }}</view> |
|
|
|
<view v-if="priceShow" class="price"> |
|
|
|
<view v-if="priceShow" class="price"> |
|
|
|
<view v-if="priceShow" :style="'color:'+priceColor"> |
|
|
|
<view v-if="priceShow" :style="'color:'+priceColor"> |
|
|
|
¥<text>{{ item.price }}</text> |
|
|
|
¥<text>{{ item.price }}</text><text>+积分{{ item.point }}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -81,7 +81,7 @@ |
|
|
|
<view v-if="priceShow || opriceShow" class="price"> |
|
|
|
<view v-if="priceShow || opriceShow" class="price"> |
|
|
|
<view v-if="priceShow" :style="'color:'+priceColor"> |
|
|
|
<view v-if="priceShow" :style="'color:'+priceColor"> |
|
|
|
<text>¥</text> |
|
|
|
<text>¥</text> |
|
|
|
{{ item.price }} |
|
|
|
{{ item.price }}<text>+积分{{ item.point }}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -274,7 +274,7 @@ export default { |
|
|
|
font-size: 26rpx; |
|
|
|
font-size: 26rpx; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
text { |
|
|
|
text { |
|
|
|
font-size: 36rpx; |
|
|
|
font-size: 28rpx; |
|
|
|
font-weight: 550; |
|
|
|
font-weight: 550; |
|
|
|
} |
|
|
|
} |
|
|
|
.ot-price{ |
|
|
|
.ot-price{ |
|
|
|