mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 11:59:37 +08:00
1
This commit is contained in:
parent
cea100c85b
commit
4a0909bb7f
@ -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 广告关闭')
|
||||
}
|
||||
})
|
Loading…
x
Reference in New Issue
Block a user