panhui 3 سال پیش
والد
کامیت
b6ebf18c26
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/components/product/SaleInfo.vue

+ 3 - 0
src/components/product/SaleInfo.vue

@@ -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(/:/, '·');