16 lines
450 B
Plaintext
16 lines
450 B
Plaintext
|
|
|
|
<block wx:if="{{!loding}}">
|
|
<image class="welcome-img" src="https://nws-cdn.cnskl.com/assets/2020/12/25/c77267e903311988daa41988e1150d2d.png" mode="widthFix"></image>
|
|
|
|
<view class="footer-btn">
|
|
<button size="default" bindtap="onNav">进入企获客</button>
|
|
</view>
|
|
</block>
|
|
|
|
<block wx:else>
|
|
<view class="pack-center pages-loding">
|
|
<image src="/static/icons/loding.gif" mode="widthFix"></image>
|
|
</view>
|
|
</block>
|