Commit 7e2eddf6 authored by 黄奎's avatar 黄奎

页面修改

parent 4a3825f0
...@@ -385,7 +385,7 @@ ...@@ -385,7 +385,7 @@
</div> </div>
<div class="footer-bottom"> <div class="footer-bottom">
<div class="sponsor"> <div class="sponsor">
<a :href="item.url?item.url:'javascript:;'" target="_blank" v-for="(item,index) in dataList.BottomList" <a @click="OpenNewUrl(item.url)" target="_blank" v-for="(item,index) in dataList.BottomList"
:key="index"> :key="index">
<img :src="item.icon" /> <img :src="item.icon" />
</a> </a>
......
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