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.

22 lines
926 B

<!--start.wxml-->
<view class="container">
<view class="remind-box" wx:if="{{remind}}">
<image class="remind-img" src="/static/images/more/loading.gif"></image>
</view>
<block wx:else>
<image class="title" src="/static/images/more/title8.png"></image>
<view class="content">
<view class="hd" style="transform:rotateZ({{angle}}deg);">
<!-- <image class="logo" src="{{userInfo.avatarUrl}}"></image> -->
<image class="wave" src="/static/images/more/wave.png" mode="aspectFill"></image>
<image class="wave wave-bg" src="/static/images/more/wave.png" mode="aspectFill"></image>
</view>
<view class="bd">
<image class="smalltitle" src="/static/images/more/confirm-word1.png"></image>
<view class="confirm-btn" bindtap='goToIndex'>
<button open-type="getUserInfo">授权进入</button>
</view>
</view>
</view>
</block>
</view>