Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
Email Patches
Plain Diff
Browse Files
Authored by
沈志敏
2016-08-26 15:06:20 +0800
Commit
e9af099d63acb876764ab3c0cd72f6d54216a7bc
1 parent
6dd49ef7
fix bug
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
public/js/me/order.page.js
public/vue/me/cancel-reason.vue
public/vue/me/order.vue
public/js/me/order.page.js
View file @
e9af099
...
...
@@ -19,4 +19,4 @@ new Vue({
components
:
{
Order
}
});
\ No newline at end of file
});
...
...
public/vue/me/cancel-reason.vue
View file @
e9af099
...
...
@@ -9,6 +9,7 @@
const $ = require('jquery');
const yoho = require('yoho');
const tip = require('common/tip');
module.exports = {
data() {
...
...
public/vue/me/order.vue
View file @
e9af099
...
...
@@ -90,7 +90,7 @@
this.reasonChange(cr);
yoho.store.remove('cancelReason');
} else if (yoho.store.get('orderReload')) {
this.reload();
this.reload();
}
}
});
...
...
Please
register
or
login
to post a comment