我参与的订单详情的备注显示
This commit is contained in:
parent
d816baa11f
commit
1aeec910c9
@ -95,6 +95,11 @@
|
||||
<text style="color: #323232;">{{ formattime(detailAny.paytime) }}</text>
|
||||
|
||||
</view>
|
||||
<view class="flex w-100 space-between hui align-items"
|
||||
style="margin-top: 30rpx;">
|
||||
<text>备注</text>
|
||||
<text style="color: #323232;">{{ detailAny.desc}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -952,7 +957,7 @@
|
||||
|
||||
.first-name {
|
||||
width: 440rpx;
|
||||
height: 39rpx;
|
||||
height: 39rpx auto;
|
||||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: 400;
|
||||
font-size: 28rpx;
|
||||
|
@ -15,7 +15,7 @@
|
||||
<view class="flex align-items">
|
||||
<span class="first-name" style="font-weight: 600;">{{detail.title}}</span>
|
||||
</view>
|
||||
<view class="first-image flex align-items white-space" style="margin-top: 25rpx;">
|
||||
<view class="first-image flex align-items" style="margin-top: 25rpx;">
|
||||
<image :src="detailAny.user.avatar" mode=""
|
||||
style="width: 36rpx;height: 36rpx;border-radius: 50%;"></image>
|
||||
<span class="white-space" style="color:#9C9C9C;margin-left: 10rpx;width: 210rpx;">{{ detailAny.user.nickname }}</span>
|
||||
@ -82,6 +82,11 @@
|
||||
<span>付款时间</span>
|
||||
<span style="color: #323232;">{{ formattime(detailAny.paytime)}}</span>
|
||||
</view>
|
||||
<view class="flex w-100 space-between hui align-items"
|
||||
style="margin-top: 30rpx;">
|
||||
<span>备注</span>
|
||||
<span style="color: #323232;">{{ detailAny.desc}}</span>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
@ -571,7 +576,7 @@
|
||||
|
||||
.first-name {
|
||||
width: 440rpx;
|
||||
height: 39rpx;
|
||||
height: 39rpx auto;
|
||||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: 600;
|
||||
font-size: 28rpx;
|
||||
|
Loading…
x
Reference in New Issue
Block a user