|
@ -59,7 +59,7 @@ |
|
|
<div class="borderRight"> |
|
|
<div class="borderRight"> |
|
|
<div |
|
|
<div |
|
|
style="padding-top: 10px;padding-bottom: 10px;width: 200px;margin: 0px auto;height: 215px;"> |
|
|
style="padding-top: 10px;padding-bottom: 10px;width: 200px;margin: 0px auto;height: 215px;"> |
|
|
<a target="_black" :href="'https://item.taobao.com/item.htm?id='+item.GoodsId"> <img |
|
|
<a target="_black" :href="item.GoodsUrl"> <img |
|
|
:src="'http:'+item.ItemImg" width="200" height="165" /></a> |
|
|
:src="'http:'+item.ItemImg" width="200" height="165" /></a> |
|
|
<a-row> |
|
|
<a-row> |
|
|
<a-col :span="12" style="text-align: left;">¥{{item.Price}}</a-col> |
|
|
<a-col :span="12" style="text-align: left;">¥{{item.Price}}</a-col> |
|
@ -157,7 +157,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div v-else> |
|
|
<div v-else> |
|
|
<div style="padding-top: 10px;padding-bottom: 10px;width: 200px;margin: 5px auto;"> |
|
|
<div style="padding-top: 10px;padding-bottom: 10px;width: 200px;margin: 5px auto;"> |
|
|
<a target="_black" :href="'https://item.taobao.com/item.htm?id='+item.RivalGoodsId"> |
|
|
<a target="_black" :href="item.RivalGoodsId"> |
|
|
<img src="/jp.png" width="200" height="165" /></a> |
|
|
<img src="/jp.png" width="200" height="165" /></a> |
|
|
<a-row> |
|
|
<a-row> |
|
|
<a-col :span="12" style="text-align: left;">¥{{item.RivalPrice}}</a-col> |
|
|
<a-col :span="12" style="text-align: left;">¥{{item.RivalPrice}}</a-col> |
|
|