Commit d3413f59 authored by jyx's avatar jyx

Merge branch 'dev_helixiaogushi_weixin_240717' of...

Merge branch 'dev_helixiaogushi_weixin_240717' of http://39.97.65.143:81/android/uniapp_vedio into dev_helixiaogushi_weixin_240717
parents 37e1c88e 5ed7c268
...@@ -61,7 +61,6 @@ ...@@ -61,7 +61,6 @@
sourceType: '', sourceType: '',
slotParam: '', slotParam: '',
vipList: [], vipList: [],
localToken: '',
appName: '河狸小故事', appName: '河狸小故事',
isVip: false isVip: false
} }
...@@ -128,7 +127,6 @@ ...@@ -128,7 +127,6 @@
data data
}) => { }) => {
app.globalData.userId = data.idcode; app.globalData.userId = data.idcode;
that.localToken = data.token;
saveToken(data.token) saveToken(data.token)
saveActivity(data.activiteFlag) saveActivity(data.activiteFlag)
// saveToken( // saveToken(
...@@ -201,7 +199,11 @@ ...@@ -201,7 +199,11 @@
appId: "wxbd687630cd02ce1d", appId: "wxbd687630cd02ce1d",
path: 'pages/index/index', path: 'pages/index/index',
extraData: wxData.params, extraData: wxData.params,
success(res) {}, success(res) {
// setTimeout(() => {
// that.isVipStatus()
// }, 1000);
},
fail(res) { fail(res) {
// 未成功跳转到签约小程序 // 未成功跳转到签约小程序
// console.log("wxSign fail=", res); // console.log("wxSign fail=", res);
......
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