命令行提交

This commit is contained in:
zoujiandong
2025-08-04 16:52:42 +08:00
parent ba4bc25785
commit 430a4a1491
90 changed files with 598 additions and 365 deletions
-7
View File
@@ -275,13 +275,6 @@ const _sfc_main = {
});
return false;
}
if (voteData.case_exchange_vote_option[i].option_value.length > 16) {
common_vendor.index.showToast({
title: "第" + (i + 1) + "个投票选项超过16个字符",
icon: "none"
});
return false;
}
}
form.case_exchange_vote = voteData;
showVote.value = false;