Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李俊赕
self-support
Commits
6fc5adaa
Commit
6fc5adaa
authored
Nov 01, 2021
by
Damon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 订单-联系客服
parent
51be61f1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
1 deletion
+32
-1
manifest.json
src/manifest.json
+6
-0
pages.json
src/pages.json
+4
-1
detail.vue
src/pages/order/detail.vue
+22
-0
No files found.
src/manifest.json
View file @
6fc5adaa
...
...
@@ -82,6 +82,12 @@
},
"uniStatistics"
:
{
"enable"
:
true
},
"plugins"
:
{
"contactPlugin"
:
{
"version"
:
"1.4.3"
,
"provider"
:
"wx104a1a20c3f81ec2"
}
}
},
"mp-alipay"
:
{
...
...
src/pages.json
View file @
6fc5adaa
...
...
@@ -654,7 +654,10 @@
"navigationBarTextStyle"
:
"black"
,
"navigationBarTitleText"
:
""
,
"navigationBarBackgroundColor"
:
"#F8F8F8"
,
"backgroundColor"
:
"#F4F5F7"
"backgroundColor"
:
"#F4F5F7"
,
"usingComponents"
:
{
"cell"
:
"plugin://contactPlugin/cell"
}
},
"tabBar"
:
{
"color"
:
"#7A7E83"
,
...
...
src/pages/order/detail.vue
View file @
6fc5adaa
...
...
@@ -102,6 +102,15 @@
<u-icon
name=
"arrow-right"
></u-icon>
</view>
</view>
<view
class=
"customer"
v-if=
"order.customerServiceId"
>
<view
class=
"top-item"
>
<text>
联系客服
</text>
</view>
<cell
:plugid=
'order.customerServiceId'
/>
</view>
<!-- 带预约显示时间选择 -->
<FeedbackContent
ref=
"feed-back"
...
...
@@ -1222,6 +1231,19 @@ export default {
}
}
}
.customer
{
width
:
100%
;
margin
:
20rpx
0
;
border-radius
:
12rpx
;
background-color
:
#ffffff
;
padding
:
24rpx
30rpx
;
.top-item
{
font-size
:
32rpx
;
color
:
#333333
;
font-weight
:
bold
;
margin-bottom
:
20rpx
;
}
}
.order-file
{
display
:
flex
;
justify-content
:
space-between
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment