|
@@ -262,7 +262,8 @@ export default defineComponent({
|
|
|
|
|
|
return () => (
|
|
return () => (
|
|
<div class={styles.trainTool}>
|
|
<div class={styles.trainTool}>
|
|
- {state.tenantAlbumStatus === 0 || !state.ablumStatus ? (
|
|
|
|
|
|
+ {(state.tenantAlbumStatus === 0 || !state.ablumStatus) &&
|
|
|
|
+ state.buy != '1' ? (
|
|
<>
|
|
<>
|
|
<TheSticky position="top">
|
|
<TheSticky position="top">
|
|
<ColHeader border={false} isFixed={false} />
|
|
<ColHeader border={false} isFixed={false} />
|