chore(文字修改): 询价 -> 询底价;电话询价->联系我们
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
<text class="unit price-style small">.{{ parseFloat(showPrice(item)).toFixed(2).split('.')[1] }}</text>
|
||||
</view>
|
||||
<view class="discount-price" v-else>
|
||||
<text class="price price-style large">{{langstatus?$lang('Make'):'询价'}}</text>
|
||||
<text class="price price-style large">{{langstatus?$lang('Make'):'询底价'}}</text>
|
||||
</view>
|
||||
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
<text class="unit price-style small">.{{ parseFloat(showPrice(item)).toFixed(2).split('.')[1] }}</text>
|
||||
</view>
|
||||
<view class="discount-price" v-else>
|
||||
<text class="price price-style large">{{langstatus?$lang('Make'):'询价'}}</text>
|
||||
<text class="price price-style large">{{langstatus?$lang('Make'):'询底价'}}</text>
|
||||
</view>
|
||||
<view class="member-price-tag" v-if="item.member_price && item.member_price == showPrice(item)">
|
||||
<image :src="$util.img('public/uniapp/index/VIP.png')" mode="widthFix"></image>
|
||||
|
||||
Reference in New Issue
Block a user