kun 19/10/14 11:20
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</div>
|
||||
<div class="div2">
|
||||
<div class="img-box">
|
||||
<img src="https://dummyimage.com/80" alt />
|
||||
<img :src="imgUrl.wxtp0" alt />
|
||||
<p>微信公众号</p>
|
||||
</div>
|
||||
<div class="img-box">
|
||||
@@ -14,7 +14,7 @@
|
||||
<p>微信公众号</p>
|
||||
</div>
|
||||
<div class="img-box">
|
||||
<img src="https://dummyimage.com/80" alt />
|
||||
<img :src="imgUrl.wxtp1" alt />
|
||||
<p>微信公众号</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -29,7 +29,9 @@ export default {
|
||||
return {
|
||||
imgUrl: {
|
||||
foot: require('../../static/img/foot.png'),
|
||||
foot1: require('../../static/img/foot1.png')
|
||||
foot1: require('../../static/img/foot1.png'),
|
||||
wxtp0: require('../../static/img/wxtp0.png'),
|
||||
wxtp1: require('../../static/img/wxtp1.png')
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -62,6 +64,8 @@ export default {
|
||||
margin-top: 34px;
|
||||
|
||||
img {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
margin-bottom: 11px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user