|
@@ -10,6 +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 { useRouter } from 'vue-router';
|
|
|
import { storeToRefs } from 'pinia';
|
|
|
import opinionIcon from './images/opinionIcon.png';
|
|
@@ -44,6 +49,9 @@ export default defineComponent({
|
|
|
body.className = 'myBody body';
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
onMounted(() => {
|
|
|
window.addEventListener('message', onImMessage);
|
|
|
showImGroup.value = true;
|
|
@@ -249,7 +257,7 @@ export default defineComponent({
|
|
|
class={['modalTitle', 'background', styles.suggestWrap]}
|
|
|
v-model:show={showSuggestionViseble.value}
|
|
|
preset="card"
|
|
|
- display-directive='show'
|
|
|
+ display-directive='if'
|
|
|
showIcon={false}>
|
|
|
<SuggestionOption
|
|
|
onClose={() =>
|