新增激凸工艺价格

This commit is contained in:
2025-10-27 14:35:28 +08:00
parent ed43cff130
commit 842638ac67
3 changed files with 40 additions and 10 deletions
+1 -1
View File
@@ -149,7 +149,7 @@
for (let i = 0; i < result.length; i++) {
// 只留一个remark
remark = "";
html += '<div><img style="width:' + result[0].imgWidth + 'px" src="' + result[i].imgUrl + '"></div>';
html += '<div><img style="width:100%;height: 100%;object-fit: contain" src="' + result[i].imgUrl + '"></div>';
remark += '<div><span>' + result[i].remark + '<span/></div>';
}
$("#carousel").append(html);