diff --git a/components/withdrawalGuide/index.vue b/components/withdrawalGuide/index.vue
new file mode 100644
index 0000000..acd660b
--- /dev/null
+++ b/components/withdrawalGuide/index.vue
@@ -0,0 +1,156 @@
+
+
+
+ 提现绑定操作指南
+
+ 尊敬的经销商伙伴们:
+ 为了让大家顺利快捷地提现,符合法律法规的要求,现需完成提现绑定操作,步骤如下,按序操作即可:
+
+
+
+ 1.
+ 微信扫码后,用实际收款人本人手机号登录;
+
+
+ 2.
+ 点击 "继续签约",上传本人身份证照片完成实名认证;
+
+
+ 3.
+ 进入合同页面,选择 "默认印章",输入收到的验证码完成签约;
+
+
+ 4.
+ 返回首页点击 "提现"(若显示 "开户",下拉刷新页面即可);
+
+
+ 5.
+ 进入绑卡页面,完成银行卡绑定后即可操作提现。
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/mine/balance/withdrawal.vue b/pages/mine/balance/withdrawal.vue
index dda1b21..1fa0bab 100644
--- a/pages/mine/balance/withdrawal.vue
+++ b/pages/mine/balance/withdrawal.vue
@@ -7,7 +7,7 @@
:rules="rules"
ref="uForm"
>
-
{{ '请先绑定银行卡' }}
-
+ -->
- {{
- '提现'
- }}
+ {{ '提现' }}
+
+
+
diff --git a/pages/mine/balance/withdrawlDetail.vue b/pages/mine/balance/withdrawlDetail.vue
index f28fa87..ed40053 100644
--- a/pages/mine/balance/withdrawlDetail.vue
+++ b/pages/mine/balance/withdrawlDetail.vue
@@ -1,150 +1,171 @@
-
-
-
- {{'钱包类型'}}
- {{item.pkAccountVal}}
-
-
- {{'提现金额'}}
- {{item.cashAmount| toThousandthAndKeepDecimal}}
-
-
- {{'手续费'}}
- {{item.serviceCharge| toThousandthAndKeepDecimal}}
-
-
- {{'个税'}}
- {{item.incomeTax| toThousandthAndKeepDecimal}}
-
-
- {{'实发金额'}}
- {{item.issuedAmount| toThousandthAndKeepDecimal}}
-
-
- {{'银行名称'}}
- {{item.bankName}}
-
-
- {{'银行账户'}}
- {{item.cardNumber}}
-
-
- {{'开户姓名'}}
- {{item.accountName}}
-
-
- {{'审核状态'}}
- {{item.approveStateVal}}
-
-
- {{'申请日期'}}
- {{item.creationTime}}
-
-
- {{'备注'}}
- {{item.remarks}}
-
-
- {{'状态'}}
- {{item.statusVal}}
-
+
+
+
+ {{ '钱包类型' }}
+ {{ item.pkAccountVal }}
+
+
+ {{ '提现金额' }}
+ {{
+ item.cashAmount | toThousandthAndKeepDecimal
+ }}
+
+
+ {{ '手续费' }}
+ {{
+ item.serviceCharge | toThousandthAndKeepDecimal
+ }}
+
+
+ {{ '个税' }}
+ {{
+ item.incomeTax | toThousandthAndKeepDecimal
+ }}
+
+
+ {{ '实发金额' }}
+ {{
+ item.issuedAmount | toThousandthAndKeepDecimal
+ }}
+
+
+ {{ '银行名称' }}
+ {{ item.bankName }}
+
+
+ {{ '银行账户' }}
+ {{ item.cardNumber }}
+
+
+ {{ '开户姓名' }}
+ {{ item.accountName }}
+
+
+ {{ '审核状态' }}
+ {{ item.approveStateVal }}
+
+
+ {{ '申请日期' }}
+ {{ item.creationTime }}
+
+
+ {{ '备注' }}
+ {{ item.remarks }}
+
+
+ {{ '状态' }}
+ {{ item.statusVal }}
+
+
+ 驳回原因
+ {{ item.approveRemarks }}
+
-
- {{'操作'}}
- {{'撤销'}}
-
-
-
-
+
+ {{ '操作' }}
+ {{ '撤销' }}
+
+
+
+
\ No newline at end of file
+ .thesuccess {
+ color: #005bac;
+ }
+ }
+ }
+}
+
diff --git a/static/images/with-drawal-mini-code.png b/static/images/with-drawal-mini-code.png
new file mode 100644
index 0000000..40b0c4f
Binary files /dev/null and b/static/images/with-drawal-mini-code.png differ