Commit e4b1b532 authored by Facius's avatar Facius

补充

parent 414aed46
...@@ -92,8 +92,8 @@ ...@@ -92,8 +92,8 @@
return this.texts[this.info.status] return this.texts[this.info.status]
}, },
noteText() { noteText() {
if (info.items[0].categoryName || info.items[0].brandName) { if (this.info.items[0].categoryName || this.info.items[0].brandName) {
return (info.items[0].categoryName || '通用') + '-' + (info.items[0].brandName || '通用') return (this.info.items[0].categoryName || '通用') + '-' + (this.info.items[0].brandName || '通用')
} else { } else {
return '通用' return '通用'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment