feat[litemall-wx, litemall-wx-api]: 显示订单留言

This commit is contained in:
Junling Bu
2019-11-13 23:17:12 +08:00
parent 285d164314
commit f75bf9d742
5 changed files with 9 additions and 26 deletions

View File

@@ -1,7 +1,8 @@
<view class="container">
<view class="order-info">
<view class="item-a">下单时间:{{orderInfo.addTime}}</view>
<view class="item-b">订单编号:{{orderInfo.orderSn}}</view>
<view class="item">下单时间:{{orderInfo.addTime}}</view>
<view class="item">订单编号:{{orderInfo.orderSn}}</view>
<view class="item">订单留言:{{orderInfo.message}}</view>
<view class="item-c">
<view class="l">实付:
<text class="cost">¥{{orderInfo.actualPrice}}</text>

View File

@@ -11,7 +11,7 @@ page {
overflow: hidden;
}
.item-a {
.item {
padding-left: 31.25rpx;
height: 42.5rpx;
padding-bottom: 12.5rpx;
@@ -20,16 +20,6 @@ page {
color: #666;
}
.item-b {
padding-left: 31.25rpx;
height: 29rpx;
line-height: 29rpx;
margin-top: 12.5rpx;
margin-bottom: 41.5rpx;
font-size: 30rpx;
color: #666;
}
.item-c {
margin-left: 31.25rpx;
border-top: 1px solid #f4f4f4;