mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 04:59:37 +08:00
描述:首页点击园区进行跳转
This commit is contained in:
parent
8cfc01056d
commit
2391abad08
@ -226,6 +226,13 @@ Page({
|
||||
}
|
||||
},
|
||||
|
||||
// 跳转园区
|
||||
jumpPark() {
|
||||
wx.navigateTo({
|
||||
url: '/pages/index/parkList/parkList',
|
||||
})
|
||||
},
|
||||
|
||||
navapply(e) {
|
||||
if (wx.getStorageSync('token')) {
|
||||
if (e.currentTarget.dataset.path) {
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user