phoneList.wxml 1.0 KB

1
  1. <view class="box data-v-04955f9b"><view class="main data-v-04955f9b"><view class="phoneListBox data-v-04955f9b"><block wx:for="{{phoneList}}" wx:for-item="item" wx:for-index="index"><view data-event-opts="{{[['tap',[['lineClick',['$0'],[[['phoneList','',index]]]]]]]}}" class="phoneLine data-v-04955f9b" bindtap="__e"><view class="phoneLeft data-v-04955f9b"><view class="name data-v-04955f9b">{{item.name}}</view><view class="phoneNUm data-v-04955f9b">{{item.phone}}</view><view hidden="{{!(item.isDefault==1)}}" class="default data-v-04955f9b">默认</view></view><view data-event-opts="{{[['tap',[['edit',['$0'],[[['phoneList','',index]]]]]]]}}" catchtap="__e" class="data-v-04955f9b"><image class="phoneEdit data-v-04955f9b" src="../../static/img/icon_edit.png" mode="aspectFit"></image></view></view></block><view data-event-opts="{{[['tap',[['goadd',['$event']]]]]}}" class="phoneLine data-v-04955f9b" style="border:none;" bindtap="__e"><view class="addTxt data-v-04955f9b">新增联系人</view><view class="addjt data-v-04955f9b">></view></view></view></view></view>