|
@@ -5,8 +5,8 @@
|
|
|
:refresher-enabled="false">
|
|
|
<view class="hotelcontent" v-for="(item,index) in list" :key="index" @click="goinformstion(item)">
|
|
|
<view class="contentleft">
|
|
|
- <!-- :src="pictureUrl+'/uploads/home/store/goods/'+item.goodsimage_url.substr(0, item.goodsimage_url.indexOf('\_')) + '/' + item.goodsimage_url" -->
|
|
|
<image
|
|
|
+ mode="widthFix"
|
|
|
:src="pictureUrl+'/uploads/home/store/goods/'+item.goods_image.substr(0, item.goods_image.indexOf('\_')) + '/' + item.goods_image"
|
|
|
style="width: 100%;height: 100%;"></image>
|
|
|
</view>
|
|
@@ -90,8 +90,7 @@
|
|
|
padding: 18upx 32upx;
|
|
|
border-bottom: 10upx solid #F5F5F5;
|
|
|
.contentleft {
|
|
|
- width: 200upx;
|
|
|
- height: 180upx;
|
|
|
+ width: 220upx;
|
|
|
}
|
|
|
.contentitle {
|
|
|
width: 100%;
|