放开足球馆

This commit is contained in:
limqhz
2021-03-08 17:37:51 +08:00
parent 94528774aa
commit f09c3ecb4e
3 changed files with 79 additions and 95 deletions

View File

@@ -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();