商品价格 - > ¥
This commit is contained in:
parent
75bbe0eac7
commit
37ba57178b
@ -36,11 +36,11 @@
|
||||
|
||||
|
||||
<view class="dis-hui">
|
||||
<text>商品:</text>
|
||||
<text>检测类型:</text>
|
||||
<text>{{ detailData.goodsName }}</text>
|
||||
</view>
|
||||
<view class="dis-hui">
|
||||
<text>商品价格:</text>
|
||||
<text>¥:</text>
|
||||
<text>{{ detailData.goodsPrice / 100 }}元</text>
|
||||
</view>
|
||||
</view>
|
||||
@ -655,6 +655,7 @@ export default {
|
||||
}
|
||||
})
|
||||
this.detailData = res.data
|
||||
|
||||
this.detailData.stepInfos.forEach(item => {
|
||||
// 检查 item.images 是否为有效的字符串
|
||||
if (typeof item.images === 'string' && item.images.trim() !== '') {
|
||||
|
Loading…
Reference in New Issue
Block a user