123456 |
- <view wx:if="{{show}}" class="mask" style="background-color:{{mask?'rgba(255, 255, 255, 0.4)':'transparent'}}">
- <view class="loading">
- <van-loading type="spinner" color="#1989fa" />
- <text class="loading-text">{{loadingText}}</text>
- </view>
- </view>
|