|
@@ -189,7 +189,7 @@ export default defineComponent({
|
|
|
item.useStatus==='LOCK'&&vipVerify.value && <div class={styles.lock}></div>
|
|
|
} */}
|
|
|
{
|
|
|
- (item.paymentType.includes('VIP') || item.paymentType.includes('CHARGE')) &&
|
|
|
+ (item.paymentType.includes('VIP') || item.paymentType.includes('CHARGE')) && !state.tenantAlbumId &&
|
|
|
<img
|
|
|
class={styles.vipIcon}
|
|
|
src={item.paymentType === 'VIP' ? vipIcon : item.paymentType === 'CHARGE' ? sbuyIcon : item.paymentType === 'VIP,CHARGE' || item.paymentType === 'CHARGE,VIP' ? vip1Icon : ''}
|