lilei 4 éve
szülő
commit
5c5f1b6c76
4 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      pages/store/store.vue
  2. BIN
      static/METAL.png
  3. BIN
      static/MET_PLA.png
  4. BIN
      static/PLASTIC.png

+ 1 - 1
pages/store/store.vue

@@ -33,7 +33,7 @@
 						<view class="dev-item" v-for="boxItem in item.deviceTypeBoxList">
 							<view class="item-pic-con">
 								<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 class="dev-main">
 								<view>

BIN
static/METAL.png


BIN
static/MET_PLA.png


BIN
static/PLASTIC.png