Browse Source

修改bug

dev
396316021 1 year ago
parent
commit
46fc165615
  1. 2
      pages/Authentication/guide.vue
  2. 2
      pages/Pages/cronTab.vue
  3. 2
      pages/Pages/plan.vue

2
pages/Authentication/guide.vue

@ -11,7 +11,7 @@
<u-image :src="staticImage.fxxGuide1" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> <u-image :src="staticImage.fxxGuide1" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image>
<u-image @click="checkLogin" :src="staticImage.fxxGuide2" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> <u-image @click="checkLogin" :src="staticImage.fxxGuide2" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image>
<u-image :src="staticImage.fxxGuide3" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> <u-image :src="staticImage.fxxGuide3" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image>
<u-image @click="navTo('/pages/Page/cronTab')" :src="staticImage.fxxGuide4" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> <u-image @click="navTo('/pages/Pages/cronTab')" :src="staticImage.fxxGuide4" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image>
<u-image :src="staticImage.fxxGuide5" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> <u-image :src="staticImage.fxxGuide5" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image>
<u-image @click="navTo('/pages/Line/index',true,true)" :src="staticImage.fxxGuide6" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> <u-image @click="navTo('/pages/Line/index',true,true)" :src="staticImage.fxxGuide6" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image>
<u-image :src="staticImage.fxxGuide7" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> <u-image :src="staticImage.fxxGuide7" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image>

2
pages/Pages/cronTab.vue

@ -9,7 +9,7 @@
fixed fixed
></u-navbar> ></u-navbar>
<view id="why" style="padding-bottom:50rpx;"> <view id="why" style="padding:16rpx 26rpx 50rpx 26rpx;">
<u-image :src="staticImage.nxbbz" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> <u-image :src="staticImage.nxbbz" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image>
</view> </view>

2
pages/Pages/plan.vue

@ -13,7 +13,7 @@
<u-image :src="staticImage.plan1" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> <u-image :src="staticImage.plan1" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image>
</view> </view>
<view id="do"> <view id="do">
<u-image @click="api.navTo('/pages/Page/cronTab')" :src="staticImage.plan2" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> <u-image @click="api.navTo('/pages/Pages/cronTab')" :src="staticImage.plan2" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image>
</view> </view>
<view id="what"> <view id="what">
<u-image :src="staticImage.plan3" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image> <u-image :src="staticImage.plan3" :lazy-load="true" width="100%" height="auto" mode="widthFix"></u-image>

Loading…
Cancel
Save