|
@@ -44,6 +44,10 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="flex freight" v-if="info.memo != ''">
|
|
|
+ <text style="margin-right: 30rpx;">留言:</text>
|
|
|
+ <text>{{info.memo}}</text>
|
|
|
+ </view>
|
|
|
|
|
|
<view class="detail-info">
|
|
|
<view class="detail-info-title">订单信息</view>
|
|
@@ -389,6 +393,12 @@
|
|
|
</style>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+ .freight {
|
|
|
+ margin-bottom: 20rpx;
|
|
|
+ background-color: #fff;
|
|
|
+ justify-content: space-between;
|
|
|
+ padding: 20rpx 16rpx;
|
|
|
+ }
|
|
|
.detail {
|
|
|
margin: 10rpx;
|
|
|
padding-bottom: 160rpx;
|