|
@@ -65,7 +65,7 @@
|
|
|
<span class="infotag sold" v-if="item.sold==1&&item.newAdded==1||item.sold==1&&item.newAdded==0">已售</span>
|
|
|
<span class="infotag other" v-if="item.brandID==161&&item.brandName!=''&&item.brandName!=null">{{item.brandName}}</span>
|
|
|
</div>
|
|
|
- <a class="productname" :href="'/flea-market-'+item.productID+'.html'">
|
|
|
+ <a class="productname" :href="'/flea-market-'+item.productId+'.html'">
|
|
|
{{item.name}}
|
|
|
</a>
|
|
|
<div class="targetprice">
|