diff --git a/pages.json b/pages.json index 136fffc..33440fa 100644 --- a/pages.json +++ b/pages.json @@ -31,6 +31,61 @@ } }, // #endif + { + "path": "pages/my/applyBroker/index", + "style": { + "navigationBarTitleText": "申请经纪人", + "enablePullDownRefresh": false, + "navigationStyle": "custom", + "app-plus": { + "titleNView": false + } + } + }, + { + "path": "pages/my/applySalesperson/index", + "style": { + "navigationBarTitleText": "申请业务员", + "enablePullDownRefresh": false, + "navigationStyle": "custom", + "app-plus": { + "titleNView": false + } + } + }, + { + "path": "pages/my/applySalesperson/mySalesperson", + "style": { + "navigationBarTitleText": "我是业务员", + "enablePullDownRefresh": false, + "navigationStyle": "custom", + "app-plus": { + "titleNView": false + } + } + }, + { + "path": "pages/my/applyDistributor/index", + "style": { + "navigationBarTitleText": "申请分销员", + "enablePullDownRefresh": false, + "navigationStyle": "custom", + "app-plus": { + "titleNView": false + } + } + }, + { + "path": "pages/my/applyDistributor/myDistributor", + "style": { + "navigationBarTitleText": "我是分销员", + "enablePullDownRefresh": false, + "navigationStyle": "custom", + "app-plus": { + "titleNView": false + } + } + }, { "path": "pages/my/jIShiDateil", "style": { diff --git a/pages/my/applyBroker/index.vue b/pages/my/applyBroker/index.vue new file mode 100644 index 0000000..75b11e5 --- /dev/null +++ b/pages/my/applyBroker/index.vue @@ -0,0 +1,258 @@ + + + + + diff --git a/pages/my/applyDistributor/index.vue b/pages/my/applyDistributor/index.vue new file mode 100644 index 0000000..7866aa0 --- /dev/null +++ b/pages/my/applyDistributor/index.vue @@ -0,0 +1,390 @@ + + + + + diff --git a/pages/my/applyDistributor/myDistributor.vue b/pages/my/applyDistributor/myDistributor.vue new file mode 100644 index 0000000..26a28cf --- /dev/null +++ b/pages/my/applyDistributor/myDistributor.vue @@ -0,0 +1,316 @@ + + + + + \ No newline at end of file diff --git a/pages/my/applySalesperson/index.vue b/pages/my/applySalesperson/index.vue new file mode 100644 index 0000000..a4707f4 --- /dev/null +++ b/pages/my/applySalesperson/index.vue @@ -0,0 +1,244 @@ + + + + + diff --git a/pages/my/applySalesperson/mySalesperson.vue b/pages/my/applySalesperson/mySalesperson.vue new file mode 100644 index 0000000..5fcbc45 --- /dev/null +++ b/pages/my/applySalesperson/mySalesperson.vue @@ -0,0 +1,247 @@ + + + + + \ No newline at end of file diff --git a/pages/my/index.vue b/pages/my/index.vue index 7a34605..8c207da 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -249,6 +249,31 @@ text: '项目推荐', link: '/pages/my/fuwuGengduo' }, + { + urlImg: '../../static/my-gong-10.png', + text: '申请经纪人', + link: '/pages/my/applyBroker/index' + }, + { + urlImg: '../../static/my-gong-10.png', + text: '申请业务员', + link: '/pages/my/applySalesperson/index' + }, + { + urlImg: '../../static/my-gong-10.png', + text: '我是业务员', + link: '/pages/my/applySalesperson/mySalesperson' + }, + { + urlImg: '../../static/my-gong-10.png', + text: '申请分销员', + link: '/pages/my/applyDistributor/index' + }, + { + urlImg: '../../static/my-gong-10.png', + text: '我是分销员', + link: '/pages/my/applyDistributor/myDistributor' + }, ], token: '', vipData: [], diff --git a/pages/therapist/therapist1.vue b/pages/therapist/therapist1.vue new file mode 100644 index 0000000..308e2b4 --- /dev/null +++ b/pages/therapist/therapist1.vue @@ -0,0 +1,1937 @@ + + + + \ No newline at end of file diff --git a/static/bangzhu.png b/static/bangzhu.png new file mode 100644 index 0000000..0c5169e Binary files /dev/null and b/static/bangzhu.png differ