|
@@ -116,7 +116,6 @@ onMounted(async () => {
|
|
|
v-if="
|
|
|
[MessageType.Integral].includes(Number(options.messageType)) &&
|
|
|
options.messageSubType === 31 &&
|
|
|
- options.isRead !== '1' &&
|
|
|
options.pointsDetail?.pointsStauts === PointStatus.PendingConfirmation
|
|
|
"
|
|
|
>
|
|
@@ -127,12 +126,11 @@ onMounted(async () => {
|
|
|
<template
|
|
|
v-else-if="
|
|
|
[MessageType.Integral].includes(Number(options.messageType)) &&
|
|
|
- options.messageSubType === 31 &&
|
|
|
- options.isRead === '1'
|
|
|
+ options.messageSubType === 31
|
|
|
"
|
|
|
>
|
|
|
<template v-if="options.pointsDetail?.pointsStauts === PointStatus.Rejected">
|
|
|
- <span class="text-black/40">
|
|
|
+ <span class="text-[#EF4343]">
|
|
|
<!-- 确认积分后,即刻到账,如有问题请驳回,联系材料商修改积分后再次确认 -->
|
|
|
驳回原因:{{ options.pointsDetail?.cancelReason }}
|
|
|
</span>
|
|
@@ -162,7 +160,6 @@ onMounted(async () => {
|
|
|
v-if="
|
|
|
[MessageType.Integral].includes(Number(options.messageType)) &&
|
|
|
options.messageSubType === 31 &&
|
|
|
- options.isRead !== '1' &&
|
|
|
options.pointsDetail?.pointsStauts === PointStatus.PendingConfirmation
|
|
|
"
|
|
|
>
|