@@ -224,7 +224,7 @@ async function getDataByFuzzyMatch(keyword, data){
for (let info of allInfoPrice) {
//specs
- let mstring = info.name + info.spec;
+ let mstring = info.name + info.specs;
mstring = mstring.replace(/混凝土/g, "砼");
info.mstring = mstring;
let matchCount = 0;