chore(文字修改): 询价 -> 询底价;电话询价->联系我们

This commit is contained in:
2025-12-31 11:49:53 +08:00
parent 8dce1058f6
commit b70725c104
6 changed files with 10 additions and 10 deletions

View File

@@ -100,7 +100,7 @@
parseFloat(showPrice(item)).toFixed(2).split('.')[1] }}</text>
</block>
<block v-else>
<text class="unit price-style small">{{ $lang('Make') ? $lang('Make') : '询价' }}</text>
<text class="unit price-style small">{{ $lang('Make') ? $lang('Make') : '询价' }}</text>
</block>
</view>
<view class="member-price-tag"
@@ -192,7 +192,7 @@
parseFloat(showPrice(item)).toFixed(2).split('.')[1] }}</text>
</block>
<block v-else>
<text class="unit price-style small">{{ $lang('Make') ? $lang('Make') : '询价' }}</text>
<text class="unit price-style small">{{ $lang('Make') ? $lang('Make') : '询价' }}</text>
</block>
</view>