diff --git a/pages/commission/components/account-info-tow.vue b/pages/commission/components/account-info-tow.vue
new file mode 100644
index 0000000..5700fcd
--- /dev/null
+++ b/pages/commission/components/account-info-tow.vue
@@ -0,0 +1,191 @@
+
+
+
+
+
+
+
+
+
+ 可提现(元)
+
+ {{ state.showMoney ? fen2yuan(state.brokerageInfo.brokeragePrice) : '***' }}
+
+
+
+ 立即提现
+
+
+
+
+
+ 当前收益(元)
+
+ {{ state.showMoney ? fen2yuan(state.summary.brokeragePrice || 0) : '***' }}
+
+
+
+ 昨天收益(元)
+
+ {{ state.showMoney ? fen2yuan(state.summary.yesterdayPrice || 0) : '***' }}
+
+
+
+ 累计已提(元)
+
+ {{ state.showMoney ? fen2yuan(state.summary.withdrawPrice || 0) : '***' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/commission/components/commission-info-tow.vue b/pages/commission/components/commission-info-tow.vue
new file mode 100644
index 0000000..e78e57e
--- /dev/null
+++ b/pages/commission/components/commission-info-tow.vue
@@ -0,0 +1,227 @@
+
+
+
+
+
+
+
+
+
+
+ {{ userInfo.nickname }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ fen2yuan(state.summary.withdrawPrice || 0)
+ }}
+
+
+ 累计收益(元)
+
+
+
+
+
+
+
+
+
+ {{
+ state.arr.firstBrokerageUserCount + state.arr.secondBrokerageUserCount ||
+ 0
+ }}
+
+
+ 我的团队
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/commission/components/commission-menu2.vue b/pages/commission/components/commission-menu2.vue
new file mode 100644
index 0000000..f160acd
--- /dev/null
+++ b/pages/commission/components/commission-menu2.vue
@@ -0,0 +1,226 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file