|
@@ -704,12 +704,12 @@ export default defineComponent({
|
|
|
</span>
|
|
|
)}
|
|
|
{/* 是否解锁 并且 未购买 */}
|
|
|
- {state.details?.albumStatus !== 'NORMAL' &&
|
|
|
+ {album?.albumStatus !== 'NORMAL' &&
|
|
|
state.buy != '1' && baseState.platformType === 'STUDENT' && (
|
|
|
<div class={styles.iconLock}>
|
|
|
<img src={iconLock} />
|
|
|
<p>
|
|
|
- {state.details?.albumStatus === 'NO_BUY'
|
|
|
+ {album?.albumStatus === 'NO_BUY'
|
|
|
? '未开通'
|
|
|
: '已过期'}
|
|
|
</p>
|