1
xuxueyang
2024-08-14 4d4a74a653e326150fccdc13d83bd69db672b100
1
已修改1个文件
6 ■■■■ 文件已修改
pages/home/components/home-search.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/components/home-search.vue
@@ -100,10 +100,10 @@
                        if (this.history_supplier.indexOf(name) >= 0) {
                        } else {
                            this..history_supplier.unshift(name)
                            this.history_supplier.unshift(name)
                        }
                        if (this..history_supplier.length >= 10) {
                            this..history_supplier.splice(this..history_supplier.length - 1, 1)
                        if (this.history_supplier.length >= 10) {
                            this.history_supplier.splice(this.history_supplier.length - 1, 1)
                        }
                    }
                    uni.navigateTo({