Commit 2de08701 by liujinsa

提交代码

parent 15e8b806
...@@ -50,6 +50,8 @@ export default { ...@@ -50,6 +50,8 @@ export default {
width:100%; width:100%;
height: 100%; height: 100%;
position: absolute; position: absolute;
top:0;
z-index: -1;
} }
.ThemeDataPlant::before { .ThemeDataPlant::before {
content: " "; content: " ";
......
...@@ -10,9 +10,9 @@ ...@@ -10,9 +10,9 @@
</div> </div>
<div class="bc3"> <div class="bc3">
<!-- 送颂 --> <!-- 送颂 -->
<p v-if="shopInfo.shopCode=='songsong'" @click="showCookie">送颂科技提供技术支持</p> <p v-if="shopInfo.shopCode=='songsong'">送颂科技提供技术支持</p>
<!-- 嗨有料 --> <!-- 嗨有料 -->
<p v-else-if="shopInfo.shopCode=='HYL' || shopInfo.shopCode=='Id9uwD' " @click="showCookie"></p> <p v-else-if="shopInfo.shopCode=='HYL' || shopInfo.shopCode=='Id9uwD' "></p>
<!-- <p <!-- <p
v-else-if="Array.isArray(this.$store.state.sceneModule.songCopyright)" v-else-if="Array.isArray(this.$store.state.sceneModule.songCopyright)"
@click="showCookie" @click="showCookie"
...@@ -42,9 +42,6 @@ export default { ...@@ -42,9 +42,6 @@ export default {
onShow(){ onShow(){
}, },
methods:{ methods:{
showCookie(){
}
} }
} }
</script> </script>
......
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