描述:首页点击园区进行跳转

This commit is contained in:
SelfRidicule 2024-04-03 09:13:18 +08:00
parent 8cfc01056d
commit 2391abad08
2 changed files with 8 additions and 1 deletions

View File

@ -226,6 +226,13 @@ Page({
}
},
// 跳转园区
jumpPark() {
wx.navigateTo({
url: '/pages/index/parkList/parkList',
})
},
navapply(e) {
if (wx.getStorageSync('token')) {
if (e.currentTarget.dataset.path) {

View File

@ -8,7 +8,7 @@
<view class="topHead">
<image class="scanImg" src="{{IMG_NAME + '/profile/static/index/scan.png'}}" mode="aspectFill" bind:tap="jumpScan"></image>
<view class="title ellipsisFont">{{parkName}}</view>
<view class="title ellipsisFont" bind:tap="jumpPark">{{parkName}}</view>
</view>
<view class="loopView">