From 9261a41b62e19afda9086edf322a056b0ad0276e Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 16 四月 2024 12:07:38 +0800 Subject: [PATCH] ios --- packageDomain/pages/teacherCertification/index.wxml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packageDomain/pages/teacherCertification/index.wxml b/packageDomain/pages/teacherCertification/index.wxml index 628f7ee..279ff4b 100644 --- a/packageDomain/pages/teacherCertification/index.wxml +++ b/packageDomain/pages/teacherCertification/index.wxml @@ -49,19 +49,19 @@ <t-input placeholder="杈撳叆鎵嬫満鍙风爜" borderless value="{{teacherInfo.phone}}" type="number" tips="{{phoneError ? '鎵嬫満鍙疯緭鍏ヤ笉姝g‘' : ''}}" bindchange="onPhoneInput" disabled="{{!editState}}" /> </view> </view> - <view class="from-item"> + <view class="from-item form-input-6"> <view class="label"> <text class="empty"></text>搴ф満锛� </view> <view class="item-content"> - <t-input placeholder="杈撳叆搴ф満鍙�" borderless value="{{teacherInfo.telphone}}" tips="{{telphoneError ? '搴ф満鍙疯緭鍏ヤ笉姝g‘' : ''}}" bindchange="onTelphoneInput" disabled="{{!editState}}" /> + <t-input placeholder="杈撳叆搴ф満鍙�" borderless value="{{teacherInfo.telphone}}" tips="{{telphoneError ? '搴ф満鍙疯緭鍏ヤ笉姝g‘' : ''}}" bindchange="onTelphoneInput" disabled="{{!editState}}" adjust-position="{{isIos?false:true}}" bindkeyboardheightchange="bindkeyboardheightchange" data-class="form-input-7" /> </view> </view> - <view class="from-item"> + <view class="from-item form-input-7"> <view class="label"> <text class="icon">*</text>閭锛� </view> <view class="item-content"> <t-input placeholder="杈撳叆閭" borderless value="{{teacherInfo.email}}" tips="{{emailError ? '閭杈撳叆涓嶆纭�' : ''}}" bindchange="onEmailInput" disabled="{{!editState}}" adjust-position="{{isIos?false:true}}" bindkeyboardheightchange="bindkeyboardheightchange" data-class="form-input-7" /> </view> </view> - <view class="from-item"> + <view class="from-item form-input-8"> <view class="label"> <text class="empty"></text>璇︾粏鍦板潃锛� </view> <view class="item-content"> <t-input placeholder="璇疯緭鍏ヨ缁嗗湴鍧�" borderless value="{{teacherInfo.detailedAddress}}" bindchange="onAddressInput" disabled="{{!editState}}" adjust-position="{{isIos?false:true}}" bindkeyboardheightchange="bindkeyboardheightchange" data-class="form-input-8" /> -- Gitblit v1.9.1