Explorar el Código

题卡bug修改

zhangjie hace 3 años
padre
commit
1fe80b1b15
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      card/store/card.js

+ 1 - 1
card/store/card.js

@@ -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;