更新页面说明
This commit is contained in:
parent
cea691bd13
commit
25bfd7f387
@ -25,8 +25,10 @@
|
|||||||
<text class="tags_item delivery" v-if="item.delivery_free == 1">包邮</text>
|
<text class="tags_item delivery" v-if="item.delivery_free == 1">包邮</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="acea-row row-middle" style="display: flex;justify-content: space-between;">
|
<view class="acea-row row-middle" style="display: flex;justify-content: space-between;">
|
||||||
<view class='money'>¥<text class='num'>{{item.price}}</text><text
|
<view class='money'>
|
||||||
style="color: #ccc;">/{{item.unit_name}}</text></view>
|
¥<text class='num'>{{item.price}}</text>
|
||||||
|
<text style="color: #ccc;" v-if="item.unit_name&&item.unit_name!='无'">/{{item.unit_name}}</text>
|
||||||
|
</view>
|
||||||
<image class="car" src="@/static/assets/car.png"></image>
|
<image class="car" src="@/static/assets/car.png"></image>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="item.show_svip_info && item.show_svip_info.show_svip_price && item.svip_price"
|
<view v-if="item.show_svip_info && item.show_svip_info.show_svip_price && item.svip_price"
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
<view class='money p-color skeleton-rect' style="min-width: 70rpx;">
|
<view class='money p-color skeleton-rect' style="min-width: 70rpx;">
|
||||||
¥
|
¥
|
||||||
<text class='num'>{{storeInfo.price}}</text>
|
<text class='num'>{{storeInfo.price}}</text>
|
||||||
<text style="color: #000;font-weight: 500;" v-if="storeInfo.attr&&storeInfo.attr.length==0">{{"/"}}{{ storeInfo.unit_name}}</text>
|
<text style="color: #000;font-weight: 500;" v-if="storeInfo.attr&&storeInfo.attr.length==0&&storeInfo.unit_name!='无'">/{{ storeInfo.unit_name}}</text>
|
||||||
<text style="color: #000;font-weight: 500;" v-else>{{" 起 "}}</text>
|
<text style="color: #000;font-weight: 500;" v-else>{{" 起 "}}</text>
|
||||||
<view v-if="svipData && svipData.show_svip_price && svipData.show_svip"
|
<view v-if="svipData && svipData.show_svip_price && svipData.show_svip"
|
||||||
style="display: inline-block;">
|
style="display: inline-block;">
|
||||||
|
@ -170,7 +170,7 @@
|
|||||||
<view class="price">
|
<view class="price">
|
||||||
<view class="price-num">
|
<view class="price-num">
|
||||||
<text class="unit-price">¥{{ item.price }}</text><text
|
<text class="unit-price">¥{{ item.price }}</text><text
|
||||||
class="unit-name" v-if="item.unit_name">/{{ item.unit_name }}</text>
|
class="unit-name" v-if="item.unit_name&&item.unit_name!='无'">/{{ item.unit_name }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="price-icon iconfont icon-gouwuche"></view>
|
<view class="price-icon iconfont icon-gouwuche"></view>
|
||||||
</view>
|
</view>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user