diff --git a/assets/css/style.less b/assets/css/style.less index 78275cd..1cf7285 100644 --- a/assets/css/style.less +++ b/assets/css/style.less @@ -3461,10 +3461,10 @@ page { } .order-details .footer .bnt { - width: 1.76*100rpx; - height: 0.6*100rpx; + width: 1.36*100rpx; + height: 0.5*100rpx; text-align: center; - line-height: 0.6*100rpx; + line-height: 0.5*100rpx; border-radius: 0.5*100rpx; color: #fff; font-size: 0.27*100rpx; diff --git a/assets/css/v12-style.less b/assets/css/v12-style.less index 308fe4f..35fcb97 100644 --- a/assets/css/v12-style.less +++ b/assets/css/v12-style.less @@ -138,7 +138,9 @@ each(@colors, { /*==============v12 按钮样式======================*/ - +.v12-text-right{ + text-align: right; +} diff --git a/pages/order/OrderDetails/index.vue b/pages/order/OrderDetails/index.vue index c4b108e..5287f13 100644 --- a/pages/order/OrderDetails/index.vue +++ b/pages/order/OrderDetails/index.vue @@ -1,24 +1,29 @@ - - + + + + + + + + + + {{ cart.productInfo.storeName }} + + + {{ cart.productInfo.attrInfo.sku }} + + + + + + ¥ + + {{ cart.truePrice }} + + + x{{ cart.cartNum }} + + + + + + + 商品总价 + + + + + {{ force2Decimal(orderInfo.totalPrice) }} + + + + + + 运费 + + + + + {{ force2Decimal(orderInfo.payPostage) }} + + + + + + 满减优惠 + + + - + + + {{ force2Decimal(orderInfo.couponPrice) }} + + + + + + 积分抵扣 + + + - + + + {{ force2Decimal(orderInfo.deductionPrice) }} + + + + + + + 实付款 + + + + + {{ force2Decimal(orderInfo.payPrice) }} + + + + + - - + + + 订单编号 + {{ orderInfo.orderId }} - + + 复制 + + - - 下单时间: - + + 下单时间 + {{ orderInfo.createTime }} - - 订单类型: - {{ orderTypeName }} + + 订单类型 + {{ orderTypeName }} - - 支付状态: - {{ orderInfo.paid ? "已支付" : "未支付" }} + + 支付状态 + {{ orderInfo.paid ? "已支付" : "未支付" }} - - 支付方式: - {{ orderInfo._status._payType }} + + 支付方式 + {{ orderInfo._status._payType }} - + - + 配送方式: @@ -169,7 +245,7 @@ - + 收货人: {{ orderInfo.realName }} @@ -183,7 +259,7 @@ {{ orderInfo.userAddress }} - + -