修改香薰卡价格
This commit is contained in:
@@ -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"; //隐藏
|
||||
|
||||
Reference in New Issue
Block a user