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.
11 lines
331 B
11 lines
331 B
2 years ago
|
<!--pages/deleteuser/index.wxml-->
|
||
|
<view class="delete">
|
||
|
<input
|
||
|
value="{{delUser_ID}}"
|
||
|
placeholder="请输入要删除用户的学号"
|
||
|
bindblur="inputdelID"
|
||
|
/>
|
||
|
</view>
|
||
|
<button class="button" type="primary" bindtap="removeDataFn">删除用户</button>
|
||
|
<button class="button" type="primary" bindtap="getback">返回</button>
|