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 @@
sourceType: '',
slotParam: '',
vipList: [],
localToken: '',
appName: '河狸小故事',
isVip: false
}
......@@ -128,7 +127,6 @@
data
}) => {
app.globalData.userId = data.idcode;
that.localToken = data.token;
saveToken(data.token)
saveActivity(data.activiteFlag)
// saveToken(
......@@ -201,7 +199,11 @@
appId: "wxbd687630cd02ce1d",
path: 'pages/index/index',
extraData: wxData.params,
success(res) {},
success(res) {
// setTimeout(() => {
// that.isVipStatus()
// }, 1000);
},
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