food_wechat/unpackage/dist/dev/mp-weixin/components/cart/cart.wxml

1 line
932 B
Plaintext
Raw Normal View History

2024-05-29 21:49:52 +08:00
<view class="flex"><view class="m-t-24 rad8 ofh" style="width:192rpx;height:144rpx;"><u--image vue-id="bd8651fc-1" src="{{cart.photo}}" width="192rpx" height="144rpx" bind:__l="__l"></u--image></view><view class="flex1 flex column p-24"><view class="fz28 m-b-24">{{cart.spu_name}}</view><block wx:for="{{cart.sku_nameG}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{$root.g0>1}}"><view class="fz24 fcb l-h-12">{{"1 X "+item}}</view></block></block><view class="fz32 fcm fb m-t-24" style="height:36rpx;">{{"¥"+$root.f0}}</view></view><view class="flex md"><u-number-box vue-id="bd8651fc-2" disabledInput="false" integer="{{true}}" value="{{cart.countG[0]}}" data-event-opts="{{[['^change',[['valChange']]],['^overlimit',[['subZero']]],['^input',[['__set_model',['$0',0,'$event',[]],['cart.countG']]]]]}}" bind:change="__e" bind:overlimit="__e" bind:input="__e" bind:__l="__l"></u-number-box></view></view>