|
|
@ -24,7 +24,7 @@ |
|
|
|
disabled |
|
|
|
/> |
|
|
|
</view> |
|
|
|
<button @click="searchTrigger">搜索</button> |
|
|
|
<button hover-class="hover-active" @click="searchTrigger">搜索</button> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@ -57,7 +57,7 @@ |
|
|
|
<hoverCartList |
|
|
|
:isShowCartList="isShowCartList" :cartList="cartList" :cartListScroll="cartListScroll" |
|
|
|
:cartListHeight="cartListHeight" :cartListDialogHeight="cartListDialogHeight" :cartListItemBorderBottom="cartListItemBorderBottom" |
|
|
|
@update:cartInputConfirm="cartInputConfirm" @update:cartCountClick="cartCountClick" |
|
|
|
@update:cartInputConfirm="cartInputConfirm" @update:cartCountClick="cartCountClick" @update:maskClick="cartClick" |
|
|
|
> |
|
|
|
</hoverCartList> |
|
|
|
|
|
|
@ -74,7 +74,7 @@ |
|
|
|
<view v-if="isShowCartList"><text>¥</text>{{ cartTotalPrice }}</view> |
|
|
|
</view> |
|
|
|
<view class="footer-confirm"> |
|
|
|
<button @click="cartConfirm">确认</button> |
|
|
|
<button hover-class="hover-active" @click="cartConfirm">确认</button> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -537,6 +537,7 @@ export default { |
|
|
|
_this.goodsInfo[0].goodsData = []; |
|
|
|
_this.goodsInfo[1].style = _this.categoryBtnStyle.click; |
|
|
|
_this.goodsInfo[1].isShow = true; |
|
|
|
_this.categoryGoTop(); // 分类列表需要滚动至顶部 |
|
|
|
}, |
|
|
|
|
|
|
|
// 店铺列表 |
|
|
|