|
@@ -705,7 +705,7 @@ export default defineComponent({
|
|
)}
|
|
)}
|
|
{/* 是否解锁 并且 未购买 */}
|
|
{/* 是否解锁 并且 未购买 */}
|
|
{state.details?.albumStatus !== 'NORMAL' &&
|
|
{state.details?.albumStatus !== 'NORMAL' &&
|
|
- state.buy != '1' && (
|
|
|
|
|
|
+ state.buy != '1' && baseState.platformType === 'STUDENT' && (
|
|
<div class={styles.iconLock}>
|
|
<div class={styles.iconLock}>
|
|
<img src={iconLock} />
|
|
<img src={iconLock} />
|
|
<p>
|
|
<p>
|