|
@@ -38,7 +38,7 @@ const mutations = {
|
|
|
setCurPage(state, curPageNo) {
|
|
|
const pageNo = state.pages[curPageNo] ? curPageNo : 0;
|
|
|
state.curPage = state.pages[pageNo];
|
|
|
- state.pageNo = pageNo;
|
|
|
+ state.curPageNo = pageNo;
|
|
|
},
|
|
|
setCurPageNo(state, curPageNo) {
|
|
|
state.curPageNo = curPageNo;
|