大喇叭

This commit is contained in:
liuye
2022-06-11 13:17:03 +08:00
parent 7d1c7bbfa0
commit 78a58bc5da
7 changed files with 69 additions and 299 deletions

View File

@@ -92,7 +92,7 @@ export default {
add() {
uni.navigateTo({
url: `./addPlay?type=${this.currIndex === 0 ? 1 : 3}`
url: `./addMedia?type=${this.currIndex === 0 ? 1 : 3}`
})
},