Compare commits
No commits in common. "92fe2bee8e86b81fc5dd9e7d1b0c7b5bf8b2f4c9" and "f536f29638c6bb6814c0c2521e3c84223bd8c467" have entirely different histories.
92fe2bee8e
...
f536f29638
|
@ -468,14 +468,8 @@
|
|||
'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---->',res.data);
|
||||
console.log(res.data);
|
||||
if (res.data.data.length != 0) {
|
||||
uni.showModal({
|
||||
title: '提示',
|
||||
|
|
|
@ -5,13 +5,11 @@
|
|||
class="self-stretch image"
|
||||
:src="goodObject.goodImg"
|
||||
/> -->
|
||||
<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