徐总多门店
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
2.9 KiB

3 months ago
<base-drawer vue-id="ca3c352a-1" mode="bottom" visible="{{visible}}" background-color="transparent" mask="{{true}}" maskClosable="{{true}}" data-event-opts="{{[['^close',[['closeDrawer']]]]}}" bind:close="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="w-full bg--w111-f5f5f5 rd-t-40rpx py-32"><view class="text-center fs-32 text--w111-333 fw-500">赠品</view><scroll-view class="mt-48 px-20 scroll-content" scroll-y="true"><view class="text--w111-333 fs-28 lh-40rpx">本单可获得以下赠品</view><block wx:for="{{giveCartInfo}}" wx:for-item="item" wx:for-index="index" wx:key="id"><view data-event-opts="{{[['tap',[['goPage',[1,'/pages/goods_details/index?id='+item.productInfo.id]]]]]}}" class="gift-card mt-24 bg--w111-fff rd-16rpx p-16 flex-y-center" bindtap="__e"><block wx:if="{{item.productInfo.attrInfo}}"><image class="w-116 h-116 rd-16rpx" src="{{item.productInfo.attrInfo.image}}"></image></block><block wx:else><image class="w-116 h-116 rd-16rpx" src="{{item.productInfo.image}}"></image></block><view class="flex-1 flex-between-center pl-16"><view class="w-460"><view class="w-full line1 fs-28 lh-40rpx">{{item.productInfo.store_name}}</view><view class="fs-22 text--w111-999 lh-30rpx mt-12">{{"数量x"+item.cart_num}}</view></view><text class="iconfont icon-ic_rightarrow fs-24 text--w111-999"></text></view></view></block><block wx:for="{{giveData.give_coupon}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['goPage',[1,'/pages/users/user_coupon/index']]]]]}}" class="gift-card mt-24 bg--w111-fff rd-16rpx p-16 flex-y-center" bindtap="__e"><view class="w-116 h-116 rd-16rpx flex-center bg--w111-f5f5f5"><text class="fs-48 gold iconfont icon-a-ic_discount1"></text></view><view class="flex-1 flex-between-center pl-16"><view class="w-460"><view class="w-full line1 fs-28 lh-40rpx">{{item.coupon_title}}</view><view class="fs-22 text--w111-999 lh-30rpx mt-12">数量x1</view></view><text class="iconfont icon-ic_rightarrow fs-24 text--w111-999"></text></view></view></block><block wx:if="{{giveData.give_integral>0}}"><view data-event-opts="{{[['tap',[['goPage',[1,'/pages/users/user_integral/index']]]]]}}" class="gift-card mt-24 bg--w111-fff rd-16rpx p-16 flex-y-center" bindtap="__e"><view class="w-116 h-116 rd-16rpx flex-center bg--w111-f5f5f5"><text class="fs-48 gold iconfont icon-ic_badge11"></text></view><view class="flex-1 flex-between-center pl-16"><view class="w-460"><view class="w-full line1 fs-28 lh-40rpx">{{giveData.give_integral+"积分"}}</view><view class="fs-22 text--w111-999 lh-30rpx mt-12">数量x1</view></view><text class="iconfont icon-ic_rightarrow fs-24 text--w111-999"></text></view></view></block></scroll-view><view class="mx-20"><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="mt-52 h-72 flex-center rd-36px bg-color fs-26 text--w111-fff" bindtap="__e">确定</view></view></view></base-drawer>