|
@@ -6,7 +6,7 @@ import { useRoute, useRouter } from 'vue-router';
|
|
import request from '@/helpers/request';
|
|
import request from '@/helpers/request';
|
|
import Moveable from 'moveable';
|
|
import Moveable from 'moveable';
|
|
import { useEventListener, useWindowScroll } from '@vueuse/core';
|
|
import { useEventListener, useWindowScroll } from '@vueuse/core';
|
|
-import iconExamQuestion from './images/icon-exam-question.png';
|
|
|
|
|
|
+// import iconExamQuestion from './images/icon-exam-question.png';
|
|
import MEmpty from '@/components/m-empty';
|
|
import MEmpty from '@/components/m-empty';
|
|
import { showToast } from 'vant';
|
|
import { showToast } from 'vant';
|
|
|
|
|
|
@@ -153,7 +153,7 @@ export default defineComponent({
|
|
}
|
|
}
|
|
});
|
|
});
|
|
|
|
|
|
- __initMove();
|
|
|
|
|
|
+ // __initMove();
|
|
|
|
|
|
getList();
|
|
getList();
|
|
});
|
|
});
|
|
@@ -189,12 +189,12 @@ export default defineComponent({
|
|
)}
|
|
)}
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <img
|
|
|
|
|
|
+ {/* <img
|
|
id="iconExamQuestion"
|
|
id="iconExamQuestion"
|
|
src={iconExamQuestion}
|
|
src={iconExamQuestion}
|
|
class={styles.iconExamQuestion}
|
|
class={styles.iconExamQuestion}
|
|
// onClick={onGotoModel}
|
|
// onClick={onGotoModel}
|
|
- />
|
|
|
|
|
|
+ /> */}
|
|
</div>
|
|
</div>
|
|
);
|
|
);
|
|
}
|
|
}
|