|
|
@@ -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({
|