提交 24fea5fb authored 作者: matian's avatar matian

updates

上级 3b878a44
......@@ -7,10 +7,6 @@ import Knowledge from '../components/Knowledge.vue'
import Course from '../components/Course.vue'
import Brand from '../components/Brand.vue'
import Contact from '../components/Contact.vue'
import useWXShare from '@/utils/wx'
onMounted(() => {
useWXShare()
})
</script>
<template>
......
......@@ -2,7 +2,6 @@
import CourseList from '../components/CourseList.vue'
import { useShopStore } from '@/stores/shop'
import { useDevice } from '@/composables/useDevice'
import useWXShare from '@/utils/wx'
const { mobile } = useDevice()
const shopStore = useShopStore()
......@@ -12,9 +11,6 @@ const handleTabClick = (tab: any) => {
window.location.reload()
}
}
onMounted(() => {
useWXShare()
})
</script>
<template>
......
......@@ -10,7 +10,6 @@ import RecommendCourse from '../components/RecommendCourse.vue'
import CourseFooter from '../components/CourseFooter.vue'
import { useShopStore } from '@/stores/shop'
import { useDevice } from '@/composables/useDevice'
import useWXShare from '@/utils/wx'
const { mobile } = useDevice()
const shopStore = useShopStore()
......@@ -29,9 +28,6 @@ const recommendCourse = computed(() => {
return shopStore.shopRelatedListOther
}
})
onMounted(() => {
useWXShare()
})
</script>
<template>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论