|
@@ -33,7 +33,7 @@
|
|
<view class="dev-item" v-for="boxItem in item.deviceTypeBoxList">
|
|
<view class="dev-item" v-for="boxItem in item.deviceTypeBoxList">
|
|
<view class="item-pic-con">
|
|
<view class="item-pic-con">
|
|
<text v-if="boxItem.flag==1" class="full-sign">已满</text>
|
|
<text v-if="boxItem.flag==1" class="full-sign">已满</text>
|
|
- <u-image height="80" width="80" :src="`/static/${boxItem.rubbishType}.png`" class="type-sign"></u-image>
|
|
|
|
|
|
+ <u-image mode="aspectFit" height="80" width="80" :src="`/static/${boxItem.rubbishType}.png`" class="type-sign"></u-image>
|
|
</view>
|
|
</view>
|
|
<view class="dev-main">
|
|
<view class="dev-main">
|
|
<view>
|
|
<view>
|