statements.ttml
1.22 KB
<!-- 商品信息 -->
<view class="statements-add-address-view" tt:if="{{data.isShowAddNewAddress}}" bindtap="addNewAddress">
<view>
<image class="statements-add-address-addicon" src="../../../images/add@2x.png" mode="" />
<text>新增收货地址</text>
</view>
<image class="statements-add-address-addicon" src="../../../images/arrow@2x.png" mode="" />
</view>
<deliveryInfo id="addressInfo" data="{{data.delivery_address}}"></deliveryInfo>
<view class="split-view"/>
<product-view id="productInfo" product="{{data.goods_list[0]}}"></product-view>
<view class="split-view"/>
<select-view id="deliveryInfo" items="{{data.delivery_way}}" bind:checkboxChange="refreshCompute"/>
<swichItem id="invoiceItem" item="{{invoicesItem}}" bind:changeSwitch="onChangeSwitch"/>
<!-- <promotionItem id="couponsItem"/> -->
<view class="split-view"/>
<view>
<block tt:for="{{data.promotion_formula_list}}" tt:for-item="amountInfo" tt:key="{{index}}">
<item-view id="amountItem" item="{{amountInfo}}"/>
</block>
<item-view id="realamount" item="{{data.real_amount}}"/>
</view>
<!-- <view> -->
<view class="split-view"/>
<text class="select-item-pay-button" bindtap="submit">支付宝支付</text>
<!-- </view> -->