| | |
| | | :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/skin.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }"> |
| | | 皮 |
| | | </view> |
| | | <view class="num">{{ item.skin }}</view> |
| | | <view class="num">{{ item.skin ? item.skin.toFixed(2) : '' }}</view> |
| | | </view> |
| | | <view class="item"> |
| | | <view class="concrete" |
| | | :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/hair.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }"> |
| | | 毛 |
| | | </view> |
| | | <view class="num">{{ item.hair }}</view> |
| | | <view class="num">{{ item.hair ? item.hair.toFixed(2) : '' }}</view> |
| | | </view> |
| | | <view class="item"> |
| | | <view class="concrete" |
| | | :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/clean.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }"> |
| | | 净 |
| | | </view> |
| | | <view class="num">{{ item.clean }}</view> |
| | | <view class="num">{{ item.clean ? item.clean.toFixed(2) : '' }}</view> |
| | | </view> |
| | | </view> |
| | | <view v-if="isShow(item) && isYanz()"> |
| | |
| | | <view> |
| | | <view class="unqualifiedBreed"> |
| | | <view style="width: 180rpx;"> |
| | | <u--text text="不合格品名" |
| | | <u--text text="不合格品名" |
| | | size='32'></u--text> |
| | | </view> |
| | | <view class="tag-select"> |
| | |
| | | this.goodsIndex = 0; |
| | | this.goodsselectClick(this.goodsList[0]) |
| | | } |
| | | |
| | | |
| | | uni.hideLoading() |
| | | }) |
| | | }) |