diff --git a/pages.json b/pages.json index 33440fa..12f2109 100644 --- a/pages.json +++ b/pages.json @@ -42,6 +42,17 @@ } } }, + { + "path": "pages/my/applyBroker/myBroker", + "style": { + "navigationBarTitleText": "我是经纪人", + "enablePullDownRefresh": false, + "navigationStyle": "custom", + "app-plus": { + "titleNView": false + } + } + }, { "path": "pages/my/applySalesperson/index", "style": { diff --git a/pages/my/applyBroker/myBroker.vue b/pages/my/applyBroker/myBroker.vue new file mode 100644 index 0000000..5dc12ba --- /dev/null +++ b/pages/my/applyBroker/myBroker.vue @@ -0,0 +1,315 @@ + + + + + \ No newline at end of file diff --git a/pages/my/applyDistributor/myDistributor.vue b/pages/my/applyDistributor/myDistributor.vue index 26a28cf..dc181ce 100644 --- a/pages/my/applyDistributor/myDistributor.vue +++ b/pages/my/applyDistributor/myDistributor.vue @@ -37,21 +37,21 @@ 0.00 - 总成交金额(元)不含物料费 + 总成交金额(元) - 立即提现 + 我要提现 - 渠道明细 + 我的收益 - 我的渠道商 + 我的邀请 @@ -71,18 +71,19 @@ - 今日成交订单 + 今日邀请粉丝 0 - 累计成交订单 + 累计邀请粉丝 0 - + + diff --git a/pages/my/applySalesperson/mySalesperson.vue b/pages/my/applySalesperson/mySalesperson.vue index 5fcbc45..5c20b4e 100644 --- a/pages/my/applySalesperson/mySalesperson.vue +++ b/pages/my/applySalesperson/mySalesperson.vue @@ -33,7 +33,7 @@ - 立即提现 + 我要提现 @@ -51,7 +51,7 @@ - + diff --git a/pages/my/index.vue b/pages/my/index.vue index 8c207da..74659b8 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -254,6 +254,11 @@ text: '申请经纪人', link: '/pages/my/applyBroker/index' }, + { + urlImg: '../../static/my-gong-10.png', + text: '我是经纪人', + link: '/pages/my/applyBroker/myBroker' + }, { urlImg: '../../static/my-gong-10.png', text: '申请业务员', diff --git a/static/fenxiaoyuan.png b/static/fenxiaoyuan.png new file mode 100644 index 0000000..95c217c Binary files /dev/null and b/static/fenxiaoyuan.png differ diff --git a/static/jingjiren.png b/static/jingjiren.png new file mode 100644 index 0000000..f261300 Binary files /dev/null and b/static/jingjiren.png differ diff --git a/static/yewuyuan.png b/static/yewuyuan.png new file mode 100644 index 0000000..4912659 Binary files /dev/null and b/static/yewuyuan.png differ