feat: 预览样式更改
- 订正预览样式内容 - 分页逻辑变更 - style lint
This commit is contained in:
@@ -7,7 +7,7 @@ export const useQuestionStore = defineStore('questionStore', () => {
|
||||
// styleInfo 主题样式
|
||||
const styleInfo = computed(() => questionsData.value?.survey?.style || {});
|
||||
// 当前页数
|
||||
const page = ref(0);
|
||||
const page = ref(1);
|
||||
// 分页
|
||||
const pages = computed(() => questionsData.value?.answer?.pages || []);
|
||||
// 加载
|
||||
|
||||
Reference in New Issue
Block a user