bug
This commit is contained in:
parent
a95e05f830
commit
9b38ea9a95
@ -61,7 +61,7 @@
|
|||||||
<!-- centenr -->
|
<!-- centenr -->
|
||||||
<view class="conttainer-cetr">
|
<view class="conttainer-cetr">
|
||||||
<view class="conttainer-title">今日会员价</view>
|
<view class="conttainer-title">今日会员价</view>
|
||||||
<view class="conttainer-box" v-for="(item,index) in oilTypeList" :key="index">
|
<!-- <view class="conttainer-box" v-for="(item,index) in oilTypeList" :key="index">
|
||||||
<view class="c-box-box1">
|
<view class="c-box-box1">
|
||||||
<view class="">{{item.oilName||''}}</view>
|
<view class="">{{item.oilName||''}}</view>
|
||||||
|
|
||||||
@ -74,7 +74,25 @@
|
|||||||
<view class="xblck">国标价</view>
|
<view class="xblck">国标价</view>
|
||||||
<view class="dblck"> <text class="xblck">¥</text> {{item.gbPrice||0}}</view>
|
<view class="dblck"> <text class="xblck">¥</text> {{item.gbPrice||0}}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
|
|
||||||
|
<swiper class="swiper" style="width: 100%;height: 80px;" circular
|
||||||
|
:autoplay="autoplay" :interval="interval" :vertical="true" :duration="duration">
|
||||||
|
<swiper-item class="conttainer-box" v-for="(item,index) in oilTypeList" :key="index">
|
||||||
|
<view class="c-box-box1">
|
||||||
|
<view class="">{{item.oilName||''}}</view>
|
||||||
|
|
||||||
|
</view>
|
||||||
|
<view class="c-box-box2">
|
||||||
|
<view class="xred">会员价</view>
|
||||||
|
<view class="dred"> <text class="xred">¥</text> {{item.oilPrice||0}}</view>
|
||||||
|
</view>
|
||||||
|
<view class="c-box-box3">
|
||||||
|
<view class="xblck">国标价</view>
|
||||||
|
<view class="dblck"> <text class="xblck">¥</text> {{item.gbPrice||0}}</view>
|
||||||
|
</view>
|
||||||
|
</swiper-item>
|
||||||
|
</swiper>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<!-- centenr结束 -->
|
<!-- centenr结束 -->
|
||||||
@ -144,7 +162,7 @@
|
|||||||
chainStoreId: '',
|
chainStoreId: '',
|
||||||
indicatorDots: true,
|
indicatorDots: true,
|
||||||
autoplay: true,
|
autoplay: true,
|
||||||
interval: 2000,
|
interval: 3000,
|
||||||
duration: 500,
|
duration: 500,
|
||||||
joinmsg: '',
|
joinmsg: '',
|
||||||
msg: "1",
|
msg: "1",
|
||||||
|
Loading…
Reference in New Issue
Block a user