pointManage.wxml 2.7 KB

1
  1. <view class="content"><view class="row b-b"><text class="tit">自提点名称</text><input class="input" type="text" placeholder="请请填写自提点名称" placeholder-class="placeholder" data-event-opts="{{[['input',[['__set_model',['','name','$event',[]]]]]]}}" value="{{name}}" bindinput="__e"/></view><view class="row b-b"><text class="tit">联系电话</text><input class="input" type="number" placeholder="请填写联系电话" placeholder-class="placeholder" data-event-opts="{{[['input',[['__set_model',['','phone','$event',[]]]]]]}}" value="{{phone}}" bindinput="__e"/></view><view class="row b-b"><text class="tit">自提点地址</text><picker-address class="input" bind:change="__e" vue-id="143e9932-1" data-event-opts="{{[['^change',[['onCityClick']]]]}}" bind:__l="__l" vue-slots="{{['default']}}">{{address||'请选择自提地址'}}</picker-address><text class="iconfont iconlocation"></text></view><view class="row b-b"><text class="tit">详细地址</text><input class="input" type="text" placeholder="请填写详细地址" placeholder-class="placeholder" data-event-opts="{{[['input',[['__set_model',['','detailed_address','$event',[]]]]]]}}" value="{{detailed_address}}" bindinput="__e"/></view><view data-event-opts="{{[['tap',[['chooseLocation',['$event']]]]]}}" class="row b-b" bindtap="__e"><text class="tit">经纬度</text><input class="input" type="text" placeholder="请输入经纬度" placeholder-class="placeholder" data-event-opts="{{[['input',[['__set_model',['','latlng','$event',[]]]]]]}}" value="{{latlng}}" bindinput="__e"/></view><view class="row b-b"><text class="tit">营业开始时间</text><picker class="input" mode="time" value="{{time}}" data-event-opts="{{[['change',[['bindBgTimeChange',['$event']]]]]}}" bindchange="__e"><view class="uni-input">{{bgTime}}</view></picker></view><view class="row b-b"><text class="tit">营业结束时间</text><picker class="input" mode="time" value="{{time}}" data-event-opts="{{[['change',[['bindEdTimeChange',['$event']]]]]}}" bindchange="__e"><view class="uni-input">{{edTime}}</view></picker></view><uni-list class="margin-t-20" vue-id="143e9932-2" bind:__l="__l" vue-slots="{{['default']}}"><uni-list-item vue-id="{{('143e9932-3')+','+('143e9932-2')}}" title="是否显示" switch-checked="{{show}}" show-switch="{{true}}" show-arrow="{{false}}" switch-color="#921a23" data-event-opts="{{[['^switchChange',[['switchChange']]]]}}" bind:switchChange="__e" bind:__l="__l"></uni-list-item></uni-list><block wx:if="{{showDel}}"><view class="del-btn"><text data-event-opts="{{[['tap',[['delAddr',['$event']]]]]}}" bindtap="__e">删除地址</text></view></block><button data-event-opts="{{[['tap',[['confirm',['$event']]]]]}}" class="add-btn" bindtap="__e">提交</button></view>