diff --git a/pages/mine/order/index.vue b/pages/mine/order/index.vue
index 45961ba..1eecd4f 100644
--- a/pages/mine/order/index.vue
+++ b/pages/mine/order/index.vue
@@ -62,9 +62,17 @@
x{{ ctem.quantity }}
- {{ '创建时间' }}:{{ item.creationTime }}
+
+ {{ '创建时间' }}:{{ item.creationTime }}
+
+ 订单金额:
+ {{
+ item.orderAmount | numberToCurrency | isLocal
+ }}
+
+
-
+
@@ -780,6 +788,36 @@ export default {
color: #333333;
}
+.order-info-row {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ margin-top: 16rpx;
+ padding-top: 16rpx;
+ border-top: 1rpx solid #f5f5f5;
+}
+
+.order-amount-highlight {
+ font-family: Source Han Sans CN;
+ color: #f82c1a;
+ // background: rgba(248, 44, 26, 0.08);
+ // padding: 8rpx 16rpx;
+ // border-radius: 8rpx;
+ display: flex;
+ align-items: baseline;
+}
+
+.amount-label {
+ font-size: 22rpx;
+ font-weight: 400;
+ margin-right: 4rpx;
+}
+
+.amount-value {
+ font-size: 32rpx;
+ font-weight: 700;
+}
+
.xian {
background: #eee;
height: 2rpx;