This commit is contained in:
SelfRidicule 2024-02-22 19:00:38 +08:00
parent cea100c85b
commit 4a0909bb7f

View File

@ -168,13 +168,6 @@ Page({
})
},
navdateil(e) {
var index = e.currentTarget.dataset.index
wx.navigateTo({
url: '/pages/detail/detail?list=' + index
})
},
navapply(e) {
if (wx.getStorageSync('token')) {
if (e.currentTarget.dataset.path) {
@ -198,29 +191,10 @@ Page({
}
},
navDetail(e) {
if (wx.getStorageSync('token')) {
wx.navigateTo({
url: e.currentTarget.dataset.uri,
})
} else {
app.getlogin()
}
},
navparkList() {
wx.navigateTo({
url: '/pages/index/parkList/parkList'
})
},
adLoad() {
console.log('Banner 广告加载成功')
},
adError(err) {
console.log('Banner 广告加载失败', err)
},
adClose() {
console.log('Banner 广告关闭')
}
})