|
@@ -10,11 +10,11 @@ import clockIcon from './images/clockIcon.png';
|
|
|
import schoolDot from './images/schoolDot.png';
|
|
|
import personIcon from './images/personIcon.png';
|
|
|
import { useUserStore } from '@/store/modules/users';
|
|
|
-import inBack from './images/inBack.png'
|
|
|
-import inBack2 from './images/inBack2.png'
|
|
|
-import inBack3 from './images/inBack3.png'
|
|
|
-import inBack4 from './images/inBack4.png'
|
|
|
-import inBack5 from './images/inBack5.png'
|
|
|
+import inFront from './images/inFront.png';
|
|
|
+import inBack from './images/inBack.png';
|
|
|
+import submitBtn from './images/submitBtn.png';
|
|
|
+import sealing from './images/sealing.png'
|
|
|
+import boxBg from './images/boxBg.png'
|
|
|
import { useRouter } from 'vue-router';
|
|
|
import { storeToRefs } from 'pinia';
|
|
|
import opinionIcon from './images/opinionIcon.png';
|
|
@@ -52,8 +52,8 @@ export default defineComponent({
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
onMounted(() => {
|
|
|
+
|
|
|
window.addEventListener('message', onImMessage);
|
|
|
showImGroup.value = true;
|
|
|
|