feat: 删除订单 购物车商家

This commit is contained in:
Cxpller 2023-10-26 17:21:18 +08:00
parent cbcb935c0c
commit 543e3e7421
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
<view class="cart-group"> <view class="cart-group">
<view class="goods-wrap" wx:for="{{_storeGoods}}" wx:for-item="store" wx:for-index="si" wx:key="storeId" data-store-index="{{si}}" > <view class="goods-wrap" wx:for="{{_storeGoods}}" wx:for-item="store" wx:for-index="si" wx:key="storeId" data-store-index="{{si}}" >
<view class="cart-store" > <!-- <view class="cart-store" >
<t-icon <t-icon
size="40rpx" size="40rpx"
color="{{store.isSelected ? '#1989fa' : '#BBBBBB'}}" color="{{store.isSelected ? '#1989fa' : '#BBBBBB'}}"
@ -17,9 +17,9 @@
<t-icon prefix="wr" size="40rpx" color="#333333" name="store" /> <t-icon prefix="wr" size="40rpx" color="#333333" name="store" />
<view class="store-name">{{store.storeName}}</view> <view class="store-name">{{store.storeName}}</view>
</view> </view>
<!-- <view class="get-coupon" catch:tap="gotoCoupons">优惠券</view> --> <view class="get-coupon" catch:tap="gotoCoupons">优惠券</view>
</view> </view>
</view> </view> -->
<block wx:for="{{store.promotionGoodsList}}" wx:for-item="promotion" wx:for-index="promoindex" wx:key="promoindex"> <block wx:for="{{store.promotionGoodsList}}" wx:for-item="promotion" wx:for-index="promoindex" wx:key="promoindex">
<view <view
class="promotion-wrap" class="promotion-wrap"

View File

@ -1,5 +1,5 @@
<view class="order-card wr-class" bind:tap="onOrderCardTap"> <view class="order-card wr-class" bind:tap="onOrderCardTap">
<view class="header header-class"> <!-- <view class="header header-class">
<view class="store-name title-class"> <view class="store-name title-class">
<block wx:if="{{!useLogoSlot}}"> <block wx:if="{{!useLogoSlot}}">
<t-image wx:if="{{order.storeLogo}}" t-class="store-name__logo" src="{{order.storeLogo}}" /> <t-image wx:if="{{order.storeLogo}}" t-class="store-name__logo" src="{{order.storeLogo}}" />
@ -17,7 +17,7 @@
</view> </view>
<view wx:if="{{!useTopRightSlot}}" class="order-status">{{order.statusDesc}}</view> <view wx:if="{{!useTopRightSlot}}" class="order-status">{{order.statusDesc}}</view>
<slot wx:else name="top-right" /> <slot wx:else name="top-right" />
</view> </view> -->
<view class="slot-wrapper"> <view class="slot-wrapper">
<slot/> <slot/>
</view> </view>