diff --git a/pages.json b/pages.json index 3ce5efd..81e26f9 100644 --- a/pages.json +++ b/pages.json @@ -135,6 +135,14 @@ "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black" } + }, + { + "path": "reception/consultant", + "style": { + "navigationBarTitleText": "选择顾问", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black" + } } diff --git a/pages/center/records/index.vue b/pages/center/records/index.vue index ce01287..43cf77b 100644 --- a/pages/center/records/index.vue +++ b/pages/center/records/index.vue @@ -3,7 +3,7 @@ - + @@ -253,6 +253,11 @@ console.log(this.screen) this.screenShow=false }, + goSearch(){ + uni.navigateTo({ + url: '/pages/center/records/recordSearch' + }); + }, }, onLoad() { console.log('这里是进入') @@ -331,6 +336,7 @@ border: 1px solid #C9C9C9; border-radius: 50%; text-align: center; + line-height: 52rpx; } .name{ font-weight: 600; @@ -376,14 +382,12 @@ display: flex; .cus{ font-size: 30rpx; - font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #666666; line-height: 30rpx; } .arriveNum{ font-size: 30rpx; - font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; line-height: 30rpx; margin-left: 10rpx; @@ -403,7 +407,6 @@ .content-last{ margin: 30rpx 0; font-size: 30rpx; - font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #666666; line-height: 30rpx; @@ -425,7 +428,6 @@ .screen-text{ margin: 40rpx 0 36rpx 0; font-size: 30rpx; - font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #333333; line-height: 30rpx; diff --git a/pages/center/records/recordSearch.vue b/pages/center/records/recordSearch.vue index 48d48ea..c7abe3f 100644 --- a/pages/center/records/recordSearch.vue +++ b/pages/center/records/recordSearch.vue @@ -1,8 +1,26 @@ - diff --git a/pages/index/customer.vue b/pages/index/customer.vue index 84ad813..371aeae 100644 --- a/pages/index/customer.vue +++ b/pages/index/customer.vue @@ -23,7 +23,7 @@ 接待延时 - 重新指派 + 重新指派 结束接待 @@ -92,7 +92,12 @@ uni.navigateTo({ url: '/pages/mine/reception/addreception' }); - } + }, + goConsultant(){ + uni.navigateTo({ + url: '/pages/mine/reception/consultant' + }); + }, }, }; diff --git a/pages/mine/reception/consultant.vue b/pages/mine/reception/consultant.vue new file mode 100644 index 0000000..2b11314 --- /dev/null +++ b/pages/mine/reception/consultant.vue @@ -0,0 +1,138 @@ + + + + +