Files

1 line
1.7 KiB
Plaintext

<view class="diy-from" style="{{(style)}}"><view class="fui-cell-group"><view class="fui-cell"><view class="fui-cell-label">您的姓名</view><view class="fui-cell-info"><input class="fui-input" placeholder="请输入您的姓名" value="{{Form.realname}}" data-event-opts="{{[['input',[['__set_model',['$0','realname','$event',[]],['Form']]]]]}}" bindinput="__e"/></view></view><view class="fui-cell"><view class="fui-cell-label">手机号码</view><view class="fui-cell-info"><input class="fui-input" maxlength="11" placeholder="请输入您的手机号" type="number" data-event-opts="{{[['input',[['__set_model',['$0','mobile','$event',[]],['Form']]]]]}}" value="{{Form.mobile}}" bindinput="__e"/></view></view><view class="fui-cell"><view class="fui-cell-label">您的邮箱</view><view class="fui-cell-info"><input class="fui-input" placeholder="请输入您的邮箱" type="text" data-event-opts="{{[['input',[['__set_model',['$0','mailbox','$event',[]],['Form']]]]]}}" value="{{Form.mailbox}}" bindinput="__e"/></view></view><view class="fui-cell"><view class="fui-cell-label">所在城市</view><view class="fui-cell-info"><input class="fui-input" placeholder="请输入您的所在地" value="{{Form.citys}}" data-event-opts="{{[['input',[['__set_model',['$0','citys','$event',[]],['Form']]]]]}}" bindinput="__e"/></view></view><view class="fui-cell"><view class="fui-cell-label">备注</view><view class="fui-cell-info"><input class="fui-input" placeholder="请输入备注" value="{{Form.remark}}" data-event-opts="{{[['input',[['__set_model',['$0','remark','$event',[]],['Form']]]]]}}" bindinput="__e"/></view></view></view><view data-event-opts="{{[['tap',[['submitform',['$event']]]]]}}" class="fui-btn btn-danger block mtop" bindtap="__e">提交信息</view></view>