|
@@ -6,7 +6,7 @@ import { followData } from "/src/view/follow-practice";
|
|
import state, {IPlatform} from "/src/state";
|
|
import state, {IPlatform} from "/src/state";
|
|
import { evaluatingData } from "/src/view/evaluating";
|
|
import { evaluatingData } from "/src/view/evaluating";
|
|
import { getQuery } from "/src/utils/queryString";
|
|
import { getQuery } from "/src/utils/queryString";
|
|
-
|
|
|
|
|
|
+import Vip from "../vip"
|
|
const query: any = getQuery();
|
|
const query: any = getQuery();
|
|
export const isMusicList = computed(()=>{
|
|
export const isMusicList = computed(()=>{
|
|
return !(query.workRecord || query.modelType || state.platform === IPlatform.PC || query.isCbs)
|
|
return !(query.workRecord || query.modelType || state.platform === IPlatform.PC || query.isCbs)
|
|
@@ -17,6 +17,7 @@ export default defineComponent({
|
|
setup() {
|
|
setup() {
|
|
return () => (
|
|
return () => (
|
|
<>
|
|
<>
|
|
|
|
+ <Vip></Vip>
|
|
<Popup class={styles.popup} position="left" v-model:show={musicListShow.value} round overlay-style={{background:'rgba(0, 0, 0, 0.7)'}}>
|
|
<Popup class={styles.popup} position="left" v-model:show={musicListShow.value} round overlay-style={{background:'rgba(0, 0, 0, 0.7)'}}>
|
|
<div class={[styles.tabs]}>
|
|
<div class={[styles.tabs]}>
|
|
<Tabs>
|
|
<Tabs>
|