服务器提交
This commit is contained in:
1
public/weapp/pages_promotion/giftcard/use_select.wxml
Executable file
1
public/weapp/pages_promotion/giftcard/use_select.wxml
Executable file
@@ -0,0 +1 @@
|
||||
<page-meta page-style="{{themeColor}}" class="data-v-c01f4a90"></page-meta><view class="data-v-c01f4a90"><view class="page data-v-c01f4a90"><block wx:if="{{cardInfo.card_right_type=='goods'}}"><view class="goods-list data-v-c01f4a90"><block wx:if="{{cardInfo.card_right_goods_type=='item'}}"><view class="goods-title data-v-c01f4a90">本礼品卡包含以下商品</view></block><block wx:if="{{cardInfo.card_right_goods_type=='all'}}"><view class="goods-title data-v-c01f4a90">{{"请在以下商品中任选"+cardInfo.card_right_goods_count+"件"}}</view></block><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="id"><view class="goods-item data-v-c01f4a90"><view class="goods-image data-v-c01f4a90"><image src="{{item.g0}}" mode="widthFix" data-event-opts="{{[['error',[['imageError',[index]]]]]}}" binderror="__e" class="data-v-c01f4a90"></image></view><view class="goods-info data-v-c01f4a90"><view class="goods-name data-v-c01f4a90">{{item.$orig.sku_name}}</view><view class="goods-num data-v-c01f4a90"><text class="data-v-c01f4a90"></text><block wx:if="{{cardInfo.status=='to_use'}}"><block class="data-v-c01f4a90"><block wx:if="{{cardInfo.card_right_goods_type=='item'}}"><text class="data-v-c01f4a90">{{"x "+item.$orig.total_num}}</text></block><block wx:else><view class="data-v-c01f4a90"><uni-number-box vue-id="{{'575937a8-1-'+index}}" min="{{min}}" max="{{max}}" value="{{item.$orig.total_num}}" size="small" data-event-opts="{{[['^change',[['cartNumChange',['$event',index]]]]]}}" bind:change="__e" class="data-v-c01f4a90" bind:__l="__l"></uni-number-box></view></block></block></block></view></view></view></block></view></block></view><view class="tab-bar-placeholder data-v-c01f4a90"></view><block wx:if="{{cardInfo.status=='to_use'}}"><view class="btn data-v-c01f4a90"><button class="use-btn data-v-c01f4a90" type="primary" data-event-opts="{{[['tap',[['toUse']]]]}}" bindtap="__e">确定</button></view></block><loading-cover vue-id="575937a8-2" data-ref="loadingCover" class="data-v-c01f4a90 vue-ref" bind:__l="__l"></loading-cover><ns-login vue-id="575937a8-3" data-ref="login" class="data-v-c01f4a90 vue-ref" bind:__l="__l"></ns-login></view>
|
||||
Reference in New Issue
Block a user