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.
guoxinyu_project/scr/wechat-weapp-mapdemo-master/wechat-weapp-mapdemo-master.../miniprogram/pages/selectusers/index.wxml

13 lines
383 B

<!--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>