This commit is contained in:
2022-01-28 09:39:36 +08:00
parent 35bd9bf283
commit db6c3e7ea2
5 changed files with 122 additions and 98 deletions

View File

@@ -130,11 +130,6 @@
computed: {
disabled() {
return this.inputTxt.length == 0
},
friend() {
return function(targetId) {
return this.$store.getters.userInfo(targetId)
}
}
},
onNavigationBarButtonTap(e) {