add_address.wxml 2.1 KB

1
  1. <view class="addAddress data-v-666261ac"><view class="form data-v-666261ac"><view class="form_item data-v-666261ac"><view class="data-v-666261ac"><image src="../../static/identify/add1.png" mode="widthFix" class="data-v-666261ac"></image></view><view class="input data-v-666261ac"><input class="weui-input data-v-666261ac" name="input" placeholder="姓名" data-event-opts="{{[['input',[['__set_model',['$0','userName','$event',[]],['form']]]]]}}" value="{{form.userName}}" bindinput="__e"/></view></view><view class="form_item data-v-666261ac"><view class="data-v-666261ac"><image src="../../static/identify/add2.png" mode="widthFix" class="data-v-666261ac"></image></view><view class="input data-v-666261ac"><input class="weui-input data-v-666261ac" placeholder="联系电话" data-event-opts="{{[['input',[['__set_model',['$0','phone','$event',[]],['form']]]]]}}" value="{{form.phone}}" bindinput="__e"/></view></view><view class="form_item data-v-666261ac"><view class="data-v-666261ac"><image src="../../static/identify/add3.png" mode="widthFix" class="data-v-666261ac"></image></view><view data-event-opts="{{[['tap',[['onChooseLocation',['$event']]]]]}}" class="input data-v-666261ac" bindtap="__e"><block wx:if="{{!location}}"><text class="point data-v-666261ac">请选择</text></block><block wx:else><text class="point active data-v-666261ac">{{location.address+'('+location.name+')'}}</text></block><image style="float:right;width:30rpx;" src="../../static/identify/more.png" mode="widthFix" class="data-v-666261ac"></image></view></view><view class="form_item data-v-666261ac"><view class="data-v-666261ac"><image src="../../static/identify/add4.png" mode="widthFix" class="data-v-666261ac"></image></view><view class="input data-v-666261ac"><input class="weui-input data-v-666261ac" name="input" placeholder="列:1号楼一层101室" data-event-opts="{{[['input',[['__set_model',['$0','atlasAdd','$event',[]],['form']]]]]}}" value="{{form.atlasAdd}}" bindinput="__e"/></view></view></view><view class="addbtn data-v-666261ac"><button type="primary" data-event-opts="{{[['tap',[['save',['$event']]]]]}}" bindtap="__e" class="data-v-666261ac">{{btnName}}</button></view></view>