删除提现申请页面多余加载提示
This commit is contained in:
parent
14ee1c53d4
commit
4ae27f7ae2
|
|
@ -1,13 +1,5 @@
|
|||
<template>
|
||||
<view class="page">
|
||||
<!-- 加载状态 -->
|
||||
<view v-if="loading" class="loading-overlay">
|
||||
<view class="loading-content">
|
||||
<view class="loading-spinner"></view>
|
||||
<text class="loading-text">加载中...</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 提现容器 -->
|
||||
<!-- 账户余额卡片 -->
|
||||
<view class="balance-card">
|
||||
|
|
@ -417,44 +409,6 @@ export default {
|
|||
padding-bottom: 40rpx;
|
||||
}
|
||||
|
||||
.loading-overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 9999;
|
||||
|
||||
.loading-content {
|
||||
background: #fff;
|
||||
padding: 40rpx;
|
||||
border-radius: 20rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
.loading-spinner {
|
||||
width: 80rpx;
|
||||
height: 80rpx;
|
||||
border: 8rpx solid #f3f3f3;
|
||||
border-top: 8rpx solid #ff803a;
|
||||
border-radius: 50%;
|
||||
animation: spin 1s linear infinite;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.loading-text {
|
||||
font-size: 32rpx;
|
||||
color: #333;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.withdrawal-container {
|
||||
background: #fff;
|
||||
border-radius: 20rpx;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user