|
@@ -276,7 +276,7 @@ onUnmounted(() => {
|
|
</text>
|
|
</text>
|
|
</view>
|
|
</view>
|
|
<!-- 拼团头像 -->
|
|
<!-- 拼团头像 -->
|
|
- <view v-if="pinkList.length" class="mb-20rpx bg-white px-20rpx py-20rpx text-center">
|
|
|
|
|
|
+ <view v-if="pinkList && pinkList.length" class="mb-20rpx bg-white px-20rpx py-20rpx text-center">
|
|
<image v-for="i in pinkList" :key="i" class="mx-4rpx mb-8rpx h-80rpx w-80rpx rounded-full" :src="i.avatar" />
|
|
<image v-for="i in pinkList" :key="i" class="mx-4rpx mb-8rpx h-80rpx w-80rpx rounded-full" :src="i.avatar" />
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
@@ -369,7 +369,7 @@ onUnmounted(() => {
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view v-if="detail?.orderStatusVO.length" class="py-24rpx">
|
|
|
|
|
|
+ <view v-if="detail?.orderStatusVO?.length" class="py-24rpx">
|
|
<template v-for="i in detail?.orderStatusVO" :key="i.id">
|
|
<template v-for="i in detail?.orderStatusVO" :key="i.id">
|
|
<view v-if="timeMap[i.changeType]" class="mb-16rpx flex flex-col text-#3A444C">
|
|
<view v-if="timeMap[i.changeType]" class="mb-16rpx flex flex-col text-#3A444C">
|
|
<view class="flex items-center justify-between text-24rpx">
|
|
<view class="flex items-center justify-between text-24rpx">
|