2019-12-23 10:04:09 +08:00
|
|
|
<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> -->
|
2020-01-11 17:37:29 +08:00
|
|
|
<chooseway bind:tab="tab"></chooseway>
|
|
|
|
<chooseaddr wx:if="{{fs == 0}}" name="{{list.addressList.consignee}}" addr="{{list.addressList.province? list.addressList.province + list.addressList.city + list.addressList.address:''}}" number="{{list.addressList.zipcode}}" phone="{{list.addressList.mobile}}"></chooseaddr>
|
|
|
|
<orderyf wx:if="{{fs == 0}}" price="{{list.express_price}}"></orderyf>
|
2020-01-14 15:25:22 +08:00
|
|
|
<time bind:input="date" wx:if="{{fs == 1}}"></time>
|
|
|
|
<inputs bind:input="name" wx:if="{{fs == 1}}" title="提货姓名" placeholder="请输入姓名"></inputs>
|
|
|
|
<inputs bind:input="phone" wx:if="{{fs == 1}}" title="联系手机" placeholder="请输入手机号"></inputs>
|
2019-12-23 10:04:09 +08:00
|
|
|
<agree></agree>
|
|
|
|
<view class="bottom">
|
|
|
|
<bottom price="{{list.totalPrice.total_fee}}" bind:sub="sub"></bottom>
|
|
|
|
</view>
|
|
|
|
|
2019-12-13 17:17:49 +08:00
|
|
|
</view>
|