| 1 |
- <view><view class="uni-list"><view class="uni-list-cell"><view class="uni-list-cell-left">姓名<text>*</text></view><view data-event-opts="{{[['tap',[['getStudentInformation']]]]}}" class="uni-list-cell-db" bindtap="__e"><view class="uni-input">{{name}}</view></view></view></view><view class="uni-list"><view class="uni-list-cell"><view class="uni-list-cell-left">性别<text>*</text></view><view data-event-opts="{{[['tap',[['getStudentInformation']]]]}}" class="uni-list-cell-db" bindtap="__e"><view class="uni-input">{{studentSex}}</view></view></view></view><view class="uni-list"><view class="uni-list-cell"><view class="uni-list-cell-left">手机号<text>*</text></view><view class="uni-list-cell-db"><view class="uni-input">{{studentPhone}}</view></view></view></view><view class="uni-list"><view class="uni-list-cell"><view class="uni-list-cell-left">备选手机号<text>*</text></view><view class="uni-list-cell-db"><view class="uni-input">{{studentOtherPhone}}</view></view></view></view><view class="uni-list"><view class="cuni-list-cell"><view class="uni-list-cell-left">学生宿舍<text>*</text></view><view class="uni-list-cell-db"><view class="uni-input">{{''+studentDormitory+''}}</view></view></view></view><view class="uni-list"><view class="uni-list-cell"><view class="uni-list-cell-left">学生校区<text>*</text></view><view class="uni-list-cell-db"><view class="uni-input">{{school[index]}}</view></view></view></view><button style="position:absolute;top:345px;left:24px;width:328px;height:47px;color:white;background-color:rgba(42, 130, 228, 1);" type="default" data-event-opts="{{[['tap',[['getInformation']]]]}}" bindtap="__e">确认</button></view>
|