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
李奇
2017-08-09 11:43:03 +0800
Commit
f507a2185cc41821fb3f36bbcae8221250fa7c4c
1 parent
1648b25a
修正eslint rules违背
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
public/vue/me/records.vue
public/vue/me/refund-order.vue
public/vue/me/records.vue
View file @
f507a21
...
...
@@ -165,7 +165,7 @@ export default {
modal.confirm('确定清空"' + name + '"下的浏览记录', '确定清空?', function() {
let skn = [];
for (let i in that.list) {
for (let i in that.list) {
// eslint-disable-line
skn.push(that.list[i].product_skn);
}
...
...
public/vue/me/refund-order.vue
View file @
f507a21
...
...
@@ -79,11 +79,11 @@
},
methods: {
reload() {
this.page= 0;
this.page
= 0;
this.pageTotal = 1;
this.orderList= [];
this.busy= false;
this.emptybox= 'hide';
this.orderList = [];
this.busy = false;
this.emptybox = 'hide';
this.getRefundData();
...
...
Please
register
or
login
to post a comment