admin
2021-03-20 ad3ac53da1c3a11a96ae62d790aa61a81b9eab91
src/main/webapp/admin/new/fenqu.html
@@ -116,6 +116,17 @@
                <option value="1">会员</option>
            </select>
            <select name="select" class="form-control search area">
                <option value="">--请选择区域--</option>
                <option value="内地">内地</option>
                <option value="香港">香港</option>
                <option value="台湾">台湾</option>
                <option value="美国">美国</option>
                <option value="泰国">泰国</option>
                <option value="韩国">韩国</option>
                <option value="日本">日本</option>
            </select>
            <select name="select" class="form-control search type">
                <option value="name" selected>片名</option>
@@ -186,7 +197,7 @@
                    <thead>
                    <th width="7%">选择</th>
                    <th width="7%">编号</th>
                    <th width="12%">来源</th>
                    <th width="5%">区域</th>
                    <th width="12%">封面</th>
                    <th width="17%">名称</th>
                    <th width="15%">更新时间</th>
@@ -208,11 +219,11 @@
                            <div class="bianhao videoid">623</div>
                        </td>
                        <td width="12%">
                            <div class="source" style="text-align: center;line-height: 105px;"></div>
                            <div class="area" style="text-align: center;line-height: 105px;"></div>
                        </td>
                        <td width="12%">
                            <div class="tupian-banner" style="position: relative">
                                <img alt src="image/banner/青云志.jpg" class="video-img" style="width: 240px;">
                                <img alt src="image/banner/青云志.jpg" class="video-img">
                                <span style="position: absolute;right: 2px;bottom: 2px;color: red" class="tag"></span>
@@ -665,6 +676,7 @@
                "type": $(".search-div .type").val(),
                "contenttype": $(".contenttype").val(),
                "freeType": $(".freeType").val(),
                "area": $(".area").val(),
                "key": $("#kw").val(),
                "resourceIds": JSON.stringify(resourceIds)
            }, function (data) {
@@ -688,7 +700,14 @@
                    fk.find(".videoid").html(da.id);
                    fk.find(".video-name").html(da.name);
                    fk.find(".tag").html(da.tag);
                    fk.find(".video-img").attr("src", da.picture);
                    if(da.vpicture) {
                        fk.find(".video-img").attr("src", da.vpicture);
                        fk.find(".video-img").css("width","180px");
                    }else{
                        fk.find(".video-img").attr("src", da.hpicture);
                        fk.find(".video-img").css("width","240px");
                    }
                    fk.find(".video-updatetime").html(da.updatetime);
                    if (da.show == 1)
                        fk.find(".video-show").attr("checked", true);
@@ -698,7 +717,7 @@
                    fk.find(".addrecommend a").attr("key", da.id);
                    fk.find(".edit").attr("key", da.id);
                    fk.find(".delete").attr("key", da.id);
                    fk.find(".source").text(da.source);
                    fk.find(".area").text(da.area);
                    fk.find(".edit").attr("href","edit-lmneirong-video.html?id=" + da.id);
                    if (da.freeType == 1)