|
|
|
|
@ -244,36 +244,36 @@
|
|
|
|
|
<template v-for="(info, index) in order.orderInfo" :key="'info-' + index">
|
|
|
|
|
<view class="order-item flex" v-if="isOrderInfoExpanded || info.isFoldDisplay"
|
|
|
|
|
:style="info.label === '收货信息' ? 'align-items: flex-start;' : ''">
|
|
|
|
|
<text class="label" :style="info.label === '收货信息' ? 'line-height:36rpx;' : ''">{{ info.label
|
|
|
|
|
}}</text>
|
|
|
|
|
<view class="val flex-1 flex-align-center" style="justify-content: flex-end;">
|
|
|
|
|
<text :style="info.label === '收货信息' ? 'text-align: right;line-height:36rpx;' : ''">{{ info.value
|
|
|
|
|
<text class="label" :style="info.label === '收货信息' ? 'line-height:36rpx;' : ''">{{ info.label
|
|
|
|
|
}}</text>
|
|
|
|
|
<template v-if="info.hasModify">
|
|
|
|
|
<text class="split" style="margin-left: 8rpx; margin-right: 8rpx;">|</text>
|
|
|
|
|
<text class="copy-btn">修改</text>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-if="info.hasSetting">
|
|
|
|
|
<text class="split" style="margin-left: 8rpx; margin-right: 8rpx;">|</text>
|
|
|
|
|
<text class="copy-btn">设置</text>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-if="info.hasArrow">
|
|
|
|
|
<uni-icons type="right" size="12" color="#7C8495"></uni-icons>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-if="info.hasCopy">
|
|
|
|
|
<text class="split" style="margin-left: 8rpx; margin-right: 8rpx;">|</text>
|
|
|
|
|
<text class="copy-btn">复制</text>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-if="info.hasApply">
|
|
|
|
|
<text class="split" style="margin-left: 8rpx; margin-right: 8rpx;">|</text>
|
|
|
|
|
<text class="copy-btn">申请</text>
|
|
|
|
|
</template>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="val flex-1 flex-align-center" style="justify-content: flex-end;">
|
|
|
|
|
<text :style="info.label === '收货信息' ? 'text-align: right;line-height:36rpx;' : ''">{{
|
|
|
|
|
info.value
|
|
|
|
|
}}</text>
|
|
|
|
|
<template v-if="info.hasModify">
|
|
|
|
|
<text class="split" style="margin-left: 8rpx; margin-right: 8rpx;">|</text>
|
|
|
|
|
<text class="copy-btn">修改</text>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-if="info.hasSetting">
|
|
|
|
|
<text class="split" style="margin-left: 8rpx; margin-right: 8rpx;">|</text>
|
|
|
|
|
<text class="copy-btn">设置</text>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-if="info.hasArrow">
|
|
|
|
|
<uni-icons type="right" size="12" color="#7C8495"></uni-icons>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-if="info.hasCopy">
|
|
|
|
|
<text class="split" style="margin-left: 8rpx; margin-right: 8rpx;">|</text>
|
|
|
|
|
<text class="copy-btn">复制</text>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-if="info.hasApply">
|
|
|
|
|
<text class="split" style="margin-left: 8rpx; margin-right: 8rpx;">|</text>
|
|
|
|
|
<text class="copy-btn">申请</text>
|
|
|
|
|
</template>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<view class="order-bottom-title flex-align-center"
|
|
|
|
|
@click="isOrderInfoExpanded = !isOrderInfoExpanded">
|
|
|
|
|
<view class="order-bottom-title flex-align-center" @click="isOrderInfoExpanded = !isOrderInfoExpanded">
|
|
|
|
|
<text>订单信息</text>
|
|
|
|
|
<uni-icons :type="isOrderInfoExpanded ? 'up' : 'down'" size="14" color="#7C8495"
|
|
|
|
|
style="margin-left: 8rpx;margin-top: 6rpx;"></uni-icons>
|
|
|
|
|
@ -294,6 +294,15 @@
|
|
|
|
|
<view>
|
|
|
|
|
<image style="width: 100%;" :src="screenshotImage" mode="widthFix"></image>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 水印 -->
|
|
|
|
|
<view v-if="$isVip()">
|
|
|
|
|
<watermark dark="light" source="uni_alipay_shopping_taobao" />
|
|
|
|
|
<liu-drag-button :canDocking="false" @clickBtn="$goRechargePage('watermark', 'uni_alipay_shopping_taobao')">
|
|
|
|
|
<c-lottie ref="cLottieRef" :src='$watermark()' width="94px" height='74px' :loop="true"></c-lottie>
|
|
|
|
|
</liu-drag-button>
|
|
|
|
|
</view>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script setup>
|
|
|
|
|
|