|
|
|
@ -3,7 +3,7 @@ |
|
|
|
<image :src="item.pictureUrl || '/static/imgs/factory/default-factory.png'" class="image_8" /> |
|
|
|
<view class="center-group flex-col"> |
|
|
|
<view class="flex-row"> |
|
|
|
<text class="text_11 text-ellipsis" @click="go2('factory-info', { id: item.id })">{{ item.name }}</text> |
|
|
|
<text class="text_11 text-ellipsis" @click="go2('factory-info', { id: item.factoryId })">{{ item.name }}</text> |
|
|
|
<view class="right-text-wrapper_1 flex-col"> |
|
|
|
<text class="text_18">{{ item.score }}分</text> |
|
|
|
</view> |
|
|
|
|