Commit aafffafd authored by Mac's avatar Mac

1

parent 8fb7ce7d
...@@ -1179,7 +1179,8 @@ ...@@ -1179,7 +1179,8 @@
this.$refs.son[0].getSmallShopById(2); //第一次登陆成功后去调取微店的信息 this.$refs.son[0].getSmallShopById(2); //第一次登陆成功后去调取微店的信息
} }
this.getPageType() //获取用户类型(校园) this.getPageType() //获取用户类型(校园)
if (this.u.IsOpenSchool == 1) { let IsOpenMiAi = uni.getStorageSync("basedata")?uni.getStorageSync("basedata").mall.setting.is_show_miai:0;//是否开启相亲模式 5-13新加
if (this.u.IsOpenSchool == 1 || IsOpenMiAi==1) {
this.init() this.init()
} }
// 如果登录的情况下直接跳转商品详情或者直播列表 // 如果登录的情况下直接跳转商品详情或者直播列表
...@@ -1220,8 +1221,8 @@ ...@@ -1220,8 +1221,8 @@
yj(){ yj(){
uni.navigateTo({ uni.navigateTo({
url: '/pages/school/Jiaheactivity' url: '/pages/blindDate/persondetails?UserId=123978'
// url: '/pages/school/personal/JhphoneRz' // url: '/pages/blindDate/personal/IDidentification'
}) })
} }
......
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