nickchange
2023-10-28 edb2fff00f6990217f7c39ebc2adb611a1c60478
cloud-server-management/src/main/webapp/WEB-INF/view/system/advertisement/advertisement_add.html
@@ -192,6 +192,11 @@
            }
        });
        if (oneId==2 || oneId==25|| oneId==27){
            $("#t3").hide()
        }
        ajax.set("id",oneId);
        ajax.start();
    }
@@ -209,8 +214,9 @@
    }
    function updateT(e) {
        var oneId = $('#type option:selected').text();
        console.log(oneId);
        if (oneId!="详情"){
        if (oneId!="详情"&&oneId!="指定商品"&&oneId!="指定折扣"){
            $("#t3").hide()
        }else{
            $("#t3").show()