| @@ -34,11 +34,11 @@ Component({ | |||
| this.data.btnSwitch = false; | |||
| app.globalData.nowPage = page; | |||
| if (page == '1') { | |||
| wx.redirectTo({ | |||
| wx.reLaunch({ | |||
| url: '../index/index' | |||
| }) | |||
| } else if (page == '2'){ | |||
| wx.redirectTo({ | |||
| wx.reLaunch({ | |||
| url: '../star/star' | |||
| }) | |||
| } else if (page == '3'){ | |||
| @@ -46,11 +46,11 @@ Component({ | |||
| // title: '暂未开启', | |||
| // icon:'none' | |||
| // }) | |||
| wx.redirectTo({ | |||
| wx.reLaunch({ | |||
| url: '../luckyStar/luckyStar' | |||
| }) | |||
| } else if (page == '4'){ | |||
| wx.redirectTo({ | |||
| wx.reLaunch({ | |||
| url: '../myCenter/myCenter' | |||
| }) | |||
| } | |||
| @@ -14,7 +14,7 @@ view{ | |||
| top: 0; | |||
| left: 0; | |||
| width: 750rpx; | |||
| height: 1356rpx; | |||
| height: 1506rpx; | |||
| transition: opacity 1000ms; | |||
| z-index: 100; | |||
| } | |||
| @@ -123,12 +123,12 @@ | |||
| "pathName": "pages/agreement/agreement", | |||
| "query": "" | |||
| }, | |||
| { | |||
| "id": -1, | |||
| "name": "星探任务", | |||
| "pathName": "pages/scout/scout", | |||
| "query": "" | |||
| } | |||
| { | |||
| "id": -1, | |||
| "name": "星探任务", | |||
| "pathName": "pages/scout/scout", | |||
| "query": "" | |||
| } | |||
| ] | |||
| } | |||
| } | |||