更新
This commit is contained in:
parent
2f04c1adcf
commit
a4c1fd25b4
@ -539,7 +539,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let res = await request({
|
let res = await request({
|
||||||
url: '/system/info/add',
|
url: '/system/info/add',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: data
|
data: data
|
||||||
})
|
})
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
<text>检测类型:</text>
|
<text>检测类型:</text>
|
||||||
<text>{{ detailData.goodsName }}</text>
|
<text>{{ detailData.goodsName }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="dis-hui">
|
<view class="dis-hui" v-if="roleSelect == 'shop'">
|
||||||
<text>¥:</text>
|
<text>¥:</text>
|
||||||
<text>{{ detailData.goodsPrice / 100 }}元</text>
|
<text>{{ detailData.goodsPrice / 100 }}元</text>
|
||||||
</view>
|
</view>
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user