招牌菜无法滑动修改
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
本店招牌菜
|
本店招牌菜
|
||||||
</view>
|
</view>
|
||||||
<view class="panelfive">
|
<view class="panelfive">
|
||||||
<scroll-view :scroll-into-view="leftIntoView" :scroll-with-animation="false">
|
<scroll-view :scroll-x="true" :scroll-with-animation="false">
|
||||||
<view class="panelfive_list">
|
<view class="panelfive_list">
|
||||||
<view class="panelfiveitem" @click="clickspecifications(item,index,index,'热销')"
|
<view class="panelfiveitem" @click="clickspecifications(item,index,index,'热销')"
|
||||||
v-for="(item,index) in shopProductList.hots" :key="index">
|
v-for="(item,index) in shopProductList.hots" :key="index">
|
||||||
|
|||||||
Reference in New Issue
Block a user