update: 大屏接口
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
import { ref, onMounted } from 'vue';
|
||||
import { threeRApi } from '/@/views/indexSun/indexSun.api.ts';
|
||||
const scrollList = ref();
|
||||
const emit = defineEmits(['handleClick']);
|
||||
onMounted(() => {
|
||||
threeRApi({}).then((res) => {
|
||||
if (res.code == 200) {
|
||||
@@ -55,8 +56,7 @@
|
||||
});
|
||||
});
|
||||
function handleClickNum(type) {
|
||||
console.log(type);
|
||||
console.log(123);
|
||||
emit('handleClick', type);
|
||||
}
|
||||
</script>
|
||||
<style lang="less" scoped>
|
||||
|
||||
Reference in New Issue
Block a user