Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
Project
Project
Details
Activity
Releases
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
李俊赕
self-support
Commits
e0567df7
Commit
e0567df7
authored
Aug 31, 2021
by
Facius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 订单cell报错;完工页面异常单报错
parent
b166f695
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.vue
src/components/order/index.vue
+1
-1
complete.vue
src/pages/order/complete.vue
+1
-1
No files found.
src/components/order/index.vue
View file @
e0567df7
...
...
@@ -470,7 +470,7 @@ export default {
exceptionRecord
()
{
// 如果是异常单告诉后台
if
(
this
.
realType
==
'exception'
)
{
this
.
$u
.
api
.
workerDealWithError
(
item
.
orderId
).
then
(()
=>
{})
this
.
$u
.
api
.
workerDealWithError
(
this
.
orderData
.
orderId
).
then
(()
=>
{})
}
},
storeOparation
()
{
...
...
src/pages/order/complete.vue
View file @
e0567df7
...
...
@@ -604,7 +604,7 @@ export default {
for
(
var
item
of
pages
)
{
if
(
[
'/pages/mine/history/index'
,
'/pages/mine/order/index'
].
indexOf
(
item
.
$page
.
fullPath
item
.
$page
?.
fullPath
.
split
(
'?'
)[
0
]
)
!=
-
1
)
{
return
pages
.
length
-
i
-
1
...
...
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