| | |
| | | <text>{{item.phone}}</text> |
| | | </view> |
| | | <view class="addr-v">{{item.area}}({{item.addr}})</view> |
| | | <image class="rgt" src="/static/imgs/right.png" ></image> |
| | | <image class="rgt" src="/static/imgs/right.png" mode=""></image> |
| | | </view> |
| | | <view class="addr-c"> |
| | | <view class="addr-df"> |
| | |
| | | </view> |
| | | <view class="addr-c-main"> |
| | | <view class="addr-c-c" @tap="$util.goPages('/pages/addAddr/addAddr?id=' + item.id)"> |
| | | <image src="/static/imgs/edit.png" ></image> |
| | | <image src="/static/imgs/edit.png" mode=""></image> |
| | | <text>编辑</text> |
| | | </view> |
| | | <view class="addr-c-c" @tap="delConfirm(item.id, index)"> |
| | | <image src="/static/imgs/del.png" ></image> |
| | | <image src="/static/imgs/del.png" mode=""></image> |
| | | <text>删除</text> |
| | | </view> |
| | | </view> |
| | |
| | | </view> |
| | | </view> |
| | | <view class="noData" v-else> |
| | | <image src="/static/imgs/noData.png" ></image> |
| | | <image src="/static/imgs/noData.png" mode=""></image> |
| | | <view class="">没有地址信息</view> |
| | | </view> |
| | | <view class="addrBtn" @tap="addAddr">添加地址</view> |