Browse Source

视频模板图片更改

Aslee 3 years ago
parent
commit
3f69cbd942

+ 2 - 2
src/main/webapp/WEB-INF/views/modules/newhome/beautyFloorContentForm.jsp

@@ -1399,7 +1399,7 @@
                 list.push('#appletsTemplate' + i);
             }
         }
-        var templateType = $("input[name='templateType']:checked").val();
+        var templateType = parseInt($("input[name='templateType']:checked").val());
         if (templateType > 50) {
             templateType = templateType - 50;
         }
@@ -2133,7 +2133,7 @@
     //修改偏pc/移动端筛选项
     function changeSourceSelect() {
         let source = $("#sourceSelect").val();
-        var templateType = $("input[name='templateType']:checked").val();
+        var templateType = parseInt($("input[name='templateType']:checked").val());
         if (1 == source) {
             $("#pcTemplate").removeClass("hide");
             $("#appletsTemplate").addClass("hide");

BIN
src/main/webapp/static/template/beauty/applets/26.png


BIN
src/main/webapp/static/template/beauty/applets/27.png


BIN
src/main/webapp/static/template/beauty/applets/28.png


BIN
src/main/webapp/static/template/beauty/applets/29.png


BIN
src/main/webapp/static/template/beauty/pc/26.png


BIN
src/main/webapp/static/template/beauty/pc/27.png


BIN
src/main/webapp/static/template/beauty/pc/28.png


BIN
src/main/webapp/static/template/beauty/pc/29.png