Commit 07f65d9a authored by zhengke's avatar zhengke

12

parent 90f94200
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
</style> </style>
<template> <template>
<q-layout view="hHh lpr fFf"> <q-layout view="hHh lpr fFf">
{{headType}}
<hor-big-one v-if="headType==1" :base-data="baseinfo" ref="webhead"></hor-big-one> <hor-big-one v-if="headType==1" :base-data="baseinfo" ref="webhead"></hor-big-one>
<hor-big-two v-if="headType==2" :base-data="baseinfo" ref="webhead"></hor-big-two> <hor-big-two v-if="headType==2" :base-data="baseinfo" ref="webhead"></hor-big-two>
<q-page-container> <q-page-container>
...@@ -50,6 +51,7 @@ ...@@ -50,6 +51,7 @@
}, },
created() { created() {
this.$root.$on('change-head-style', param => { this.$root.$on('change-head-style', param => {
console.log(param,'param');
this.changeHeadHandler(param); this.changeHeadHandler(param);
}) })
}, },
......
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