{{addressData.username}}
{{addressData.phone}}
{{addressData.address}}
{{orderData.supplierName}}
{{item.productName}}
类型:{{item.productType == 1 ? '普通商品' : (item.productType == 2 ? '拍卖商品' : (item.productType == 3 ? '自助采摘' : '共享种植'))}}
面积:{{orderData.areaSize}}㎡
¥
{{(orderType == 1 || orderType == 3) ? item.bizPrice : paySum}}
x{{item.buyNum}}
有效期:{{orderData.term}}天
¥{{(orderType == 1 || orderType == 3) ? getAllGoodsInitialPrice() : paySum}}
-{{getIntegral()+'积分'}}
-¥{{(getIntegral()/100).toFixed(2)}}
{{coupon.couponName}}
{{couponList.length ? ('-¥'+coupon.discountAmount) : '无可用优惠券'}}
共{{getAllGoodsNumber()}}件
总计
¥{{(orderType == 1 || orderType == 3) ? getAllGoodsPrice() : paySum}}
共{{getAllGoodsNumber()}}件
合计:
¥{{(orderType == 1 || orderType == 3) ? getAllGoodsPrice() : paySum}}
提交订单
¥{{item.discountAmount}}
满减金额
{{item.couponName}}
满{{item.fullAmount}}减{{item.discountAmount}}
{{item.couponType == 1 ? '仅限用于' + item.supplierName + '的店铺' : ''}}
有效期:{{item.publishStartTime}}~{{item.useEndTime}}