Commit d93855f0 authored by jyx's avatar jyx

代码优化

parent d3413f59
......@@ -62,7 +62,8 @@
slotParam: '',
vipList: [],
appName: '河狸小故事',
isVip: false
isVip: false,
localToken: ''
}
},
onLoad(options) {
......@@ -127,6 +128,7 @@
data
}) => {
app.globalData.userId = data.idcode;
that.localToken = data.token
saveToken(data.token)
saveActivity(data.activiteFlag)
// saveToken(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment