谢杰标 hace 2 años
padre
commit
0b455faf5a
Se han modificado 2 ficheros con 4 adiciones y 3 borrados
  1. 1 1
      pages/learn/index.vue
  2. 3 2
      pages/questionBank/index.vue

+ 1 - 1
pages/learn/index.vue

@@ -598,7 +598,7 @@ export default {
       leftDays: 0,
       paramC: {
         pageNum: 1,
-        pageSize: 10,
+        pageSize: 5,
       },
       activeItem: {},
       itemIndex: "",

+ 3 - 2
pages/questionBank/index.vue

@@ -136,7 +136,8 @@ export default {
       questionLists: [], // 题库列表
       param: {
         pageNum: 1,
-        pageSize: 10,
+        pageSize: 5,
+        querySign: 1,
       },
       total: 0,
       options: {},
@@ -146,7 +147,7 @@ export default {
     ...mapGetters(["userInfo", "config"]),
   },
   onLoad(options) {
-    uni.hideTabBar()
+    uni.hideTabBar();
     this.options = options;
     if (this.options.isAct && !this.$method.isLogin()) {
       uni.navigateTo({