修改登录获取推荐人
parent
bd8167724c
commit
685cd68177
|
@ -61,6 +61,7 @@
|
||||||
onLoad() {
|
onLoad() {
|
||||||
// 进入登录
|
// 进入登录
|
||||||
this.bindGetUserInfo('enter');
|
this.bindGetUserInfo('enter');
|
||||||
|
console.log(uni.getStorageSync('invite_code'))
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 查看免责声明
|
// 查看免责声明
|
||||||
|
|
|
@ -98,7 +98,6 @@
|
||||||
this.$store.commit('setAutoplay',true);
|
this.$store.commit('setAutoplay',true);
|
||||||
// 判断视频是否隐藏
|
// 判断视频是否隐藏
|
||||||
this.isVideoEv();
|
this.isVideoEv();
|
||||||
console.log(op,'aaaaa')
|
|
||||||
},
|
},
|
||||||
onHide() {
|
onHide() {
|
||||||
// 关闭banner图自动轮播
|
// 关闭banner图自动轮播
|
||||||
|
@ -113,7 +112,6 @@
|
||||||
return shareObj;
|
return shareObj;
|
||||||
},
|
},
|
||||||
onLoad(op) {
|
onLoad(op) {
|
||||||
|
|
||||||
// 解码一:unescape("http%3A//www.baidu.com%3Fname%3Dzhang@xiao@jie%26order%3D1");
|
// 解码一:unescape("http%3A//www.baidu.com%3Fname%3Dzhang@xiao@jie%26order%3D1");
|
||||||
// 解码二:decodeURIComponent("http%3A%2F%2Fwww.baidu.com%3Fname%3Dzhang%40xiao%40jie%26order%3D1")
|
// 解码二:decodeURIComponent("http%3A%2F%2Fwww.baidu.com%3Fname%3Dzhang%40xiao%40jie%26order%3D1")
|
||||||
if(op.q!=undefined){
|
if(op.q!=undefined){
|
||||||
|
@ -123,6 +121,10 @@
|
||||||
this.getCourseCate();
|
this.getCourseCate();
|
||||||
// 调用获取首页banner图
|
// 调用获取首页banner图
|
||||||
this.getBanner();
|
this.getBanner();
|
||||||
|
console.log(op)
|
||||||
|
if(op) {
|
||||||
|
uni.setStorageSync('invite_code',op.invite_code);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 判断视频是否隐藏
|
// 判断视频是否隐藏
|
||||||
|
|
Loading…
Reference in New Issue