diff --git a/src/App.vue b/src/App.vue index 11fd669..d456d40 100644 --- a/src/App.vue +++ b/src/App.vue @@ -496,6 +496,14 @@ const handlelike = index => { // target.is_liked = 1 } + +// 切换纯音乐 +const switchchange = value => { + // 当切换到纯音乐时去掉歌词 + if (!value) { + obj.value.prompt = "" + } +}