1
xuxueyang
2024-08-14 f21977f88d46ff73c8345d85e3a9b988b2306b2b
1
已修改1个文件
8 ■■■■ 文件已修改
pages/home/components/home-search.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/components/home-search.vue
@@ -87,7 +87,9 @@
                    var p = ''
                    if (this.type === 'flower') {
                        p = 'name=' + this.search_flow
                        if (this.history_flower.indexOf(name) >= 0) {} else {
                        if (this.history_flower.indexOf(name) >= 0) {
                        } else {
                            this.history_flower.unshift(name)
                        }
                        if (this.history_flower.length >= 10) {
@@ -95,7 +97,9 @@
                        }
                    } else {
                        p = 'supplierName=' + this.search_flow
                        if (this.history_supplier.indexOf(name) >= 0) {} else {
                        if (this.history_supplier.indexOf(name) >= 0) {
                        } else {
                            this..history_supplier.unshift(name)
                        }
                        if (this..history_supplier.length >= 10) {