deguodaigou/pages/orderconfirm/orderconfirm.wxml
2019-12-23 10:04:09 +08:00

12 lines
531 B
Plaintext

<view class="orderconfirm">
<shopinfo wx:for="{{list.cartList}}" title="{{item.goods_name}}" price="{{item.goods_price}}" spec="{{item.spec_key_name?item.spec_key_name:'默认规格'}}" img="{{item.image}}"></shopinfo>
<!-- <shopinfo></shopinfo> -->
<chooseway></chooseway>
<chooseaddr></chooseaddr>
<orderyf price="{{list.express_price}}"></orderyf>
<agree></agree>
<view class="bottom">
<bottom price="{{list.totalPrice.total_fee}}" bind:sub="sub"></bottom>
</view>
</view>