Fix(购物车):无数据时右上角的管理按钮应该不显示
This commit is contained in:
+5
-1
@@ -19,7 +19,11 @@
|
||||
<u-icon name="arrow-down"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
<view class="v12-font-28 v12-font-bold v12-dark-text" @click="editCart">{{ isEdit ? '完成' : '管理' }}</view>
|
||||
<view
|
||||
v-if="list.length > 0"
|
||||
class="v12-font-28 v12-font-bold v12-dark-text"
|
||||
@click="editCart"
|
||||
>{{ isEdit ? '完成' : '管理' }}</view>
|
||||
</view>
|
||||
<view
|
||||
v-if="list.length === 0"
|
||||
|
||||
Reference in New Issue
Block a user