首页轮播图片高度
This commit is contained in:
parent
2844eaa880
commit
5bfa71a2ee
|
@ -51,7 +51,7 @@
|
|||
</view>
|
||||
<view class="star-technician width">
|
||||
<view class="star-technician-mian">
|
||||
<liu-goods-swiper :goodsList="starTechnician" :imgWidth="160" :imgHeight="160" @clickItem="chooseItem" @cancellable='false'></liu-goods-swiper>
|
||||
<liu-goods-swiper :goodsList="starTechnician" :imgWidth="160" :imgHeight="170" @clickItem="chooseItem" @cancellable='false'></liu-goods-swiper>
|
||||
</view>
|
||||
</view>
|
||||
<view class="index-project width">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<scroll-view scroll-x="true" class="scroll-box" style="height: 100%;">
|
||||
<view :class="'item-box'+' bg'+((index+'').slice(-1))" v-for="(item,index) in goodsList" :key="index"
|
||||
@click="chooseItem(item)">
|
||||
<image :src="item.artificerImg" :style="'width:'+imgWidth+'px;'+'height:'+225+'px;'" mode=""></image>
|
||||
<image :src="item.artificerImg" :style="'width:'+imgWidth+'px;'+'height:'+imgHeight+'px;'" mode=""></image>
|
||||
<view class="item-name">{{item.artificerName}}</view>
|
||||
<view class="item-descr">{{item.content}}</view>
|
||||
</view>
|
||||
|
|
Loading…
Reference in New Issue