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.
10 lines
405 B
Plaintext
10 lines
405 B
Plaintext
<home wx:if="{{status===0&&flag===1}}"></home>
|
|
<verify wx:if="{{status===2}}" bind:reflush="bindData"></verify>
|
|
<verify-loading wx:if="{{(status===0&&flag===0)||status===1}}" bind:reflush="bindData"></verify-loading>
|
|
<view wx:if="{{status===3}}">
|
|
<view class="bg-white">
|
|
<image src="/images/loading-1.gif" mode="aspectFit" class="gif-white response" style="height: 98vh"></image>
|
|
</view>
|
|
</view>
|
|
|