秒杀sku样式调整
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
<scroll-view scroll-y="false" scroll-x="true">
|
<scroll-view scroll-y="false" scroll-x="true">
|
||||||
<view class="timeScroll">
|
<view class="timeScroll">
|
||||||
<div class="logoPic">
|
<div class="logoPic">
|
||||||
<image src="https://wx.yixiang.co/h5/img/baokuan.6313c8c8.png">
|
<image src="https://wx.yixiang.co/h5/img/baokuan.6313c8c8.png"></image>
|
||||||
</div>
|
</div>
|
||||||
<view v-for="(item, index) in timeList" :key="index">
|
<view v-for="(item, index) in timeList" :key="index">
|
||||||
<view v-if="active==index" class="timeItem active" @click="setTime(index)">
|
<view v-if="active==index" class="timeItem active" @click="setTime(index)">
|
||||||
|
Reference in New Issue
Block a user