mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-27 14:10:35 +00:00
13 lines
491 B
Plaintext
Executable File
13 lines
491 B
Plaintext
Executable File
<view class='loading-pic'>
|
|
<image src='/images/long.gif'></image>
|
|
<!-- <view>正在加载中...</view> -->
|
|
</view>
|
|
<view class="warrant" wx:if="{{!is_login}}">
|
|
<view class='white'>
|
|
<view class='pictrue'></view>
|
|
<view class='tip'>您的信息和数据将受到保护</view>
|
|
<button class='but' type="primary" open-type="getUserInfo" lang="zh_CN" bindgetuserinfo="getUserInfo">授权并登录</button>
|
|
</view>
|
|
<view class='mask'></view>
|
|
</view>
|