合并
This commit is contained in:
parent
6ace5ba71d
commit
93cd1f3c26
2
App.vue
2
App.vue
|
@ -28,7 +28,7 @@
|
|||
|
||||
@font-face {
|
||||
font-family: 'FangZhengFonts';
|
||||
src: url('https://carboner.cn:8888/api/file/download/FangZhengFonts.ttf') format('truetype');
|
||||
src: url('https://www.carboner.cn:8888/api/file/download/FangZhengFonts.ttf') format('truetype');
|
||||
}
|
||||
|
||||
view {
|
||||
|
|
|
@ -468,8 +468,14 @@
|
|||
'cookie': wx.getStorageSync('cookie')
|
||||
}
|
||||
})
|
||||
if(res.data.code === 5000) {
|
||||
uni.showToast({
|
||||
icon: 'error',
|
||||
title: res.data.message
|
||||
})
|
||||
}
|
||||
res.data.data.length > 0 ? errorArr.value = res.data.data : errorArr.value = null
|
||||
console.log(res.data);
|
||||
console.log('服务类校验res---->',res.data);
|
||||
if (res.data.data.length != 0) {
|
||||
uni.showModal({
|
||||
title: '提示',
|
||||
|
|
|
@ -5,11 +5,13 @@
|
|||
class="self-stretch image"
|
||||
:src="goodObject.goodImg"
|
||||
/> -->
|
||||
<swiper class="swiper-box">
|
||||
<swiper-item v-for="(item,index) in imgArr" :key="index" >
|
||||
<image mode="aspectFill" class="self-stretch image" :src="item" @tap="previewImage(index)"></image>
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
<view style="margin: 5px;">
|
||||
<swiper class="swiper-box">
|
||||
<swiper-item v-for="(item,index) in imgArr" :key="index" >
|
||||
<image mode="aspectFill" class="self-stretch image" :src="item" @tap="previewImage(index)"></image>
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
</view>
|
||||
<view class="flex-col self-stretch section_2">
|
||||
<view class="self-start group">
|
||||
<text class="font text_2">¥</text>
|
||||
|
|
Loading…
Reference in New Issue
Block a user