1 |
- <view class="userBinding"><view class="cInputBox"><input class="cInput" type="text" placeholder="请输入就诊人姓名" data-event-opts="{{[['input',[['__set_model',['','name','$event',[]]]]]]}}" value="{{name}}" bindinput="__e"/></view><view class="cInputBox"><input class="cInput" type="idcard" placeholder="请输入就诊人身份证号码" data-event-opts="{{[['input',[['__set_model',['','idCard','$event',[]]]]]]}}" value="{{idCard}}" bindinput="__e"/></view><view class="marginTop"><view class="cInputBox"><input class="cInput" type="tel" placeholder="请输入绑定人手机号码" data-event-opts="{{[['input',[['__set_model',['','mobile','$event',[]]]]]]}}" value="{{mobile}}" bindinput="__e"/></view><van-field vue-id="347e8b1c-1" value="{{code}}" placeholder="请输入短信验证码" clearable="{{true}}" use-button-slot="{{true}}" data-event-opts="{{[['^change',[['codeInput']]]]}}" data-com-type="wx" bind:change="__e" bind:__l="__l" vue-slots="{{['button']}}"><button class="send" slot="button" disabled="{{disabled}}" data-event-opts="{{[['tap',[['send',['$event']]]]]}}" bindtap="__e">{{text}}</button></van-field></view><view data-event-opts="{{[['tap',[['bind',['$event']]]]]}}" class="bind bindActive" bindtap="__e">绑定</view><van-toast vue-id="347e8b1c-2" id="van-toast" data-com-type="wx" bind:__l="__l"></van-toast></view>
|