index.vue.wxml 2.1 KB

1234567
  1. <template name="3ce9bb46"><view class="_div data-v-dacc687c uc_edit_container"><van-cell title="头像" class="_van-cell data-v-dacc687c"><image src="{{userinfo.portrait}}" alt class="_img data-v-dacc687c avatar"></image></van-cell> <van-cell title="手机号" value="{{userinfo.phone}}" is-link url="/pages/user_center/edit/confirm_phone_first/main" class="_van-cell data-v-dacc687c"></van-cell> <van-cell title="会员码" is-link url="/pages/user_center/vip_code/main" class="_van-cell data-v-dacc687c"><van-icon name="qr" class="_van-icon data-v-dacc687c"></van-icon></van-cell> <van-cell title="昵称" value="{{userinfo.user_name}}" class="_van-cell data-v-dacc687c"></van-cell> <van-cell title="性别" is-link bindtap="handleProxy" data-eventid="{{'0'}}" data-comkey="{{$k}}" class="_van-cell data-v-dacc687c"><block wx:if="{{userinfo.sex == 1}}">
  2. </block> <block wx:if="{{userinfo.sex == 2}}">
  3. </block> <block wx:if="{{userinfo.sex == 0}}">
  4. 保密
  5. </block></van-cell> <van-cell title="生日" value="{{userinfo.birthday}}" is-link bindtap="handleProxy" data-eventid="{{'1'}}" data-comkey="{{$k}}" class="_van-cell data-v-dacc687c"></van-cell> <van-cell title="推荐人" value="{{userinfo.invite_name}}" class="_van-cell data-v-dacc687c"></van-cell> <van-popup show="{{gender_picker}}" round position="bottom" class="_van-popup data-v-dacc687c"><van-picker columns="{{gender}}" bindconfirm="handleProxy" bindcancel="handleProxy" show-toolbar title="更换性别" default-index="{{userinfo.gender}}" data-eventid="{{'2'}}" data-comkey="{{$k}}" class="_van-picker data-v-dacc687c"></van-picker></van-popup> <van-toast id="van-toast" class="_van-toast data-v-dacc687c"></van-toast> <van-popup show="{{birthday_picker}}" round position="bottom" class="_van-popup data-v-dacc687c"><van-datetime-picker type="date" value="{{_birthday}}" bindconfirm="handleProxy" bindcancel="handleProxy" max-date="{{max_date}}" min-date="{{min_date}}" data-eventid="{{'3'}}" data-comkey="{{$k}}" class="_van-datetime-picker data-v-dacc687c"></van-datetime-picker></van-popup></view></template>