1 line
3.5 KiB
Plaintext
1 line
3.5 KiB
Plaintext
<view class="page"><view class="m-cells m-cells-form"><view class="m-cell"><view class="m-cell-hd"><label class="u-label">{{$root.m0}}</label></view><view class="m-cell-bd"><input class="u-input" type="text" placeholder="{{$root.m1}}" data-event-opts="{{[['input',[['inputud_name',['$event']]]]]}}" value="{{ud_name||''}}" bindinput="__e"/></view><block wx:if="{{ud_name==''}}"><view class="m-cell-ft _div"><view class="m-icon-warn uni-icon uni-icon-info" type="warn"></view></view></block></view><view data-event-opts="{{[['tap',[['showbox',['$event']]]]]}}" class="m-cell m-cell-select-before" bindtap="__e"><view class="m-cell-hd"><label class="u-label">{{$root.m2}}</label></view><view class="m-cell-bd"><label>{{seladstr}}</label></view></view><view class="m-cell"><view class="m-cell-hd"><label class="u-label" for>{{$root.m3}}</label></view><view class="m-cell-bd"><input class="u-input" type="text" placeholder="{{$root.m4}}" data-event-opts="{{[['input',[['inputdetail',['$event']]]]]}}" value="{{showdetail?detail:''}}" bindinput="__e"/></view><block wx:if="{{detail==''}}"><view class="m-cell-ft _div"><view class="m-icon-warn uni-icon uni-icon-info" type="warn"></view></view></block></view><view class="m-cell"><view class="m-cell-hd"><label class="u-label" for>{{$root.m5}}</label></view><view class="m-cell-bd"><input class="u-input" type="number" placeholder="{{$root.m6}}" data-event-opts="{{[['input',[['inputphone',['$event']]]]]}}" value="{{phone||''}}" bindinput="__e"/></view><block wx:if="{{!isre||phone==''}}"><view class="m-cell-ft _div"><view class="m-icon-warn uni-icon uni-icon-info" type="warn"></view></view></block></view><view class="m-cell"><view class="m-cell-hd"><label class="u-label" for>{{$root.m7}}</label></view><view class="m-cell-bd"><switch type="switch" checked="{{isDefault?true:false}}" data-event-opts="{{[['change',[['ckDefault',['$event']]]]]}}" bindchange="__e"></switch></view></view></view><mpvue-city-picker class="vue-ref" vue-id="af822a82-1" themeColor="{{themeColor}}" pickerValueDefault="{{cityPickerValueDefault}}" data-ref="mpvueCityPicker" data-event-opts="{{[['^onCancel',[['onCancel']]],['^onConfirm',[['onConfirm']]]]}}" bind:onCancel="__e" bind:onConfirm="__e" bind:__l="__l"></mpvue-city-picker><block wx:if="{{isShow}}"><view data-event-opts="{{[['tap',[['closead',['$event']]]]]}}" class="m-select-box-msk" bindtap="__e"><view data-event-opts="{{[['tap',[['notap',['$event']]]]]}}" class="m-select-box" catchtap="__e"><view class="m-close-panel"><label data-event-opts="{{[['tap',[['closead',['$event']]]]]}}" catchtap="__e">{{$root.m8}}</label></view><view class="m-select-content"><picker-view class="u-select" indicator-style="height:50px" value="(value)" data-event-opts="{{[['change',[['bindChange',['$event']]]]]}}" bindchange="__e"><picker-view-column><block wx:for="{{Province.pname}}" wx:for-item="item" wx:for-index="i" wx:key="i"><view class="m-cell-bd"><label>{{item}}</label></view></block></picker-view-column><picker-view-column><block wx:for="{{City.cname}}" wx:for-item="item" wx:for-index="i" wx:key="i"><view class="m-cell-bd"><label>{{item}}</label></view></block></picker-view-column><picker-view-column><block wx:for="{{District.dname}}" wx:for-item="item" wx:for-index="i" wx:key="i"><view class="m-cell-bd"><label>{{item}}</label></view></block></picker-view-column></picker-view></view></view></view></block><button data-event-opts="{{[['tap',[['submitinfo',['$event']]]]]}}" class="u-btn u-btn-default" bindtap="__e">{{$root.m9}}</button></view> |