Commit f6645b32 authored by Mac's avatar Mac

1

parent f4b02226
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
<!-- 网课列表 --> <!-- 网课列表 -->
<rgoods v-if="subItem.Id == 'educationCustom'" :goods="subItem.data"></rgoods> <rgoods v-if="subItem.Id == 'educationCustom'" :goods="subItem.data"></rgoods>
<matchmaking v-if="subItem.Id == 'miaiuser'" :navs="subItem.data"></matchmaking> <matchmaking v-if="subItem.Id == 'miaiuser'" :navs="subItem.data"></matchmaking>
<pagetitle v-if="subItem.Id == 'link'" :ts="subItem.data" ></pagetitle>
</template> </template>
</template> </template>
</template> </template>
...@@ -68,13 +69,15 @@ ...@@ -68,13 +69,15 @@
import rubik from "@/components/rubik/index"; import rubik from "@/components/rubik/index";
import rgoods from "@/components/study/index.vue"; import rgoods from "@/components/study/index.vue";
import matchmaking from "@/components/matchmaking/index"; import matchmaking from "@/components/matchmaking/index";
import pagetitle from "@/components/pagetitle/index";
export default { export default {
components: { components: {
cats, cats,
activity, activity,
rubik, rubik,
rgoods, rgoods,
matchmaking matchmaking,
pagetitle
}, },
props: ["navs"], props: ["navs"],
data() { data() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment