新增首页tab置顶判断

This commit is contained in:
dragon
2024-12-27 14:13:01 +08:00
parent 98d5f20be7
commit c904646f4a

View File

@@ -425,6 +425,12 @@ export default {
var topStart = $("#modal_topStart").val();
var topEnd = $("#modal_topEnd").val();
var isShow = $("#modal_isShow").val();
if (
isTop == 1 && seq <1
) {
alert("置顶为是时排序必须大于等于1");
return;
}
if (
isTop == "" ||
homeType == "" ||