From efce59d822e3090681117f7e28fefb136a7344ab Mon Sep 17 00:00:00 2001
From: gyq <875626088@qq.com>
Date: Wed, 20 Aug 2025 16:23:23 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8F=90=E7=8E=B0=E7=95=8C?=
=?UTF-8?q?=E9=9D=A2=E7=9A=84=E5=B0=8F=E6=95=B0=E5=B1=95=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
http/http.js | 1 +
pages/me/withdraw/index.vue | 1200 +++++++++++++++++------------------
2 files changed, 598 insertions(+), 603 deletions(-)
diff --git a/http/http.js b/http/http.js
index baa3ee2..153707e 100644
--- a/http/http.js
+++ b/http/http.js
@@ -146,6 +146,7 @@ function commonsProcess(showLoading, httpReqCallback, isreturm, url) {
}
if (res.code == 401) {
+ uni.clearStorageSync()
uni.redirectTo({
url: "/pages/login/login",
});
diff --git a/pages/me/withdraw/index.vue b/pages/me/withdraw/index.vue
index 09d65d7..3afb0be 100644
--- a/pages/me/withdraw/index.vue
+++ b/pages/me/withdraw/index.vue
@@ -1,9 +1,8 @@
-
+
-
+
规则
@@ -13,26 +12,25 @@
可提现总额
¥ {{ data.mayMoney }}
-
- 提现金额
+
+ 提现金额
-
- ¥
-
+
+ ¥
+
-
- 全部
-
-
+ 全部
-
-
- {{data.isWithdraw?'立即提现':'观看广告提现'}}
-
- 提现到支付宝
+ {{ data.isWithdraw ? '立即提现' : '观看广告提现' }}
+ 提现到支付宝
实名认证
@@ -42,669 +40,665 @@
-
- 提现成功
-
- 提现中
-
- 提现失败
-
+
+ 提现成功
+ 提现中
+ 提现失败
-
- 收款人账号:{{ item.zhifubao }}
- 收款人姓名:{{ item.zhifubaoName }}
- 发起时间:{{ item.createAt }}
- 成功时间 {{ item.outAt }}
-
- 失败原因:{{ item.refund }}
-
+
+ 收款人账号:{{ item.zhifubao }}
+ 收款人姓名:{{ item.zhifubaoName }}
+ 发起时间:{{ item.createAt }}
+ 成功时间 {{ item.outAt }}
+ 失败原因:{{ item.refund }}
-
+
- ¥{{ item.money }}
+ ¥{{ item.money }}
-
-
-
+
-
-
+
+
-
+
-
-
+
-
\ No newline at end of file
+
+ .cash-top {
+ padding: 32upx 32upx 50upx 32upx;
+ /* border-bottom: 1px solid gainsboro; */
+ background: #5074ff;
+ }
+
+ .leiji {
+ font-size: 14px;
+ color: #ffffff;
+ margin-bottom: 10px;
+ }
+}
+
+.rule-btn {
+ font-size: 16px;
+ // padding: 2rpx 10rpx;
+ // border: 1px solid rgba(255, 255, 255, .8);
+ // border-radius: 4rpx;
+}
+
+.view2-view-text {
+ font-size: 14px;
+ color: #000000;
+ margin-left: 20upx;
+ width: 80%;
+}
+
+.view2-view-image-right {
+ width: 18upx;
+ height: 30upx;
+ margin-left: 50upx;
+}
+
+.moneyList {
+ .item {
+ background: white;
+ padding: 32rpx;
+ margin: 32rpx;
+ font-size: 28rpx;
+ box-shadow: 7px 9px 34px rgba(0, 0, 0, 0.1);
+ border-radius: 16upx;
+ }
+
+ .item:first-child {
+ margin-top: 0;
+ }
+}
+
+.centre {
+ text-align: center;
+ padding: 200rpx 0;
+ font-size: 32rpx;
+ box-sizing: border-box;
+
+ image {
+ width: 360rpx;
+ height: 360rpx;
+ // margin-bottom: 20rpx;
+ margin: 0 auto 20rpx;
+ // border: 1px dotted #000000;
+ }
+
+ .tips {
+ font-size: 34rpx;
+ color: #999999;
+ margin-top: 20rpx;
+ }
+
+ .btn {
+ margin: 80rpx auto;
+ width: 600rpx;
+ border-radius: 32rpx;
+ line-height: 90rpx;
+ color: #ffffff;
+ font-size: 34rpx;
+ background: #ff7581;
+ }
+}
+