修改自定义文案逻辑
This commit is contained in:
@@ -412,7 +412,7 @@ export default {
|
||||
}
|
||||
|
||||
$('#nameplateType1').attr("disabled", "true");
|
||||
if (json.isCustomWord == 1) {
|
||||
if (!json.isCustomWord) {
|
||||
$('input[name="isCustomWord"]').get(0).checked = true;
|
||||
$('#fixedWord-div').removeClass("hidden");
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user