|
|
@@ -17,8 +17,8 @@
|
|
|
</view>
|
|
|
|
|
|
<view style="margin-top:10upx;" v-else>
|
|
|
- <view style="margin-bottom:30upx;margin-top:10upx;">
|
|
|
- <image style="width:82vw;" :src="`${constant.imgUrl}/cg/hd_cg_route4.png`" mode="widthFix"></image>
|
|
|
+ <view style="margin-bottom:10upx;margin-top:10upx;">
|
|
|
+ <image style="width:86vw;" :src="`${constant.imgUrl}/cg/hd_cg_route4.png`" mode="widthFix"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
@@ -54,7 +54,7 @@ export default {
|
|
|
const storageKey = 'particularsVisitCount'
|
|
|
let visitCount = Number(uni.getStorageSync(storageKey) || 0) + 1
|
|
|
uni.setStorageSync(storageKey, visitCount)
|
|
|
- this.showFirstGuide = visitCount <= 1
|
|
|
+ this.showFirstGuide = visitCount <= 3
|
|
|
|
|
|
//供货商打开太阳码分享给客户,客户需要采购进来
|
|
|
let scene = uni.getStorageSync('ghsCgScene')
|