|
|
@ -17,7 +17,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
onLoad(options) { |
|
|
|
async onLoad(options) { |
|
|
|
let that = this; |
|
|
|
let that = this; |
|
|
|
// #ifdef MP |
|
|
|
// #ifdef MP |
|
|
|
app.globalData.accountId = options.accountId; |
|
|
|
app.globalData.accountId = options.accountId; |
|
|
@ -31,6 +31,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
if (arr2[1] != undefined && arr2[2] == '1#/') { |
|
|
|
if (arr2[1] != undefined && arr2[2] == '1#/') { |
|
|
|
app.globalData.h5code = arr2[1]; |
|
|
|
app.globalData.h5code = arr2[1]; |
|
|
|
|
|
|
|
await that.getH5AccessToken(); |
|
|
|
uni.setStorage({ |
|
|
|
uni.setStorage({ |
|
|
|
key: "h5code", |
|
|
|
key: "h5code", |
|
|
|
data: arr2[1] |
|
|
|
data: arr2[1] |
|
|
|