Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FuLiMini
Project
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
wangjian
FuLiMini
Commits
7ee2227a
Commit
7ee2227a
authored
Apr 25, 2022
by
wangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4acd775e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
orderDetail.vue
pagesA/orderDetail/orderDetail.vue
+3
-3
No files found.
pagesA/orderDetail/orderDetail.vue
View file @
7ee2227a
...
...
@@ -60,7 +60,7 @@
<view
class=
"right"
>
{{
orderData
.
createTime
}}
</view>
</view>
<view
class=
"btn"
@
click=
"showOrderInfoBottom=!showOrderInfoBottom"
>
<view>
{{
showOrderInfoBottom
?
'
展开'
:
'收起
'
}}
</view>
<view>
{{
showOrderInfoBottom
?
'
收起'
:
'展开
'
}}
</view>
<image
class=
"arrow"
:src=
"icon"
mode=
""
></image>
</view>
</view>
...
...
@@ -92,7 +92,7 @@
orderId
:
''
,
orderData
:
{},
statusText
:{
100
:
'
待兑换
'
,
200
:
'兑换成功'
,
300
:
'兑换失败'
100
:
'
兑换中
'
,
200
:
'兑换成功'
,
300
:
'兑换失败'
},
statusSubText
:{
100
:
'卡券生成中,请稍候…'
,
200
:
'祝您使用愉快.'
,
300
:
'如有疑问,请联系客服.'
...
...
@@ -112,7 +112,7 @@
}
},
icon
:
function
()
{
if
(
this
.
showOrderInfoBottom
)
{
if
(
!
this
.
showOrderInfoBottom
)
{
return
'../../static/arrow-down.png'
}
else
{
return
'../../static/arrow-up.png'
...
...
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