chore(多语言): 部分语言暂时使用 isEnEnv 计算属性来判断

This commit is contained in:
2025-12-26 18:11:15 +08:00
parent 31623e6667
commit 332350cfab
3 changed files with 25 additions and 25 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">咨询</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">咨询</text>
<text class="unit price-style small">{{ $lang('Make') ? $lang('Make') : '咨询' }}</text>
</block>
</view>