Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
meihua-island-book
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2023-12-20 17:51:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
62f6d4c35de48180e19102afedf15925e0bc8c91
62f6d4c3
1 parent
d69070fd
优化订单卡组件显示
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
src/components/orderCard.vue
src/pages/my/index.vue
src/components/orderCard.vue
View file @
62f6d4c
This diff is collapsed. Click to expand it.
src/pages/my/index.vue
View file @
62f6d4c
<!--
* @Date: 2023-12-13 11:13:13
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-12-20 1
6:16:11
* @LastEditTime: 2023-12-20 1
7:02:35
* @FilePath: /meihuaApp/src/pages/my/index.vue
* @Description: 文件描述
-->
...
...
@@ -77,6 +77,7 @@ const orderList = ref([
time: '2023-12-13 11:13:13',
price: 1200,
remain_time: 10,
status: 'no-pay',
},
{
id: 2,
...
...
@@ -86,6 +87,7 @@ const orderList = ref([
time: '2023-12-13 11:13:13',
price: 1200,
remain_time: 100,
status: 'enable',
},
{
id: 3,
...
...
@@ -95,6 +97,7 @@ const orderList = ref([
time: '2023-12-13 11:13:13',
price: 1200,
remain_time: 100,
status: 'cancel',
},
])
...
...
Please
register
or
login
to post a comment