You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
682 B
Plaintext

2 years ago
<view class='bt1' wx:if="{{code == 200}}">
<view class='tc' style='padding-top: 100px;'>
<icon class="iconfont icon-tijiaochenggong lh1">
</icon>
<view class='successText mt20 lh1'>
{{msg}}
</view>
</view>
<button type='primary' class="loginOut" style="margin-top:90px;" catchtap="backMe">
完成
</button>
</view>
<view class='bt1' wx:if="{{code >= 500}}">
<view class='tc' style='padding-top: 100px;'>
<i class="weui-icon-warn weui-icon_msg-primary"></i>
<view class='successText mt20 lh1'>
{{msg}}
</view>
</view>
<button type='primary' class="loginOut" style="margin-top:90px;" catchtap="backMe">
完成
</button>
</view>