create-order.wxml 1.2 KB

1
  1. <view class="container order clearfix" style="{{'padding-bottom:'+(isIphoneX?'170rpx':'134rpx')+';'}}"><choice-address class="vue-ref" vue-id="0bc6b26d-1" addressData="{{addressData}}" data-ref="choiceAddress" bind:__l="__l"></choice-address><block wx:if="{{isRequest}}"><goods-list class="vue-ref" vue-id="0bc6b26d-2" goodsData="{{goodsData}}" data-ref="goods" data-event-opts="{{[['^handleGoodList',[['handChangeInputGoodsList']]]]}}" bind:handleGoodList="__e" bind:__l="__l"></goods-list></block><block wx:if="{{isRequest}}"><seller-freight class="vue-ref" vue-id="0bc6b26d-3" freightDatas="{{freightData}}" data-ref="freight" bind:__l="__l"></seller-freight></block><view class="footer" style="{{'padding-bottom:'+(isIphoneX?'68rpx':'0rpx')+';'}}"><view class="footer-le"><view class="footer-count"><text>{{"共"+allCount+"件商品"}}</text></view><view class="footer-price"><view class="{{['sum',totalFullReduction==0?'none':'']}}">总价:<text class="price">{{"¥"+$root.f0}}</text></view></view></view><view data-event-opts="{{[['tap',[['orderSubmitMit',['$event']]]]]}}" class="footer-submit" catchtap="__e"><view class="{{['btn',isSubLoading?'disabled':'']}}">提交订单</view></view></view></view>