Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
lea guo
2019-10-17 15:04:23 +0800
Commit
14666580103a52d4c0511a8b015eb3c1d49462f8
2 parents
368510b6
a8a164a4
订单调价:只有在未完成调价时给出提示
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/pages/order/buyer-ask-order.vue
apps/pages/order/mixin/order-action.js
apps/pages/order/buyer-ask-order.vue
View file @
1466658
...
...
@@ -333,7 +333,7 @@ export default {
type: 'buy',
name: 'buyOrderDetail',
params: {
orderC
ode: get(this.publishresult, 'orderCode', ''),
c
ode: get(this.publishresult, 'orderCode', ''),
owner: 'buy',
}
}
...
...
apps/pages/order/mixin/order-action.js
View file @
1466658
...
...
@@ -191,7 +191,7 @@ export default {
mask
:
true
,
}).
show
();
// 有未完成调价
订单
// 有未完成调价
if
(
code
===
401
)
{
return
;
}
...
...
Please
register
or
login
to post a comment