| | |
| | | <template> |
| | | <view style="background: #fff;" class="index-wrapper wrapperLayer borderBox"> |
| | | <view class="fixed-container colCen borderBox" style="background-image: url(https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/inde_top_bg.png);background-size: cover;"> |
| | | <view class="fixed-container colCen borderBox" style="background: #0f0f0f;"> |
| | | <view class="topbarbox"></view> |
| | | <view class="headerSearch-container rowCenBet borderBox"> |
| | | <view class="leftgoSearchbox rowCen borderBox" @click="goPath('search')"> |
| | |
| | | this.recomendType = open_like_recommend == "" ? 1 : open_like_recommend; |
| | | }, |
| | | onShow() { |
| | | if(!this.hasLogin){ |
| | | setTimeout(function(){ |
| | | uni.reLaunch({ |
| | | url:"/pages/login/wxlogin" |
| | | }) |
| | | },1000); |
| | | return; |
| | | } |
| | | var user= uni.getStorageSync('userInfo'); |
| | | console.log(user); |
| | | if(!user.invitation_code) |