03 2024 档案

摘要://歌词组件LyricsDisplay.vue <template> <div class="lyric-container" ref="lyricsList" :class="{ noLyric: !lyrics.length }"> <div v-for="(line, index) in ly 阅读全文
posted @ 2024-03-29 14:10 chicidol 阅读(15) 评论(0) 推荐(0) 编辑
摘要:import request from '@/utils/request.js' import { headerEncrypt, paramEncrypt } from '@/utils/bridge.js' async function EncryptProcess(obj1, obj2) { l 阅读全文
posted @ 2024-03-23 15:21 chicidol 阅读(25) 评论(0) 推荐(0) 编辑
摘要:原因:父组件引入子组件,用了v-if控制子组件的显示,导致无法监听 解决:用v-show 阅读全文
posted @ 2024-03-12 15:58 chicidol 阅读(87) 评论(0) 推荐(0) 编辑