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/miniprogram/pages/login/login.wxml

6 lines
355 B

<view class="me">
<button class="denglu" type="primary" bindtap="denglu">登录</button>
<button class="zhuce" type="primary" bindtap="zhuce">注册</button>
<button class="guanliyuandenglu" type="primary" bindtap="guanliyuandenglu">管理员登录</button>
<button class="adzhuce" type="primary" bindtap="adzhuce">管理员注册</button>
</view>