44323
2023-10-30 21ee583563d59d9d04840f65cb0053df9b183554
cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add_two.html
@@ -12,7 +12,7 @@
                        跳转模块
                    </button>
                </div>
                <select class="form-control" id="name" style="width: 400px;" onclick="updateType(this)">
                <select class="form-control" id="name" style="width: 400px;" onchange="updateType(this)">
                    <option value="" selected disabled>选择跳转模块</option>
                    <option value="不跳转">不跳转</option>
                    <option value="加入玩湃">加入玩湃</option>
@@ -82,8 +82,9 @@
    function updateT(e) {
        var oneId = $('#type option:selected').text();
        console.log(oneId);
        if (oneId!="详情"){
        if (oneId!="详情"&&oneId!="指定商品"&&oneId!="指定折扣"){
            $("#t3").hide()
            $("#t3").val("")
        }else{
            $("#t3").show()
        }
@@ -97,6 +98,9 @@
            $("#t1").hide()
            $("#t2").hide()
            $("#t3").hide()
            $("#t1").val("")
            $("#t2").val("")
            $("#t3").val("")
        }else {
            $("#t1").show()
            $("#t2").show()
@@ -137,6 +141,7 @@
            }else{
                console.log("=-======0000")
                $("#t2").hide()
                $("#t2").val("")
            }
        });