This commit is contained in:
2020-06-08 15:23:23 +08:00
parent e8c74df8a0
commit 233cb82ee4
44 changed files with 2461 additions and 82 deletions

View File

@@ -16,7 +16,7 @@ export default {
methods: {
setTitle(title){
uni.setNavigationBarTitle({
title: title + "详情"
title: title
});
},
},