@@ -55,6 +55,12 @@ Component({
this.setData({
list: this.data.list
})
+ if (index == 0) {
+ wx.reLaunch({
+ url: this.data.list[index].pagePath,
+ })
+ return
+ }
wx.redirectTo({
url: this.data.list[index].pagePath,