flat: 123

This commit is contained in:
Apcallover
2024-04-14 21:06:15 +08:00
parent 77b3b5cc6b
commit dca8f38a31
2 changed files with 13 additions and 2 deletions

View File

@@ -270,6 +270,9 @@
onShow: function() {
this.showDetail = true
this.getData();
setTimeout(() => {
console.log(this.area.dic, this.info)
}, 1000)
},
onShareAppMessage(obj) {
return {
@@ -414,7 +417,7 @@
}
},
computed: {
...mapGetters(['auth', 'autograph']),
...mapGetters(['auth', 'autograph', 'area']),
skillNames() {
if (this.info.skillNames) {
return this.info.skillNames.split(',')