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.
25 lines
1.1 KiB
25 lines
1.1 KiB
2 years ago
|
<!--pages/index/index.wxml-->
|
||
|
<view class="add">
|
||
|
<button class="button" bindtap="add" type="primary">增加用户</button>
|
||
|
</view>
|
||
|
|
||
|
<view class="delete">
|
||
|
<button class="button" type="primary" bindtap="removeDataFn">删除用户</button>
|
||
|
</view>
|
||
|
|
||
|
<view class="get">
|
||
|
<button class="button" type="primary" bindtap="searchDataNameFn">查询用户</button>
|
||
|
</view>
|
||
|
|
||
|
<view class="update">
|
||
|
<button class="button" type="primary" bindtap="updateDataFn">修改用户</button>
|
||
|
</view>
|
||
|
<view class="ModifyAccount">
|
||
|
<button class="map" type="primary" bindtap="map" style="position: relative; left: -244rpx; top: 136rpx; width: 263rpx; height: 136rpx; display: block; box-sizing: border-box">修改地图</button>
|
||
|
<button class="information" type="primary" bindtap="information" style="width: 263rpx; height: 136rpx; display: block; box-sizing: border-box; left: 19rpx; top: 0rpx; position: relative">修改信息</button>
|
||
|
<button class="account" type="primary" bindtap="account" style="width: 263rpx; height: 136rpx; display: block; box-sizing: border-box; left: 282rpx; top: -136rpx; position: relative">管理账户</button>
|
||
|
</view>
|
||
|
|
||
|
|
||
|
|