修改登录获取推荐人
parent
bd8167724c
commit
685cd68177
|
@ -61,6 +61,7 @@
|
|||
onLoad() {
|
||||
// 进入登录
|
||||
this.bindGetUserInfo('enter');
|
||||
console.log(uni.getStorageSync('invite_code'))
|
||||
},
|
||||
methods: {
|
||||
// 查看免责声明
|
||||
|
|
|
@ -98,7 +98,6 @@
|
|||
this.$store.commit('setAutoplay',true);
|
||||
// 判断视频是否隐藏
|
||||
this.isVideoEv();
|
||||
console.log(op,'aaaaa')
|
||||
},
|
||||
onHide() {
|
||||
// 关闭banner图自动轮播
|
||||
|
@ -113,7 +112,6 @@
|
|||
return shareObj;
|
||||
},
|
||||
onLoad(op) {
|
||||
|
||||
// 解码一: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")
|
||||
if(op.q!=undefined){
|
||||
|
@ -123,6 +121,10 @@
|
|||
this.getCourseCate();
|
||||
// 调用获取首页banner图
|
||||
this.getBanner();
|
||||
console.log(op)
|
||||
if(op) {
|
||||
uni.setStorageSync('invite_code',op.invite_code);
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
// 判断视频是否隐藏
|
||||
|
|
Loading…
Reference in New Issue