|
|
|
@ -17,11 +17,11 @@
|
|
|
|
|
<u-image :src="staticImage.fxxGuide7" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> |
|
|
|
|
<u-image @click="navTo('/pages/Pages/plan?scroll=#cron')" :src="staticImage.fxxGuide8" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> |
|
|
|
|
<u-image :src="staticImage.fxxGuide9" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> |
|
|
|
|
<u-image @click="redirtTo('/pages/Index/index?footCheck=shop&tabCheck=room',true,true)" :src="staticImage.fxxGuide10" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> |
|
|
|
|
<u-image @click="reLunchTo('/pages/Index/index?footCheck=shop&tabCheck=room',true,true)" :src="staticImage.fxxGuide10" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> |
|
|
|
|
<u-image @click="navTo('/pages/Service/index',true)" :src="staticImage.fxxGuide11" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> |
|
|
|
|
<u-image @click="redirtTo('/pages/Index/index?footCheck=shop&tabCheck=item',true)" :src="staticImage.fxxGuide12" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> |
|
|
|
|
<u-image @click="reLunchTo('/pages/Index/index?footCheck=shop&tabCheck=item',true)" :src="staticImage.fxxGuide12" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> |
|
|
|
|
<u-image :src="staticImage.fxxGuide13" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> |
|
|
|
|
<u-image @click="navTo('/pages/Index/index?footCheck=activity&tabCheck=activity')" :src="staticImage.fxxGuide14" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> |
|
|
|
|
<u-image @click="reLunchTo('/pages/Index/index?footCheck=activity&tabCheck=activity')" :src="staticImage.fxxGuide14" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> |
|
|
|
|
<uv-popup ref="notDone" round="20" :safeAreaInsetBottom="false"> |
|
|
|
|
<view class="not-done-container" style="padding:0 100rpx;"> |
|
|
|
|
<view class="not-done-icon"> |
|
|
|
@ -141,6 +141,9 @@ export default {
|
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
reLunchTo(url){ |
|
|
|
|
uni.reLaunch({url:url}); |
|
|
|
|
}, |
|
|
|
|
redirtTo(url,token = false,fxx = false) { |
|
|
|
|
if(token){ |
|
|
|
|
if(uni.getStorageSync('token')){ |
|
|
|
|