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