2025-10-22 20:28:50 +08:00

1 line
1.2 KiB
Plaintext

<view class="content"><view class="content-top"><view class="hs-box"><view class="hs-row hs-row-mid"><view class="hs-row-hd">姓名</view><view class="hs-row-bd"><input class="hs-input" placeholder="请填写姓名" data-event-opts="{{[['input',[['__set_model',['','realname','$event',[]]]]]]}}" value="{{realname}}" bindinput="__e"/></view></view><view class="hs-row hs-row-mid"><view class="hs-row-hd">手机号</view><view class="hs-row-bd"><input class="hs-input" placeholder="请填写手机号" data-event-opts="{{[['input',[['__set_model',['','mobile','$event',[]]]]]]}}" value="{{mobile}}" bindinput="__e"/></view></view><view class="hs-row hs-row-mid"><view class="hs-row-hd">回收区域</view><view class="hs-row-bd"><input class="hs-input" type="text" placeholder="请选择位置" data-event-opts="{{[['tap',[['getLocation',['$event']]]],['input',[['__set_model',['','address','$event',[]]]]]]}}" value="{{address}}" bindtap="__e" bindinput="__e"/></view></view></view></view><view class="button-bottom"><button class="btn btn-success" disabled="{{submitStatus}}" loading="{{submitStatus}}" data-event-opts="{{[['tap',[['submitHandler']]]]}}" bindtap="__e">保存</button></view></view>