14 lines
621 B
Plaintext
14 lines
621 B
Plaintext
<!--welcome/login/login.wxml-->
|
|
<view class='allpage'>
|
|
<image src='http://supcache.wanyuanyin.cn/data/maoye.club/yingbo/rcs/images/login/denglu1.jpg' class='SRCS'></image>
|
|
<view class='btn2'>
|
|
<view class="btn-area" id="buttonContainer">
|
|
<button type="warn" bindtap='denglu' style='background-color: #11ceec;'>登录</button>
|
|
</view>
|
|
<view class="btn-area" id="buttonContainer">
|
|
<button type="warn" bindtap='zhuce' style='background-color: #139aec;'>注册</button>
|
|
</view>
|
|
</view>
|
|
<view class='txt'>Design by RainSun</view>
|
|
<view class='txt1'>RCS : Roll-Calling System</view>
|
|
</view> |