From 9cdf807a118c6d86a56ed4efe6ced99239294da9 Mon Sep 17 00:00:00 2001
From: "Mr.jiang" <714156421@qq.com>
Date: Sat, 3 Aug 2024 16:29:50 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=94=80=20=E4=B8=9A=E5=8A=A1=20?=
=?UTF-8?q?=E7=BB=8F=E7=BA=AA=E4=BA=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 55 +
pages/my/applyBroker/index.vue | 258 +++
pages/my/applyDistributor/index.vue | 390 ++++
pages/my/applyDistributor/myDistributor.vue | 316 +++
pages/my/applySalesperson/index.vue | 244 +++
pages/my/applySalesperson/mySalesperson.vue | 247 +++
pages/my/index.vue | 25 +
pages/therapist/therapist1.vue | 1937 +++++++++++++++++++
static/bangzhu.png | Bin 0 -> 782 bytes
9 files changed, 3472 insertions(+)
create mode 100644 pages/my/applyBroker/index.vue
create mode 100644 pages/my/applyDistributor/index.vue
create mode 100644 pages/my/applyDistributor/myDistributor.vue
create mode 100644 pages/my/applySalesperson/index.vue
create mode 100644 pages/my/applySalesperson/mySalesperson.vue
create mode 100644 pages/therapist/therapist1.vue
create mode 100644 static/bangzhu.png
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 @@
+
+
+
+ 申请分销员
+
+
+
+ 姓名
+
+
+
+
+ 联系电话
+
+
+
+
+
+
+
+ 选择级别
+
+
+ {{item.title}}
+ ¥{{item.money}}
+
+
+
+
+
+
+
+
+
+
+
+ 微信
+
+
+
+
+
+
+
+
+ 提交申请
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+
+
+
+
+
+
+ 方
+ 平台
+ 当前身份:一级分销员
+
+
+
+
+
+
+ 0.00
+ 可提现(元)
+
+
+ 0.00
+ 未入账(元)
+
+
+
+
+
+ 0.00
+ 累计佣金(元)不含手续费
+
+
+ 0.00
+ 已提现(元)
+
+
+ 0.00
+ 总成交金额(元)不含物料费
+
+
+
+ 立即提现
+
+
+
+
+
+ 渠道明细
+
+
+
+ 我的渠道商
+
+
+
+ 提现记录
+
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+
+
+
+
+ 方
+ 提成比例:12%
+
+
+
+
+
+ 可提现(元)
+ 0.00
+
+
+
+ 0.00
+ 累计佣金(元)不含手续费
+
+
+ 0.00
+ 已提现(元)
+
+
+ 0.00
+ 总成交金额(元)不含物料费
+
+
+
+ 立即提现
+
+
+
+
+
+ 渠道明细
+
+
+
+ 我的渠道商
+
+
+
+ 提现记录
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+ {{ city }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.artificerName }}
+
+
+
+ {{item.status == 1?"可服务":"休息中"}}
+ {{item.time}}
+
+
+
+
+
+
+
+ {{item.content}}
+
+
+
+
+ 评论
+
+ {{ item.commentCount ? item.commentCount : 0 }}
+
+
+
+
+ 收藏
+
+ {{ item.collectCount ? item.collectCount : 0 }}
+
+
+
+
+
+
+ {{item.consortiaName}}
+
+
+
+
+ {{ item.distance }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ getOrderByCurrentMarkerIndex().artificerName }}
+
+
+
+ {{getOrderByCurrentMarkerIndex().state == 1?"可服务":getOrderByCurrentMarkerIndex().state == 2?"今日可约":"休息中"}}
+
+ {{ getOrderByCurrentMarkerIndex().time}}
+
+
+
+
+
+
+
+
+
+
+ 评论
+
+ {{ getOrderByCurrentMarkerIndex().commentCount ? getOrderByCurrentMarkerIndex().commentCount : 0 }}
+
+
+
+
+
+ 收藏
+
+ {{ getOrderByCurrentMarkerIndex().collectCount ? getOrderByCurrentMarkerIndex().collectCount : 0 }}
+
+
+
+
+
+
+
+
+ {{getOrderByCurrentMarkerIndex().consortiaName}}
+
+
+
+
+ 立即预约
+
+
+ 立即预约
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ tpCount }}人已投票
+ 投票
+ 已投票
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/bangzhu.png b/static/bangzhu.png
new file mode 100644
index 0000000000000000000000000000000000000000..0c5169e26817b8946ecb1a0729e65532ed99a905
GIT binary patch
literal 782
zcmV+p1M&QcP)QUZZo{k&wSta{(OXWJO@SxHjBDw
zBdD%13+Kf-xtN)oYVZ3Kl#cuY4w|VW5~35}Qvi0C!A&vY2|>KJ6Fn1txIGOhmVOeT
zOJMHsL%0${Gz{>4JE4tK!c{a7GmRkvp9v&f98C1WP9#s4<0xw&X6k7I+Nu&?1%I(s
zZC@#_k_Hr0=NbtY(AcWBMsLjr#ne9o*t-!17#N#WwPSAX0t1R=JO^{vMu_J*8T52g
zO`grauNa6~`bAZsl}WYdo?`0b&Odo^32^JUdi8B?1fCwy!L+u^siv-@&pk&kdZ$S5${XH{<2kVt77W?0Qx++fEioW
z_K?$9q74ndeE=$lFkae6wJycfp8+Ua`P?L#`S~r>oW9v4BAdQdWq>eCi?SVcq%hNv
zUoN@4w3C|0j6*{32fv__afB`cM}vqvJW|r(S{S$vh!JM_iU`|-{7B9~Ra-!hZ8h1g
zn8ql;$AgGxSHRhVY7QYwJ^|2A5_lI>+=oAZ@!$5^-
z9V+D^1%=38DXyh{VJQyKjNB%iEoe@s+C+rXfy@;*BL^I$9p}a5GG~X2;0B7?ah@>L
zfn>!*m?N3XM0i7K-bAQl`KpN!FD9!8GsLTzJGVo-oR%suwY;AH1J?vX+N2_1NdN!<
M07*qoM6N<$g2UolCIA2c
literal 0
HcmV?d00001