|
|
@@ -288,7 +288,7 @@
|
|
|
</template>
|
|
|
</uni-PopupMessage>
|
|
|
<!-- 自定义加载动画 -->
|
|
|
- <u-overlay :show="loadingShow" style="background-color: rgba(255, 255, 255, 0.9);">
|
|
|
+ <u-overlay :show="loadingShow" style="background-color: rgba(255, 255, 255, 0.8);z-index: 999999;">
|
|
|
<view class="dis f-c a-c j-c " style="height: 100%;">
|
|
|
<u-loading-icon></u-loading-icon>
|
|
|
<text style="color: #909399;" class="mt-1">{{loadingText}}</text>
|