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 272afef..3399c49 100644
--- a/pages/mine/balance/withdrawal.vue
+++ b/pages/mine/balance/withdrawal.vue
@@ -1,256 +1,345 @@
-
-
-
-
-
-
- {{'请先绑定银行卡'}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ {{ '请先绑定银行卡' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ '可提现金额' }}(¥):
+ {{ widthDrwaData.amount || '0.00' }}
+
+
+ {{ '账户余额' }}(¥):
+ {{ widthDrwaData.balance || '0.00' }}
+
+
+ {{ '提现手续费' }}:
+ {{ widthDrwaData.srviceCharge || '0.00' }}
+
+
+ {{ '最低提现额度' }}(¥):
+ {{ widthDrwaData.minAmount || '0.00' }}
+
+
+
+
+ {{
+ '提现'
+ }}
+
+
-
-
- {{'可提现金额'}}(¥):
- {{widthDrwaData.amount||'0.00'}}
-
-
- {{'账户余额'}}(¥):
- {{widthDrwaData.balance||'0.00'}}
-
-
- {{'提现手续费'}}:
- {{widthDrwaData.srviceCharge||'0.00'}}
-
-
- {{'最低提现额度'}}(¥):
- {{widthDrwaData.minAmount||'0.00'}}
-
-
-
-
-
-
- {{'提现'}}
-
-
-
+
+
+
\ No newline at end of file
+ .subbtn {
+ background: #005bac;
+ border-radius: 46rpx;
+ font-size: 30rpx;
+ font-family: Source Han Sans CN;
+ font-weight: 400;
+ color: #ffffff;
+ }
+ }
+}
+
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