- <wrapper>
- <view class="patient-detail-phone">
- <view class="patient-block">
- <view class="patient-name">请输入新手机号</view>
- <view class="patient-flex">
- <input class="input" placeholder-class="patient-place" type="number" value="{{ phone }}" onInput="onInput" placeholder="请输入手机号" />
- </view>
- </view>
- <view class="patient-btn" onTap="onSave">保存</view>
- </view>
- </wrapper>
|