|
|
@@ -81,6 +81,9 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
search() {
|
|
|
+ if (this.info.prefixName) {
|
|
|
+ return this.info.prefixName;
|
|
|
+ }
|
|
|
if (this.info.type === 'BLIND_BOX') {
|
|
|
let name = this.blindBoxItems.length > 0 ? this.blindBoxItems[0].name.split('#')[0] : '';
|
|
|
name = name.replace(/:/, '·');
|