diff --git a/src/pages.json b/src/pages.json
index 511b582..0ca85f4 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -728,6 +728,12 @@
}
},
{
+ "path": "pages/douyin_withdraw/apply",
+ "style" : {
+ "navigationBarTitleText": "申请提现"
+ }
+ },
+ {
"path": "pages/douyin_withdraw/record",
"style" : {
"navigationBarTitleText": "提现记录"
diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index ea4a2b4..607abd9 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -225,7 +225,7 @@
brandInfo: indexData&&indexData.brand ? indexData.brand : null,
});
}
- if(tabInfo.id === 10)return util.routeTo(tabInfo.path + `?brand_id=${indexData.brand.id}`,'nT');
+ if(tabInfo.id === 10 || tabInfo.id === 11)return util.routeTo(tabInfo.path + `?brand_id=${indexData.brand.id}`,'nT');
util.routeTo(tabInfo.path,'nT');
},
diff --git a/src/subpackage/wallet/components/dy_withdraw_apply.vue b/src/subpackage/wallet/components/dy_withdraw_apply.vue
deleted file mode 100644
index 56c8777..0000000
--- a/src/subpackage/wallet/components/dy_withdraw_apply.vue
+++ /dev/null
@@ -1,243 +0,0 @@
-
-
-
-
- 可提现资金:
- {{ balance }}元
-
-
-
- *提现金额
-
-
-
- *账户名称
-
-
-
- *银行卡号
-
-
-
- *银行名称
-
-
-
-
-
-
-
-
- *支行名称
-
-
-
- 联系电话
-
-
-
-
-
-
- 温馨提示
- 1、账户请预留一定的余额,避免余额不足导致退款失败!
- 2、提现申请成功提交后,预计在3~7个工作日内进行处理。
-
-
- 确认提现
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/subpackage/wallet/components/wallet_modal.vue b/src/subpackage/wallet/components/wallet_modal.vue
index dac98cd..7c99e3e 100644
--- a/src/subpackage/wallet/components/wallet_modal.vue
+++ b/src/subpackage/wallet/components/wallet_modal.vue
@@ -36,6 +36,7 @@ export default {
bottom: 0;
right: 0;
background: rgba($color: #000000, $alpha: .5);
+ z-index: 10;
.wm-content{
position: absolute;
left: 50%;
diff --git a/src/subpackage/wallet/pages/douyin_withdraw/apply.vue b/src/subpackage/wallet/pages/douyin_withdraw/apply.vue
new file mode 100644
index 0000000..6c4b945
--- /dev/null
+++ b/src/subpackage/wallet/pages/douyin_withdraw/apply.vue
@@ -0,0 +1,333 @@
+
+
+
+ 可提现资金:
+ {{ balance }}元
+
+
+
+ *提现金额
+
+
+
+ *账户名称
+
+
+
+ *银行卡号
+
+
+
+ *银行名称
+
+
+
+
+
+
+
+
+ *支行名称
+
+
+
+ 联系电话
+
+
+
+
+
+
+ 温馨提示
+ 1、账户请预留一定的余额,避免余额不足导致退款失败!
+ 2、提现申请成功提交后,预计在3~7个工作日内进行处理。
+
+
+ 确认提现
+
+
+
+ 平台已收到您的提现请求,预计在3~7个工作日内进行处理,请耐心等待!
+ 提现记录
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/subpackage/wallet/pages/douyin_withdraw/index.vue b/src/subpackage/wallet/pages/douyin_withdraw/index.vue
index f3322d7..a358158 100644
--- a/src/subpackage/wallet/pages/douyin_withdraw/index.vue
+++ b/src/subpackage/wallet/pages/douyin_withdraw/index.vue
@@ -10,35 +10,14 @@
提现明细
-
-
-
-
- 平台已收到您的提现请求,预计在3~7个工作日内进行处理,请耐心等待!
- 提现记录
-