Commit e90ac25b by caoyanzhi

update: 积分策略

parent 6754c63e
......@@ -333,18 +333,18 @@ export default {
this.getIntefralInfo();
},
handleSizeChange(pageSize) {
if (this.activeName == 'first') {
if (this.activeName == 'second') {
this.pageSize = pageSize;
} else if (this.activeName == 'second') {
} else if (this.activeName == 'third') {
this.pageSize1 = pageSize;
}
this.handleCurrentChange(1);
},
handleCurrentChange(pageNum) {
if (this.activeName == 'first') {
if (this.activeName == 'second') {
this.pageNum = pageNum;
this.getPointInfo();
} else if (this.activeName == 'second') {
} else if (this.activeName == 'third') {
this.pageNum1 = pageNum;
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