Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
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
pseer
gxpt_wechat
Commits
5d76af2c
Commit
5d76af2c
authored
Jan 15, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
c3bbe92f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
orderRecord.vue
pages/orderRecord/orderRecord.vue
+1
-1
orderResult.vue
pages/orderResult/orderResult.vue
+1
-1
No files found.
pages/orderRecord/orderRecord.vue
View file @
5d76af2c
...
...
@@ -16,7 +16,7 @@
<text
class=
"cuIcon cuIcon-title text-pink"
></text>
<text
class=
"text-title text-bold text-xl"
>
{{
item
.
storeName
||
'门店名称'
}}
</text>
</view>
<text
:class=
"item.status==1
?'text-pink':item.status==0
?'text-cyan':item.status==2?'text-gray':'text-red'"
>
{{
item
.
refundStatus
>=
1
?
refundStatusEnum
[
item
.
refundStatus
]:
orderStatusEnum
[
item
.
status
]
}}
</text>
<text
:class=
"item.status==1
&& !item.refundStatus?'text-pink':item.status==0 && !item.refundStatus
?'text-cyan':item.status==2?'text-gray':'text-red'"
>
{{
item
.
refundStatus
>=
1
?
refundStatusEnum
[
item
.
refundStatus
]:
orderStatusEnum
[
item
.
status
]
}}
</text>
</view>
<view
class=
"flex-row room-image-box"
>
...
...
pages/orderResult/orderResult.vue
View file @
5d76af2c
...
...
@@ -86,7 +86,7 @@
</view>
</view>
<view
v-if=
"orderInfo.status
<
=
1
"
class=
"part-2"
>
<view
v-if=
"orderInfo.status
<
=
1
&&
!
orderInfo
.
refundStatus
"
class=
"part-2"
>
<view
class=
"flex-between title"
>
<view
class=
"flex-row"
>
<text
class=
"cuIcon-titles text-pink text-xl"
></text>
...
...
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