|
|
@ -103,19 +103,20 @@ |
|
|
|
</div> |
|
|
|
<div style="background-color: #f3f2f7;border-bottom: 0px solid #d7d7d7;background: #ffffff;justify-items: center;text-align: center;display: flex;align-items: center; vertical-align: center;height: 178px;"> |
|
|
|
<div style="width: 171px;" class="contentDiv"> |
|
|
|
<img :src="item.ItemImg" style="width: 151px;height: 151px;" > |
|
|
|
<a :href="item.GoodsUrl" target="_black"> |
|
|
|
<img :src="item.ItemImg" style="width: 151px;height: 151px;" ></a> |
|
|
|
</div> |
|
|
|
<div style="width: 177px;" class="contentDiv"> |
|
|
|
武将战力 {{getTop1Comment(item.CompetingItems)}} |
|
|
|
</div> |
|
|
|
<div style="width: 177px;flex-direction: column" class="contentDiv"> |
|
|
|
{{getTop1Data(item.CompetingItems)[0]}} |
|
|
|
<div style="color:#D7D7D7;"> |
|
|
|
<!-- <div style="color:#D7D7D7;"> |
|
|
|
达到该战场定义的</div> |
|
|
|
<div style="color:#D7D7D7;"> |
|
|
|
评价量商家个数为 |
|
|
|
{{getTop1Data(item.CompetingItems)[1]}} |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
</div> |
|
|
|
<div style="width: 177px;" class="contentDiv"> |
|
|
|
所需兵力:{{getCommentNeed(item.CompetingItems)}} |
|
|
@ -127,7 +128,7 @@ |
|
|
|
<div class="contentColumn">{{son.Price}}</div> |
|
|
|
<div class="contentColumn">{{son.CommentCount}}</div> |
|
|
|
<div class="contentColumn" style="width: 558px;"> |
|
|
|
<a :href="son.ItemUrl"> |
|
|
|
<a :href="son.ItemUrl" target="_black"> |
|
|
|
{{son.Title}}</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -137,7 +138,7 @@ |
|
|
|
|
|
|
|
<div v-if="currentTab=='-1'" @click="()=>{onShowWindow(item,0)}" style="cursor: pointer;">查找竞品</div> |
|
|
|
<div v-if="currentTab=='-1'" style="margin-top: 10px;cursor: pointer;" @click="setState(item.Id,9)">完成分析</div> |
|
|
|
<div v-if="currentTab=='-1'" style="margin-top: 10px;cursor: pointer;" @click="()=>{onShowWindow(item,1)}">编辑修改</div> |
|
|
|
<div style="margin-top: 10px;cursor: pointer;" @click="()=>{onShowWindow(item,1)}">编辑修改</div> |
|
|
|
<div style="margin-top: 10px;cursor: pointer;" @click="setState(item.Id,3)">放弃</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|