This commit is contained in:
许允枞 2025-03-12 18:02:00 +08:00
parent 2f04c1adcf
commit a4c1fd25b4
3 changed files with 546 additions and 441 deletions

View File

@ -539,7 +539,7 @@ export default {
}
let res = await request({
url: '/system/info/add',
url: '/system/info/add',
method: 'post',
data: data
})

View File

@ -42,7 +42,7 @@
<text>检测类型</text>
<text>{{ detailData.goodsName }}</text>
</view>
<view class="dis-hui">
<view class="dis-hui" v-if="roleSelect == 'shop'">
<text></text>
<text>{{ detailData.goodsPrice / 100 }}</text>
</view>

File diff suppressed because it is too large Load Diff