Fix(购物车):左上角删除按钮显示逻辑应该按照已中商品

This commit is contained in:
lifizer
2024-04-01 22:03:25 +08:00
parent fbe7b0b419
commit a8f701b614
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<view class="pages-cart">
<u-navbar
leftIcon="trash"
:left-icon="selectCount > 0 ? 'trash' : ''"
title="购物车"
fixed
@leftClick="remove"