mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-19 08:42:54 +00:00
8 lines
359 B
Plaintext
8 lines
359 B
Plaintext
<view class='enter'>
|
|
<image src="{{url}}{{logo}}"></image>
|
|
<view class='enter-title'>{{name}}</view>
|
|
<view class='enter-con'>你的信息和数据将受到保护</view>
|
|
<button class='enter-but flex' open-type="getUserInfo" type="primary" bindtap='getUserInfo' ><icon class='iconfont icon-weixing'></icon>微信授权登录</button>
|
|
</view>
|
|
|