|
@@ -369,8 +369,8 @@ export default defineComponent({
|
|
|
|
|
|
resizeSwipeItemHeight();
|
|
resizeSwipeItemHeight();
|
|
|
|
|
|
- // window.history.pushState(null, '', document.URL);
|
|
|
|
- // window.addEventListener('popstate', onBack, false);
|
|
|
|
|
|
+ window.history.pushState(null, '', document.URL);
|
|
|
|
+ window.addEventListener('popstate', onBack, false);
|
|
});
|
|
});
|
|
|
|
|
|
onUnmounted(() => {
|
|
onUnmounted(() => {
|
|
@@ -416,12 +416,11 @@ export default defineComponent({
|
|
title: () => (
|
|
title: () => (
|
|
<div class={styles.questionTitle}>
|
|
<div class={styles.questionTitle}>
|
|
<div class={styles.questionNum}>
|
|
<div class={styles.questionNum}>
|
|
|
|
+ <p class={styles.pointName}>
|
|
|
|
+ {item.knowledgePointName}
|
|
|
|
+ </p>
|
|
<span>{state.currentIndex + 1}</span>/{state.total}
|
|
<span>{state.currentIndex + 1}</span>/{state.total}
|
|
</div>
|
|
</div>
|
|
- {/* <div class={styles.questionType}>
|
|
|
|
- <i></i>
|
|
|
|
- <span>{item.knowledgePointName}</span>
|
|
|
|
- </div> */}
|
|
|
|
<Button
|
|
<Button
|
|
round
|
|
round
|
|
plain
|
|
plain
|
|
@@ -449,12 +448,12 @@ export default defineComponent({
|
|
title: () => (
|
|
title: () => (
|
|
<div class={styles.questionTitle}>
|
|
<div class={styles.questionTitle}>
|
|
<div class={styles.questionNum}>
|
|
<div class={styles.questionNum}>
|
|
|
|
+ <p class={styles.pointName}>
|
|
|
|
+ {item.knowledgePointName}
|
|
|
|
+ </p>
|
|
<span>{state.currentIndex + 1}</span>/{state.total}
|
|
<span>{state.currentIndex + 1}</span>/{state.total}
|
|
</div>
|
|
</div>
|
|
- {/* <div class={styles.questionType}>
|
|
|
|
- <i></i>
|
|
|
|
- <span>{item.knowledgePointName}</span>
|
|
|
|
- </div> */}
|
|
|
|
|
|
+
|
|
<Button
|
|
<Button
|
|
round
|
|
round
|
|
plain
|
|
plain
|
|
@@ -489,12 +488,11 @@ export default defineComponent({
|
|
title: () => (
|
|
title: () => (
|
|
<div class={styles.questionTitle}>
|
|
<div class={styles.questionTitle}>
|
|
<div class={styles.questionNum}>
|
|
<div class={styles.questionNum}>
|
|
|
|
+ <p class={styles.pointName}>
|
|
|
|
+ {item.knowledgePointName}
|
|
|
|
+ </p>
|
|
<span>{state.currentIndex + 1}</span>/{state.total}
|
|
<span>{state.currentIndex + 1}</span>/{state.total}
|
|
</div>
|
|
</div>
|
|
- {/* <div class={styles.questionType}>
|
|
|
|
- <i></i>
|
|
|
|
- <span>{item.knowledgePointName}</span>
|
|
|
|
- </div> */}
|
|
|
|
<Button
|
|
<Button
|
|
round
|
|
round
|
|
plain
|
|
plain
|
|
@@ -521,12 +519,11 @@ export default defineComponent({
|
|
title: () => (
|
|
title: () => (
|
|
<div class={styles.questionTitle}>
|
|
<div class={styles.questionTitle}>
|
|
<div class={styles.questionNum}>
|
|
<div class={styles.questionNum}>
|
|
|
|
+ <p class={styles.pointName}>
|
|
|
|
+ {item.knowledgePointName}
|
|
|
|
+ </p>
|
|
<span>{state.currentIndex + 1}</span>/{state.total}
|
|
<span>{state.currentIndex + 1}</span>/{state.total}
|
|
</div>
|
|
</div>
|
|
- {/* <div class={styles.questionType}>
|
|
|
|
- <i></i>
|
|
|
|
- <span>{item.knowledgePointName}</span>
|
|
|
|
- </div> */}
|
|
|
|
<Button
|
|
<Button
|
|
round
|
|
round
|
|
plain
|
|
plain
|