Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
user
Overview
Overview
Details
Activity
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
hooloo
mp
user
Commits
3572496b
Commit
3572496b
authored
Jun 09, 2022
by
宋冰琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复订单详情无法调起客服问题
parent
c59965e2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
7 deletions
+19
-7
orderSubPackage/pages/orderInfo/index.vue
+19
-7
No files found.
orderSubPackage/pages/orderInfo/index.vue
View file @
3572496b
...
...
@@ -96,8 +96,10 @@
</div>
<div
class=
"customer_service"
>
<button
class=
"function_item_text"
open-type=
"contact"
bindcontact=
"handleContact"
session-from=
"sessionFrom"
>
<span>
有疑问,联系客服
</span>
<u-icon
name=
"arrow-right"
color=
"#000"
size=
"20"
></u-icon>
</button>
</div>
</div>
</
template
>
...
...
@@ -212,13 +214,13 @@ export default {
case
'7'
:
return
'待取超时'
case
'8'
:
return
'已取消
取消
'
return
'已取消'
case
'9'
:
return
'已取消
取消
'
return
'已取消'
case
'10'
:
return
'已取消
取消
'
return
'已取消'
case
'11'
:
return
'已取消
取消
'
return
'已取消'
case
'12'
:
return
'退款中'
case
'13'
:
...
...
@@ -563,14 +565,23 @@ export default {
line-height
:
90
rpx
;
background
:
#FFFFFF
;
border-radius
:
10
rpx
;
font-size
:
28
rpx
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#000000
;
padding
:
0
64
rpx
;
margin
:
32
rpx
0
;
.function_item_text
{
width
:
100%
;
margin
:
0
;
padding
:
10
rpx
10
rpx
10
rpx
0
rpx
;
background-color
:
#FFFFFF
;
font-size
:
28
rpx
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
border-radius
:
0px
;
display
:
flex
;
justify-content
:
space-between
;
}
.function_item_text
::after
{
border
:
unset
;
}
}
</
style
>
\ No newline at end of file
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