diff --git a/api/dealer/capital.js b/api/dealer/capital.js
new file mode 100644
index 0000000..6694481
--- /dev/null
+++ b/api/dealer/capital.js
@@ -0,0 +1,17 @@
+import request from '@/utils/request'
+
+// api地址
+const api = {
+ list: 'dealer.capital/list',
+ submit: 'dealer.capital/submit'
+}
+
+// 分销商提现明细
+export const list = (param) => {
+ return request.get(api.list, param)
+}
+
+// 提交提现申请
+export const submit = (data) => {
+ return request.post(api.submit, data)
+}
diff --git a/pages.json b/pages.json
index 5eec758..8772394 100644
--- a/pages.json
+++ b/pages.json
@@ -277,6 +277,12 @@
"navigationBarTitleText": ""
}
},
+ {
+ "path": "pages/dealer/commission",
+ "style": {
+ "navigationBarTitleText": "分销佣金"
+ }
+ },
{
"path": "pages/dealer/withdraw/apply",
"style": {
diff --git a/pages/.DS_Store b/pages/.DS_Store
index 85d9a35..836e94b 100644
Binary files a/pages/.DS_Store and b/pages/.DS_Store differ
diff --git a/pages/dealer/commission.vue b/pages/dealer/commission.vue
new file mode 100644
index 0000000..33d00eb
--- /dev/null
+++ b/pages/dealer/commission.vue
@@ -0,0 +1,246 @@
+
+
+
+
+
+
+
+
+
+
+
+ {{item.describe}} {{ item.money }}元
+ {{ item.create_time }}
+
+
+
+ {{ ApplyStatusText[item.apply_status] }}
+
+
+ 驳回原因
+
+
+
+
+
+
+
+
+
+
+ {{ rejectReason }}
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/news3/JoinDistribution.vue b/pages/news3/JoinDistribution.vue
index 38b3d00..bed10f5 100644
--- a/pages/news3/JoinDistribution.vue
+++ b/pages/news3/JoinDistribution.vue
@@ -13,7 +13,7 @@
-
+
@@ -49,7 +49,7 @@
-
+
分销佣金