Commit e90ac25b by caoyanzhi

update: 积分策略

parent 6754c63e
...@@ -333,18 +333,18 @@ export default { ...@@ -333,18 +333,18 @@ export default {
this.getIntefralInfo(); this.getIntefralInfo();
}, },
handleSizeChange(pageSize) { handleSizeChange(pageSize) {
if (this.activeName == 'first') { if (this.activeName == 'second') {
this.pageSize = pageSize; this.pageSize = pageSize;
} else if (this.activeName == 'second') { } else if (this.activeName == 'third') {
this.pageSize1 = pageSize; this.pageSize1 = pageSize;
} }
this.handleCurrentChange(1); this.handleCurrentChange(1);
}, },
handleCurrentChange(pageNum) { handleCurrentChange(pageNum) {
if (this.activeName == 'first') { if (this.activeName == 'second') {
this.pageNum = pageNum; this.pageNum = pageNum;
this.getPointInfo(); this.getPointInfo();
} else if (this.activeName == 'second') { } else if (this.activeName == 'third') {
this.pageNum1 = pageNum; this.pageNum1 = pageNum;
this.getIntefralInfo(); this.getIntefralInfo();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment