You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
1.9 KiB
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<view class="containter _div"><m-header class="m-header" vue-id="4a180d5e-1" title="{{title}}" isBackShow="{{false}}" bind:__l="__l"></m-header><view class="main _div"><view class="info-cart _div"><image class="user-picture" src="../../static/images/my/default-picture.png"></image><view class="info-warp _div"><view class="name-warp _div">{{userInfo.userName}}</view><view class="company-warp _div">{{userInfo.orgList[0].oname}}</view><view class="phone-warp _div"><label class="label _span">电 话</label><label class="phone _span">{{""+myInfo.phone}}</label><block wx:if="{{phoneFlag}}"><image class="open-eye" src="../../static/images/my/open-eye.png" data-event-opts="{{[['tap',[['handlerPhoneStatus',['$event']]]]]}}" bindtap="__e"></image></block><block wx:else><image class="close-eye" src="../../static/images/my/close-eye.png" data-event-opts="{{[['tap',[['handlerPhoneStatus',['$event']]]]]}}" bindtap="__e"></image></block></view><view class="cartId-warp _div"><label class="label _span">身份证</label><label class="cartId-warp _span">{{""+myInfo.cartId}}</label><block wx:if="{{cardIdFlag}}"><image class="open-eye" src="../../static/images/my/open-eye.png" data-event-opts="{{[['tap',[['handlerCartIdStatus',['$event']]]]]}}" bindtap="__e"></image></block><block wx:else><image class="close-eye" src="../../static/images/my/close-eye.png" data-event-opts="{{[['tap',[['handlerCartIdStatus',['$event']]]]]}}" bindtap="__e"></image></block></view></view></view><view class="list-warp _ul"><block wx:for="{{listArray}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['handlerTo',['$0'],[[['listArray','',index,'linkHref']]]]]]]}}" class="list _li" bindtap="__e"><view class="left _div"><image class="icon" src="{{item.icon}}"></image><label class="_span">{{item.title}}</label></view><image class="more" src="../../static/images/my/more.png"></image></view></block></view></view></view>