| 1 |
- <view class="app-content _div data-v-1defc899"><form data-event-opts="{{[['submit',[['formSubmit',['$event']]]],['reset',[['formReset',['$event']]]]]}}" bindsubmit="__e" bindreset="__e" class="data-v-1defc899"><view class="module-com input-line-wrap _div data-v-1defc899"><tui-list-cell class="line-cell data-v-1defc899" vue-id="65b61e62-1" hover="{{false}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="tui-title required _div data-v-1defc899">名称</view><input class="tui-input data-v-1defc899" placeholder="请填写名称" maxlength="50" type="text" name="username" data-event-opts="{{[['input',[['__set_model',['$0','name','$event',[]],['form']]]]]}}" value="{{form.name}}" bindinput="__e"/></tui-list-cell><tui-list-cell class="line-cell data-v-1defc899" vue-id="65b61e62-2" hover="{{false}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="tui-title required _div data-v-1defc899">手机号</view><input class="tui-input data-v-1defc899" placeholder="请填写手机号" maxlength="50" type="number" name="phone" data-event-opts="{{[['input',[['__set_model',['$0','mobile','$event',[]],['form']]]]]}}" value="{{form.mobile}}" bindinput="__e"/></tui-list-cell><tui-list-cell class="line-cell data-v-1defc899" vue-id="65b61e62-3" hover="{{false}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="tui-title required _div data-v-1defc899">确认手机号</view><input class="tui-input data-v-1defc899" placeholder="请确认手机号" maxlength="50" type="number" name="requirePhone" data-event-opts="{{[['input',[['__set_model',['$0','confirmMobile','$event',[]],['form']]]]]}}" value="{{form.confirmMobile}}" bindinput="__e"/></tui-list-cell><tui-list-cell class="line-cell data-v-1defc899" vue-id="65b61e62-4" hover="{{false}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="tui-title _div data-v-1defc899">地址</view><input class="tui-input data-v-1defc899" placeholder="选填" maxlength="50" type="text" data-event-opts="{{[['input',[['__set_model',['$0','address','$event',[]],['form']]]]]}}" value="{{form.address}}" bindinput="__e"/></tui-list-cell></view><view class="confirm-btn _div data-v-1defc899"><button class="admin-button-com big blue data-v-1defc899" formType="submit">确认</button></view></form></view>
|