|
@@ -28,17 +28,17 @@
|
|
<swiper-up :list="infoList"></swiper-up>
|
|
<swiper-up :list="infoList"></swiper-up>
|
|
<view class="guess-section-wrap">
|
|
<view class="guess-section-wrap">
|
|
<view class='flex justify-between'>
|
|
<view class='flex justify-between'>
|
|
- <view class='title'>工厂价格</view>
|
|
|
|
- <view style='color:#B2B3BB;' @click='more("/pages/sale/plant")'>更多</view>
|
|
|
|
|
|
+ <view class='title Medium'>工厂价格</view>
|
|
|
|
+ <view class='Regular' style='color:#B2B3BB;' @click='more("/pages/sale/plant")'>更多</view>
|
|
</view>
|
|
</view>
|
|
<swiper class="screen-swiper header-swiper" :autoplay="true" interval="6000" duration="500" :circular="true"
|
|
<swiper class="screen-swiper header-swiper" :autoplay="true" interval="6000" duration="500" :circular="true"
|
|
:acceleration="true" style="min-height: 380px;">
|
|
:acceleration="true" style="min-height: 380px;">
|
|
<swiper-item class="" v-for="(item1,index) in factoryPriceData.list" :key="index">
|
|
<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='Semibold guess-section-wrap-item clearfix' v-for='(item,index1) in item1' :key="index1">
|
|
<view class='factory'>{{item.factory}}</view>
|
|
<view class='factory'>{{item.factory}}</view>
|
|
<view class='wrap'>{{item.city}} {{item.factoryType}}</view>
|
|
<view class='wrap'>{{item.city}} {{item.factoryType}}</view>
|
|
<view class='price'>
|
|
<view class='price'>
|
|
- <text class='currectprice'>{{item.price}}</text>
|
|
|
|
|
|
+ <text class='currectprice NumberBold'>{{item.price}}</text>
|
|
较昨日
|
|
较昨日
|
|
<image v-if='item.comparePrice>0' style="width:7.5px;height:9px;"
|
|
<image v-if='item.comparePrice>0' style="width:7.5px;height:9px;"
|
|
src='../../static/img/homepage/shangsheng.png'></image>
|
|
src='../../static/img/homepage/shangsheng.png'></image>
|
|
@@ -54,8 +54,8 @@
|
|
</view>
|
|
</view>
|
|
<view class="guess-section-wrap">
|
|
<view class="guess-section-wrap">
|
|
<view class='flex justify-between'>
|
|
<view class='flex justify-between'>
|
|
- <view class='title'>港口价格</view>
|
|
|
|
- <view style='color:#B2B3BB;' @click='more("/pages/sale/portprice")'>更多</view>
|
|
|
|
|
|
+ <view class='title Medium'>港口价格</view>
|
|
|
|
+ <view class='Regular' style='color:#B2B3BB;' @click='more("/pages/sale/portprice")'>更多</view>
|
|
</view>
|
|
</view>
|
|
<!-- <uni-notice-bar scrollable="true" single="true" background-color="white" :portList="portList" ></uni-notice-bar> -->
|
|
<!-- <uni-notice-bar scrollable="true" single="true" background-color="white" :portList="portList" ></uni-notice-bar> -->
|
|
<swiper class="screen-swiper header-swiper-port" :autoplay="true" interval="0" duration="60000"
|
|
<swiper class="screen-swiper header-swiper-port" :autoplay="true" interval="0" duration="60000"
|
|
@@ -66,7 +66,7 @@
|
|
<view class='factory'>{{item.port}}</view>
|
|
<view class='factory'>{{item.port}}</view>
|
|
<view class='wrap'>{{item.goodsName}}</view>
|
|
<view class='wrap'>{{item.goodsName}}</view>
|
|
<view class='price'>
|
|
<view class='price'>
|
|
- <text class='currectprice'>{{item.price}}</text>
|
|
|
|
|
|
+ <text class='currectprice NumberBold'>{{item.price}}</text>
|
|
较昨日
|
|
较昨日
|
|
<image v-if='item.comparePrice>0' style="width:7.5px;height:9px;"
|
|
<image v-if='item.comparePrice>0' style="width:7.5px;height:9px;"
|
|
src='../../static/img/homepage/shangsheng.png'></image>
|
|
src='../../static/img/homepage/shangsheng.png'></image>
|
|
@@ -77,7 +77,7 @@
|
|
<text v-if='item.comparePrice==0' class='yesterday'>-</text>
|
|
<text v-if='item.comparePrice==0' class='yesterday'>-</text>
|
|
</view>
|
|
</view>
|
|
<view style='color:#B2B3BB;' class='flex'>
|
|
<view style='color:#B2B3BB;' class='flex'>
|
|
- <view class="port-number-style">
|
|
|
|
|
|
+ <view class="port-number-style NumberBold">
|
|
<image style='width:11px;height:11px;' src='../../static/img/homepage/water@3x.png'>
|
|
<image style='width:11px;height:11px;' src='../../static/img/homepage/water@3x.png'>
|
|
</image>
|
|
</image>
|
|
<={{item.waterContent}} </view>
|
|
<={{item.waterContent}} </view>
|
|
@@ -93,15 +93,15 @@
|
|
</view>
|
|
</view>
|
|
<view class="guess-section-wrap1">
|
|
<view class="guess-section-wrap1">
|
|
<view style='padding:15px;' class='flex justify-between'>
|
|
<view style='padding:15px;' class='flex justify-between'>
|
|
- <view class='title'>行业新闻</view>
|
|
|
|
- <view style='color:#B2B3BB;' @click="more('/pages/sale/newsinfo')">更多</view>
|
|
|
|
|
|
+ <view class='title Medium'>行业新闻</view>
|
|
|
|
+ <view class='Regular' style='color:#B2B3BB;' @click="more('/pages/sale/newsinfo')">更多</view>
|
|
</view>
|
|
</view>
|
|
<view style='border-bottom:1px solid #EEEEEE;' class='guess-section-wrap-content1'>
|
|
<view style='border-bottom:1px solid #EEEEEE;' class='guess-section-wrap-content1'>
|
|
<view style='border-bottom:1px solid #eee;padding:15px;' class='flex justify-between'
|
|
<view style='border-bottom:1px solid #eee;padding:15px;' class='flex justify-between'
|
|
v-for='(item, index) in newsInfo' :key="index" @click="navToDetailPage(item.id)">
|
|
v-for='(item, index) in newsInfo' :key="index" @click="navToDetailPage(item.id)">
|
|
<view>
|
|
<view>
|
|
- <view class="list-row-titel">{{item.title}}</view>
|
|
|
|
- <view style='color:#B2B3BB;font-size:12px;'><text
|
|
|
|
|
|
+ <view class="list-row-titel Regular">{{item.title}}</view>
|
|
|
|
+ <view style='color:#B2B3BB;font-size:12px;' class="Regular"><text
|
|
style='margin-right:5px;'>{{item.from}}</text>{{item.gmtUpdate}}</view>
|
|
style='margin-right:5px;'>{{item.from}}</text>{{item.gmtUpdate}}</view>
|
|
</view>
|
|
</view>
|
|
<view>
|
|
<view>
|