图片拉升

version/0412
fanfan 11 months ago
parent c56162e3b5
commit 4ade2c458e
  1. 6
      pages/activity/newsshop.vue

@ -12,7 +12,7 @@
<view class="newsshop-bd" v-if="shopList.length>0" v-for="(item,index) in shopList" :key="i"> <view class="newsshop-bd" v-if="shopList.length>0" v-for="(item,index) in shopList" :key="i">
<view class="newsshop-sale"> <view class="newsshop-sale">
<view class="a"> <view class="a">
<image :src="item.col_pic" mode="widthFix"></image> <image :src="item.col_pic" mode="aspectFill"></image>
</view> </view>
<view class="info"> <view class="info">
<view class="li b"> <view class="li b">
@ -21,7 +21,7 @@
<image class="pic" :src="i.goods_image" mode="widthFix"></image> <image class="pic" :src="i.goods_image" mode="widthFix"></image>
<view class="title">{{i.goods_name}}</view> <view class="title">{{i.goods_name}}</view>
<view class="price"> <view class="price">
<image class="icon" src="https://www.royaum.com.cn/static/news/newshop-05.png"> <image class="icon" mode="widthFix" src="https://www.royaum.com.cn/static/news/newshop-05.png">
</image> </image>
<view class="p"><text>{{i.goods_price_min?Number(i.goods_price_min):''}}</text></view> <view class="p"><text>{{i.goods_price_min?Number(i.goods_price_min):''}}</text></view>
</view> </view>
@ -163,7 +163,7 @@
image { image {
width: 100%; width: 100%;
height: 100%; height: 100% !important;
} }
} }

Loading…
Cancel
Save