You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
578 B
21 lines
578 B
<!--pages/deleteusers/index.wxml-->
|
|
<view class="delete">
|
|
<input
|
|
value="{{delUser_College}}"
|
|
placeholder="请输入要删除用户的院系"
|
|
bindblur="inputdelCollege"
|
|
/>
|
|
<input
|
|
value="{{delUser_Grade}}"
|
|
placeholder="请输入要删除用户的年级"
|
|
bindblur="inputdelGrade"
|
|
/>
|
|
<input
|
|
value="{{delUser_Class}}"
|
|
placeholder="请输入要删除用户的班级"
|
|
bindblur="inputdelClass"
|
|
/>
|
|
</view>
|
|
<button class="button" type="primary" bindtap="removeDataFn">删除用户</button>
|
|
<button class="button" type="primary" bindtap="getback">返回</button>
|