From b10f56cafd2767ef89988877528ba8bff32f8f41 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期五, 01 三月 2024 09:53:25 +0800 Subject: [PATCH] feat(洒大山): 说的是 --- pages/cart/index.wxml | 33 ++------------------------------- 1 files changed, 2 insertions(+), 31 deletions(-) diff --git a/pages/cart/index.wxml b/pages/cart/index.wxml index 8828092..c533dd9 100644 --- a/pages/cart/index.wxml +++ b/pages/cart/index.wxml @@ -1,31 +1,2 @@ -<!-- 鍒嗗眰璐墿杞� --> -<block wx:if="{{cartGroupData.isNotEmpty}}"> - <cart-group - store-goods="{{ cartGroupData.storeGoods }}" - invalid-good-items="{{ cartGroupData.invalidGoodItems }}" - bindselectgoods="onGoodsSelect" - bindselectstore="onStoreSelect" - bindchangequantity="onQuantityChange" - bindgocollect="goCollect" - bindgoodsclick="goGoodsDetail" - bindclearinvalidgoods="clearInvalidGoods" - binddelete="onGoodsDelete" - /> - - <view class="gap" /> - <!-- 鍟嗗搧灏忚浠ュ強缁撶畻鎸夐挳 --> - <cart-bar - is-all-selected="{{cartGroupData.isAllSelected}}" - total-amount="{{cartGroupData.totalAmount}}" - total-goods-num="{{cartGroupData.selectedGoodsCount}}" - total-discount-amount="{{cartGroupData.totalDiscountAmount}}" - fixed="{{true}}" - bottomHeight="{{112}}" - bindhandleSelectAll="onSelectAll" - bindhandleToSettle="onToSettle" - /> -</block> -<!-- 璐墿杞︾┖鎬� --> -<cart-empty wx:else bind:handleClick="onGotoHome" /> -<t-toast id="t-toast" /> -<t-dialog id="t-dialog" /> +<!--pages/cart/index.wxml--> +<text>pages/cart/index.wxml</text> -- Gitblit v1.9.1