Browse Source

工厂详情

devlop
mo-bai 3 years ago
parent
commit
26d7f08009
1 changed files with 1 additions and 1 deletions
  1. 2
      components/business-components/factoryItem.vue

2
components/business-components/factoryItem.vue

@ -3,7 +3,7 @@
<image :src="item.pictureUrl || '/static/imgs/factory/default-factory.png'" class="image_8" /> <image :src="item.pictureUrl || '/static/imgs/factory/default-factory.png'" class="image_8" />
<view class="center-group flex-col"> <view class="center-group flex-col">
<view class="flex-row"> <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"> <view class="right-text-wrapper_1 flex-col">
<text class="text_18">{{ item.score }}</text> <text class="text_18">{{ item.score }}</text>
</view> </view>

Loading…
Cancel
Save