Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
groupPurchase-miniapp
Project
Project
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
彭佳妮(贵阳日报)
groupPurchase-miniapp
Commits
df91642d
Commit
df91642d
authored
Aug 13, 2024
by
彭佳妮(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单列表
parent
526fd2be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
order.vue
src/pages/order/order.vue
+3
-2
No files found.
src/pages/order/order.vue
View file @
df91642d
...
@@ -199,7 +199,8 @@ const stateList = ref({});
...
@@ -199,7 +199,8 @@ const stateList = ref({});
const
orderDic
=
ref
();
const
orderDic
=
ref
();
onLoad
(
async
(
options
)
=>
{
onLoad
(
async
(
options
)
=>
{
// await signIn();
// await signIn();
if
(
!
getToken
())
await
signIn2
();
if
(
!
getToken
())
await
signIn
();
// if (!getToken()) await signIn2();
if
(
!
getOrderDic
())
await
orderStatus
();
if
(
!
getOrderDic
())
await
orderStatus
();
orderDic
.
value
=
getOrderDic
();
orderDic
.
value
=
getOrderDic
();
orderDic
.
value
.
baseOrder
[
0
].
value
=
'all'
;
orderDic
.
value
.
baseOrder
[
0
].
value
=
'all'
;
...
@@ -321,7 +322,7 @@ const catalog = reactive({
...
@@ -321,7 +322,7 @@ const catalog = reactive({
endDate
:
''
,
endDate
:
''
,
keyword
:
''
,
keyword
:
''
,
status
:
''
,
// 待付款-not_pay,待使用-not_use,待评价not_eval,退款-after_sales
status
:
''
,
// 待付款-not_pay,待使用-not_use,待评价not_eval,退款-after_sales
orderType
:
'
logistics
'
,
// 团购到店-store,外卖订单-takeaway,筑农物流logistics
orderType
:
''
,
// 团购到店-store,外卖订单-takeaway,筑农物流logistics
});
});
const
getList
=
async
()
=>
{
const
getList
=
async
()
=>
{
if
(
isEnd
.
value
)
return
;
if
(
isEnd
.
value
)
return
;
...
...
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