From a1d637f3cd549518c369297b64935ef32a78608a Mon Sep 17 00:00:00 2001
From: Penny <2500338766@qq.com>
Date: Sun, 6 Nov 2022 11:43:23 +0800
Subject: [PATCH] =?UTF-8?q?feature:1.0:=E5=AE=8C=E5=96=84=E6=8F=90?=
=?UTF-8?q?=E7=8E=B0=E8=AE=B0=E5=BD=95=EF=BC=8C=E6=8F=90=E7=8E=B0=E8=AF=A6?=
=?UTF-8?q?=E6=83=85=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages-userInfo/withdraw/withdraw.vue | 152 ++++++++++-----------
pages-userInfo/withdraw/withdrawDetail.vue | 106 ++++++++++++--
pages/profit/profitEndOrder.vue | 13 --
pages/profit/profitInOrder.vue | 21 ---
4 files changed, 172 insertions(+), 120 deletions(-)
diff --git a/pages-userInfo/withdraw/withdraw.vue b/pages-userInfo/withdraw/withdraw.vue
index 3970962..1c0f052 100644
--- a/pages-userInfo/withdraw/withdraw.vue
+++ b/pages-userInfo/withdraw/withdraw.vue
@@ -1,9 +1,32 @@
-
-
+
+
+
+
+ {{
+ item.createTime
+ }}
+
+
+ {{ setChannel(item.channel) }}
+
+
+ {{ setStatus(item.status)}}
+
+
+
+
+
-----已经到底啦-----
@@ -71,12 +94,37 @@
url: 'withdrawDetail?orderId=' + orderId,
});
}
+ },
+ setChannel(data){
+ if (data == "0") {
+ return "微信";
+ } else if (data == "1") {
+ return "银行卡";
+ } else if (data == "2") {
+ return "支付宝";
+ }
+ },
+ setStatus(data){
+ if (data == "0") {
+ return "待审核";
+ } else if (data == "1") {
+ return "提现中";
+ } else if (data == "2") {
+ return "提现成功";
+ } else if(data == "3"){
+ return "提现失败";
+ }else if(data == "4"){
+ return "审核拒绝";
+ }
}
}
}
diff --git a/pages-userInfo/withdraw/withdrawDetail.vue b/pages-userInfo/withdraw/withdrawDetail.vue
index 45b80a4..ef4aab0 100644
--- a/pages-userInfo/withdraw/withdrawDetail.vue
+++ b/pages-userInfo/withdraw/withdrawDetail.vue
@@ -1,14 +1,47 @@
- 订单号:{{withdrawDetailInfo.orderId}}
- 提现金额:{{withdrawDetailInfo.amt}}
- 手机号:{{withdrawDetailInfo.phone}}
- 银行卡:{{withdrawDetailInfo.bankNo}}
- 渠道:{{withdrawDetailInfo.channel}}
- 状态:{{withdrawDetailInfo.status}}
- 创建时间:{{withdrawDetailInfo.createTime}}
- 审核理由:{{withdrawDetailInfo.reason}}
- 到账时间:{{withdrawDetailInfo.achieveTime}}
+
+
+
+
+ 订单号:
+ {{ withdrawDetailInfo.orderId }}
+
+
+
+ 手机号:
+ {{withdrawDetailInfo.phone }}
+
+
+ 银行卡:
+ {{withdrawDetailInfo.bankNo }}
+
+
+ 提现金额:
+ {{ withdrawDetailInfo.amt }}
+
+
+ 渠道:
+ {{ setChannel(withdrawDetailInfo.channel) }}
+
+
+ 状态:
+ {{ setStatus(withdrawDetailInfo.status) }}
+
+
+
+ 提现时间:
+ {{withdrawDetailInfo.createTime}}
+
+
+ 审核理由:
+ {{withdrawDetailInfo.reason}}
+
+
+ 到账时间:
+ {{withdrawDetailInfo.achieveTime || "待确认"}}
+
+
@@ -53,10 +86,63 @@
});
}
},
+ setChannel(data){
+ if (data == "0") {
+ return "微信";
+ } else if (data == "1") {
+ return "银行卡";
+ } else if (data == "2") {
+ return "支付宝";
+ }
+ },
+ setStatus(data){
+ if (data == "0") {
+ return "待审核";
+ } else if (data == "1") {
+ return "提现中";
+ } else if (data == "2") {
+ return "提现成功";
+ } else if(data == "3"){
+ return "提现失败";
+ }else if(data == "4"){
+ return "审核拒绝";
+ }
+ },
}
}
diff --git a/pages/profit/profitEndOrder.vue b/pages/profit/profitEndOrder.vue
index 7fc87a8..2a552b1 100644
--- a/pages/profit/profitEndOrder.vue
+++ b/pages/profit/profitEndOrder.vue
@@ -27,19 +27,6 @@
转入时间:
{{ orderDetail.walletTime }}
-
-
diff --git a/pages/profit/profitInOrder.vue b/pages/profit/profitInOrder.vue
index 99fe79d..82128c6 100644
--- a/pages/profit/profitInOrder.vue
+++ b/pages/profit/profitInOrder.vue
@@ -43,27 +43,6 @@
确认状态:
{{ orderDetail.confirmStatus == 0 ? "待确认" : "已确认" }}
-
-