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