|
|
@ -7,7 +7,7 @@ |
|
|
<view style="flex:1;padding-left:24rpx;height:100px"> |
|
|
<view style="flex:1;padding-left:24rpx;height:100px"> |
|
|
<view class="flex" style="height:20px;align-items: center"> |
|
|
<view class="flex" style="height:20px;align-items: center"> |
|
|
<image style="width:40px;height:20px;margin-right:12rpx" src="/assets/image/ico_tag{{item.bidType == 2 ? '2' : '1'}}.png"></image> |
|
|
<image style="width:40px;height:20px;margin-right:12rpx" src="/assets/image/ico_tag{{item.bidType == 2 ? '2' : '1'}}.png"></image> |
|
|
<view class="page-name">{{item.secondCategoryName || item.firstCategoryName}}</view> |
|
|
|
|
|
|
|
|
<view class="page-name">{{item.firstCategoryName || item.secondCategoryName}}</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex page-num" style="margin-top:8rpx;justify-content: space-between"> |
|
|
<view class="flex page-num" style="margin-top:8rpx;justify-content: space-between"> |
|
|
<view class="text-cut" style="font-size:24rpx;max-width: 240rpx">{{item.locProvinceName + item.locCityName}} |
|
|
<view class="text-cut" style="font-size:24rpx;max-width: 240rpx">{{item.locProvinceName + item.locCityName}} |
|
|
|