1
This commit is contained in:
@@ -12,20 +12,19 @@ Page({
|
||||
let state = wx.getStorageSync(this.data.key);
|
||||
if (state) {
|
||||
wx.redirectTo({
|
||||
url: "/pages/joinFlow/access/index",
|
||||
url: "/pages/joinFlow/person/index",
|
||||
})
|
||||
} else {
|
||||
this.setData({
|
||||
loading: false
|
||||
})
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
handNext() {
|
||||
wx.setStorageSync(this.data.key, true)
|
||||
wx.redirectTo({
|
||||
url: "/pages/home/index",
|
||||
url: "/pages/joinFlow/person/index"
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user