放开足球馆
This commit is contained in:
@@ -99,7 +99,7 @@ Page({
|
||||
url: `/pages/basketballGym/index?id=${id}`,
|
||||
})
|
||||
}
|
||||
if (this.data.state == 2) {
|
||||
if (this.data.state == 2 || this.data.state == 3) {
|
||||
wx.navigateTo({
|
||||
url: `/pages/gymnasium/index?id=${id}`,
|
||||
})
|
||||
@@ -131,12 +131,12 @@ Page({
|
||||
venues: list,
|
||||
isShowNewplot: true
|
||||
})
|
||||
if (this.data.state == 3) {
|
||||
wx.showToast({
|
||||
title: '暂未开放,敬请期待',
|
||||
icon: 'none',
|
||||
})
|
||||
}
|
||||
// if (this.data.state == 3) {
|
||||
// wx.showToast({
|
||||
// title: '暂未开放,敬请期待',
|
||||
// icon: 'none',
|
||||
// })
|
||||
// }
|
||||
wx.stopPullDownRefresh();
|
||||
}, err => {
|
||||
wx.stopPullDownRefresh();
|
||||
|
||||
Reference in New Issue
Block a user