index.wxml 1.2 KB

1
  1. <view class="page"><view class="content" style="{{'height:'+(height)+';'}}"><view class="outView flex-col"><view class="member-head-img flex-row justify-center"><block wx:if="{{userInfo.selfPhotoUrl}}"><image class="imageLogo" src="{{userInfo.selfPhotoUrl}}" mode></image></block><block wx:else><image class="imageLogo" src="../../static/logo.png" mode></image></block></view><view class="member-content flex-col"><view class="user-name flex-row justify-center"><text>{{"hi.亲爱的"+userInfo.ncikName}}</text></view><view data-event-opts="{{[['tap',[['perfectUserInfo']]]]}}" class="flex-row justify-center" bindtap="__e"><text>你前资料尚不完善,</text><text>立即完善</text></view><view class="qrcode flex-row justify-center"><block wx:if="{{userInfo.qrCodeImg}}"><image class="qrcodeImage bord" src="{{userInfo.qrCodeImg}}" mode></image></block><block wx:else><image class="qrcodeImage bord" src="../../static/index/u41.png" mode></image></block></view><view class="qrcode-desc flex-row justify-center"><text>会员码,分享邀请好友加入</text></view></view></view></view><view class="tabBarLineHeight"></view><view class="tabBarView"><tab-bar vue-id="1e62369c-1" tabIndex="{{tabIndex}}" bind:__l="__l"></tab-bar></view></view>