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.
13 lines
383 B
13 lines
383 B
2 years ago
|
<!--pages/selectusers/index.wxml-->
|
||
|
<view class="get">
|
||
|
<button class="button" type="primary" bindtap="searchID">查询单个用户</button>
|
||
|
</view>
|
||
|
|
||
|
<view class="get">
|
||
|
<button class="button" type="primary" bindtap="searchCollege">查询多个用户</button>
|
||
|
</view>
|
||
|
|
||
|
<view class="get">
|
||
|
<button class="button" type="primary" bindtap="search">查询所有用户</button>
|
||
|
</view>
|