修改香薰卡价格

This commit is contained in:
2025-12-13 16:36:35 +08:00
parent cb734e7d8f
commit 1c7a3def12
2 changed files with 15 additions and 8 deletions
+7 -1
View File
@@ -994,6 +994,7 @@
remark_html = remark;
$("#remark").append(remark);
}
$("#test1 .layui-carousel-ind").empty();
// 如果没有轮播图就隐藏
if (result.length == 0) {
document.getElementById("test1").style.display = "none"; //隐藏
@@ -1002,7 +1003,8 @@
ins.reload({
elem: '#test1',
width: result[0].imgWidth, //设置容器宽度
height: result[0].imgHeight
height: result[0].imgHeight,
indicator: 'outside',
});
}
}
@@ -1249,9 +1251,11 @@
if ($(data.elem).is(":checked")) {
$("#peijian_ui .tscolor").show();
$("#peijian_ui .tscolor select").prop("disabled", false);
getProductImage('弹力绳');
} else {
$("#peijian_ui .tscolor").hide();
$("#peijian_ui .tscolor select").prop("disabled", true);
getProductImage('');
}
}
if (data.value == "opp袋") {
@@ -2005,6 +2009,7 @@
remark_html = remark;
$("#remark").append(remark);
}
$("#test1 .layui-carousel-ind").empty();
// 如果没有轮播图就隐藏
if (result.length == 0) {
document.getElementById("test1").style.display = "none"; //隐藏
@@ -2400,6 +2405,7 @@
remark_html = remark;
$("#remark").append(remark);
}
$("#test1 .layui-carousel-ind").empty();
// 如果没有轮播图就隐藏
if (result.length == 0) {
document.getElementById("test1").style.display = "none"; //隐藏