大小写

This commit is contained in:
花有清香月有阴
2021-12-23 09:14:12 +08:00
parent eb136723af
commit 2b81ec8e0f
2 changed files with 1389 additions and 1 deletions

View File

@@ -111,7 +111,7 @@ export default {
},
goDetail(item) {
uni.navigateTo({ url: `./detail?id=${item.id}&listType=${this.listType}` })
uni.navigateTo({ url: `./Detail?id=${item.id}&listType=${this.listType}` })
},
change(index) {