|
|
|
|
|
|
|
|
this.data.btnSwitch = false; |
|
|
this.data.btnSwitch = false; |
|
|
app.globalData.nowPage = page; |
|
|
app.globalData.nowPage = page; |
|
|
if (page == '1') { |
|
|
if (page == '1') { |
|
|
wx.redirectTo({ |
|
|
|
|
|
|
|
|
wx.reLaunch({ |
|
|
url: '../index/index' |
|
|
url: '../index/index' |
|
|
}) |
|
|
}) |
|
|
} else if (page == '2'){ |
|
|
} else if (page == '2'){ |
|
|
wx.redirectTo({ |
|
|
|
|
|
|
|
|
wx.reLaunch({ |
|
|
url: '../star/star' |
|
|
url: '../star/star' |
|
|
}) |
|
|
}) |
|
|
} else if (page == '3'){ |
|
|
} else if (page == '3'){ |
|
|
|
|
|
|
|
|
// title: '暂未开启', |
|
|
// title: '暂未开启', |
|
|
// icon:'none' |
|
|
// icon:'none' |
|
|
// }) |
|
|
// }) |
|
|
wx.redirectTo({ |
|
|
|
|
|
|
|
|
wx.reLaunch({ |
|
|
url: '../luckyStar/luckyStar' |
|
|
url: '../luckyStar/luckyStar' |
|
|
}) |
|
|
}) |
|
|
} else if (page == '4'){ |
|
|
} else if (page == '4'){ |
|
|
wx.redirectTo({ |
|
|
|
|
|
|
|
|
wx.reLaunch({ |
|
|
url: '../myCenter/myCenter' |
|
|
url: '../myCenter/myCenter' |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |