first commit
This commit is contained in:
41
衣莎项目/源码/YiShaXiYi/user/addList/addList.wxml
Normal file
41
衣莎项目/源码/YiShaXiYi/user/addList/addList.wxml
Normal file
@@ -0,0 +1,41 @@
|
||||
<!-- 头部 -->
|
||||
<nav-bar isBack="{{isBack}}" pageTitle="{{pageTitle}}" system="{{system}}"></nav-bar>
|
||||
<!-- user/address/address.wxml -->
|
||||
<view class="add_List">
|
||||
|
||||
<view class="addList">
|
||||
<view wx:for="{{addList}}" wx:key="{{index}}" data-index="{{index}}" bind:tap="selectAdd">
|
||||
<view class="add_row pt20">
|
||||
<!-- <view class="chioose">
|
||||
<image class="" src="/static/img/icon/wxPay1.png"></image>
|
||||
</view> -->
|
||||
<view class="row_l fl">
|
||||
<view class="row_title">
|
||||
<view class="name">
|
||||
<span>{{item.userName}}</span>
|
||||
<span class="ml20">{{item.telNumber}}</span>
|
||||
<span wx:if="{{item.is_default == 1}}" class="default ml10">
|
||||
默认地址
|
||||
</span>
|
||||
<span class="row_img ml10" wx:if="{{currentId == index}}">
|
||||
<image src="/static/img/icon/thyjtyujyukjyui.png" />
|
||||
</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="row_p">{{item.address}}{{item.detail}}</view>
|
||||
</view>
|
||||
<view class="row_r fr flex-con2" data-item="{{ item }}" catchtap="updataAdd">
|
||||
<image src="/static/img/icon/efwergtrhtyjytuj.png" />
|
||||
<!-- <text>编辑</text> -->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<navigator url="/user/address/address?modify=1" hover-class="none">
|
||||
<view class="add">添加联系地址</view>
|
||||
</navigator>
|
||||
|
||||
</view>
|
||||
<!-- toasta提示 -->
|
||||
<i-toast id="toast" />
|
||||
Reference in New Issue
Block a user