商品价格 - > ¥

This commit is contained in:
xiaofajia 2024-12-09 11:04:54 +08:00
parent 75bbe0eac7
commit 37ba57178b

View File

@ -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() !== '') {