packageDomain/pages/sampleBookList/applicationForm/index.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
packageDomain/pages/sampleBookList/applicationForm/index.wxml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
packageDomain/pages/sampleBookList/applicationForm/index.wxss | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
packageDomain/pages/teacherCertification/index.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
packageDomain/pages/teacherCertification/index.wxml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
packageDomain/pages/sampleBookList/applicationForm/index.js
@@ -394,6 +394,9 @@ } catch (error) {} } }, changeParam(e) { this.scrollToInput(0); }, /** * 页面相关事件处理函数--监听用户下拉动作 */ packageDomain/pages/sampleBookList/applicationForm/index.wxml
@@ -1,4 +1,4 @@ <view class="container" style="height:calc(100% + {{keyboardHeight ? (keyboardHeight + 'px'):'100%'}});padding-bottom:calc(180rpx+ {{keyboardHeight ? 120 + 'px':0}})"> <view class="container" style="height:calc(100vh + {{keyboardHeight ? (keyboardHeight + 'px'):'0'}});padding-bottom:calc(180rpx+ {{keyboardHeight ? 120 + 'px':0}})"> <t-tabs t-class="t-tabs" defaultValue="{{active}}" split="{{false}}" bind:change="tabClick" show-bottom-line="false"> <t-tab-panel label="纸质样书" value="0" /> <t-tab-panel label="电子样书" value="1" /> @@ -58,19 +58,19 @@ <view class="item form-input-1"> <text class="label">姓名:</text> <view class="item-content"> <t-input placeholder="请输入真实姓名" borderless value="{{contactInfo.fullName}}" bindchange="onFullNameInput" adjust-position="{{isIos?false:true}}" bindkeyboardheightchange="bindkeyboardheightchange" data-class="form-input-1" /> <t-input placeholder="请输入真实姓名" borderless value="{{contactInfo.fullName}}" bindchange="onFullNameInput" adjust-position="{{isIos?false:true}}" bindkeyboardheightchange="bindkeyboardheightchange" bindblur="changeParam" data-class="form-input-1" /> </view> </view> <view class="item form-input-2"> <text class="label">联系电话:</text> <view class="item-content"> <t-input placeholder="输入联系电话" borderless value="{{contactInfo.phone}}" type="number" tips="{{phoneError ? '手机号输入不正确' : ''}}" bindchange="onPhoneInput" adjust-position="{{isIos?false:true}}" bindkeyboardheightchange="bindkeyboardheightchange" /> <t-input placeholder="输入联系电话" borderless value="{{contactInfo.phone}}" type="number" tips="{{phoneError ? '手机号输入不正确' : ''}}" bindchange="onPhoneInput" adjust-position="{{isIos?false:true}}" bindkeyboardheightchange="bindkeyboardheightchange" bindblur="changeParam" data-class="form-input-2" /> </view> </view> <view class="item form-input-3"> <text class="label">详细地址:</text> <view class="item-content"> <t-input placeholder="请输入详细地址" borderless value="{{contactInfo.detailedAddress}}" bindchange="onAddressInput" adjust-position="{{isIos?false:true}}" bindkeyboardheightchange="bindkeyboardheightchange" /> <t-input placeholder="请输入详细地址" borderless value="{{contactInfo.detailedAddress}}" bindchange="onAddressInput" adjust-position="{{isIos?false:true}}" bindkeyboardheightchange="bindkeyboardheightchange" bindblur="changeParam" data-class="form-input-3" /> </view> </view> </view> packageDomain/pages/sampleBookList/applicationForm/index.wxss
@@ -185,11 +185,18 @@ } .item-content { border: 2rpx solid #D9D9D9; padding: 10rpx; flex: 1; } .t-input__content { border: 2rpx solid #D9D9D9 !important; padding: 10rpx; } .t-input__tips { color: #f56c6c !important; } .item-content .t-input { padding: 0 !important; } packageDomain/pages/teacherCertification/index.js
@@ -749,6 +749,9 @@ } catch (error) {} } }, changeParam(e) { this.scrollToInput(0); }, /** * 页面上拉触底事件的处理函数 */ packageDomain/pages/teacherCertification/index.wxml
@@ -1,4 +1,4 @@ <view class="container" style="height:calc(100% + {{keyboardHeight ? (keyboardHeight + 'px'):'100%'}});padding-bottom:calc(180rpx + {{keyboardHeight ? 120 + 'px':0}}) "> <view class="container" style="height:calc(100vh + {{keyboardHeight ? (keyboardHeight + 'px'):'100%'}});padding-bottom:calc(180rpx + {{keyboardHeight ? 120 + 'px':0}}) "> <scroll-view class="scroll content" scroll-y> <view class="tips" wx:if="{{!skeletonLoding}}"> 仅限学校本课程任课教师申请;请上传有效在职教师工作证将有助于审核。 </view> <view class="page-body" wx:if="{{!skeletonLoding}}"> @@ -52,19 +52,19 @@ <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 ? '座机号输入不正确' : ''}}" bindchange="onTelphoneInput" disabled="{{!editState}}" adjust-position="{{isIos?false:true}}" bindkeyboardheightchange="bindkeyboardheightchange" data-class="form-input-7" /> <t-input placeholder="输入座机号" borderless value="{{teacherInfo.telphone}}" tips="{{telphoneError ? '座机号输入不正确' : ''}}" bindchange="onTelphoneInput" disabled="{{!editState}}" adjust-position="{{isIos?false:true}}" bindkeyboardheightchange="bindkeyboardheightchange" bindblur="changeParam" data-class="form-input-7" /> </view> </view> <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" /> <t-input placeholder="输入邮箱" borderless value="{{teacherInfo.email}}" tips="{{emailError ? '邮箱输入不正确' : ''}}" bindchange="onEmailInput" disabled="{{!editState}}" adjust-position="{{isIos?false:true}}" bindkeyboardheightchange="bindkeyboardheightchange" bindblur="changeParam" data-class="form-input-7" /> </view> </view> <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" /> <t-input placeholder="请输入详细地址" borderless value="{{teacherInfo.detailedAddress}}" bindchange="onAddressInput" disabled="{{!editState}}" adjust-position="{{isIos?false:true}}" bindkeyboardheightchange="bindkeyboardheightchange" bindblur="changeParam" data-class="form-input-8" /> </view> </view> </view>