合并
This commit is contained in:
parent
6ace5ba71d
commit
93cd1f3c26
2
App.vue
2
App.vue
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'FangZhengFonts';
|
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 {
|
view {
|
||||||
|
|
|
@ -468,8 +468,14 @@
|
||||||
'cookie': wx.getStorageSync('cookie')
|
'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
|
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) {
|
if (res.data.data.length != 0) {
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
title: '提示',
|
title: '提示',
|
||||||
|
|
|
@ -5,11 +5,13 @@
|
||||||
class="self-stretch image"
|
class="self-stretch image"
|
||||||
:src="goodObject.goodImg"
|
:src="goodObject.goodImg"
|
||||||
/> -->
|
/> -->
|
||||||
<swiper class="swiper-box">
|
<view style="margin: 5px;">
|
||||||
<swiper-item v-for="(item,index) in imgArr" :key="index" >
|
<swiper class="swiper-box">
|
||||||
<image mode="aspectFill" class="self-stretch image" :src="item" @tap="previewImage(index)"></image>
|
<swiper-item v-for="(item,index) in imgArr" :key="index" >
|
||||||
</swiper-item>
|
<image mode="aspectFill" class="self-stretch image" :src="item" @tap="previewImage(index)"></image>
|
||||||
</swiper>
|
</swiper-item>
|
||||||
|
</swiper>
|
||||||
|
</view>
|
||||||
<view class="flex-col self-stretch section_2">
|
<view class="flex-col self-stretch section_2">
|
||||||
<view class="self-start group">
|
<view class="self-start group">
|
||||||
<text class="font text_2">¥</text>
|
<text class="font text_2">¥</text>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user