|
@@ -31,8 +31,8 @@
|
|
|
<view class='title Medium'>工厂价格</view>
|
|
|
<view class='Regular' style='color:#B2B3BB;' @click='more("/pages/sale/plant")'>更多</view>
|
|
|
</view>
|
|
|
- <swiper class="screen-swiper header-swiper" :autoplay="true" interval="6000" duration="500"
|
|
|
- :circular="true" :acceleration="true" style="min-height: 700rpx;">
|
|
|
+ <swiper class="screen-swiper header-swiper" :autoplay="true" interval="6000" duration="500" :circular="true"
|
|
|
+ :acceleration="true" style="min-height: 700rpx;">
|
|
|
<swiper-item class="" v-for="(item1,index) in factoryPriceData.list" :key="index">
|
|
|
<view class=' guess-section-wrap-item clearfix' v-for='(item,index1) in item1' :key="index1">
|
|
|
<view class='factory'>{{item.factory}}</view>
|
|
@@ -48,6 +48,17 @@
|
|
|
<text v-if='item.comparePrice<0' class='yesterday down'>{{-item.comparePrice}}</text>
|
|
|
<text v-if='item.comparePrice==0' class='yesterday'>-</text>
|
|
|
</view>
|
|
|
+ <view style='color:#B2B3BB;' class='flex'>
|
|
|
+ <view class="port-number-style ">
|
|
|
+ <image style='width:11px;height:11px;' src='../../static/img/homepage/water@3x.png'>
|
|
|
+ </image>
|
|
|
+ <={{item.waterContent}} </view>
|
|
|
+ <view class="port-number-style">
|
|
|
+ <image style='width:11px;height:11px;'
|
|
|
+ src='../../static/img/homepage/unitweight@3x.png'></image>
|
|
|
+ >={{item.bulkDensity}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</swiper-item>
|
|
|
</swiper>
|
|
@@ -1117,6 +1128,7 @@
|
|
|
.currectprice-text {
|
|
|
font-size: 24rpx;
|
|
|
}
|
|
|
+
|
|
|
.container {
|
|
|
margin: 20rpx !important;
|
|
|
}
|