index.axml 611 B

1234567891011121314
  1. <wrapper>
  2. <view class="patient-detail-phone">
  3. <view class="patient-block">
  4. <view class="patient-name">请输入新手机号</view>
  5. <view class="patient-flex">
  6. <input class="input" placeholder-class="patient-place" type="number" value="{{ phone }}" onInput="onInput" placeholder="请输入手机号" />
  7. <image class="patient-icon" mode="aspectFit" onTap="choosePhoneContact" src="https://gw.alipayobjects.com/mdn/rms_373ab8/afts/img/A*EEyRS4pqNQwAAAAAAAAAAAAAARQnAQ" />
  8. </view>
  9. </view>
  10. <view class="patient-btn" onTap="onSave">保存</view>
  11. </view>
  12. </wrapper>