Commit 4858a214 authored by 黄奎's avatar 黄奎

页面修改

parent ef953717
...@@ -338,7 +338,16 @@ ...@@ -338,7 +338,16 @@
<img style="width:120px;height:auto;" :src="dataList.Config.WhiteLogo" /> <img style="width:120px;height:auto;" :src="dataList.Config.WhiteLogo" />
</div> </div>
<div class="footer_fb_group"> <div class="footer_fb_group">
<a :href="dataList.Config.FaceBookUrl"><img :src="dataList.Config.Logo" alt="" /></a> <a :href="dataList.Config.FaceBookUrl">
<div class="fb-page" :data-href="dataList.Config.FaceBookUrl" data-tabs="timeline" data-width="340"
data-height="130" data-small-header="false" data-adapt-container-width="false" data-hide-cover="false"
data-show-facepile="false">
<blockquote :cite="dataList.Config.FaceBookUrl" class="fb-xfbml-parse-ignore"><a
:href="dataList.Config.FaceBookUrl">{{dataList.Config.Name}}</a></blockquote>
</div>
</a>
</div> </div>
<div class="footer_qrcode"> <div class="footer_qrcode">
<a :href="dataList.Config.LineUrl"> <a :href="dataList.Config.LineUrl">
......
...@@ -14,8 +14,10 @@ ...@@ -14,8 +14,10 @@
<link rel="icon" type="image/png" sizes="32x32" href="statics/icons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="32x32" href="statics/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="statics/icons/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="16x16" href="statics/icons/favicon-16x16.png">
<link rel="icon" type="image/ico" href="statics/icons/favicon.ico"> <link rel="icon" type="image/ico" href="statics/icons/favicon.ico">
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/zh_CN/sdk.js#xfbml=1&version=v7.0" nonce="bDrSmWhp"></script>
</head> </head>
<body> <body>
<!-- DO NOT touch the following DIV --> <!-- DO NOT touch the following DIV -->
<div id="q-app"></div> <div id="q-app"></div>
</body> </body>
......
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