|
@@ -23,8 +23,8 @@ const zhimaReportAccountInfo = computed(() => {
|
|
packCount: accountInfoModel.value?.balance,
|
|
packCount: accountInfoModel.value?.balance,
|
|
packTime: accountInfoModel.value?.minEndTime?.split(' ')[0],
|
|
packTime: accountInfoModel.value?.minEndTime?.split(' ')[0],
|
|
// 之前买过权益包并过期
|
|
// 之前买过权益包并过期
|
|
- isBuyPackExpire: false,
|
|
|
|
- buyPackExpireDay: 88,
|
|
|
|
|
|
+ isBuyPackExpire: accountInfoModel.value?.expiredMsg?.length > 0,
|
|
|
|
+ buyPackExpireTip: accountInfoModel.value?.expiredMsg || '',
|
|
// 是否首次购买优惠
|
|
// 是否首次购买优惠
|
|
isFirstBuy: accountInfoModel.value?.firstMsg?.length > 0
|
|
isFirstBuy: accountInfoModel.value?.firstMsg?.length > 0
|
|
}
|
|
}
|