From 4c68665dea485efdf0a4ec99c3bd7dbbeb2c9d6a Mon Sep 17 00:00:00 2001 From: zouap Date: Tue, 12 Jul 2022 17:55:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- templates/repo/modelmanage/convertIndex.tmpl | 1 + templates/repo/modelmanage/index.tmpl | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/repo/modelmanage/convertIndex.tmpl b/templates/repo/modelmanage/convertIndex.tmpl index ec7db1f42..e87719a59 100644 --- a/templates/repo/modelmanage/convertIndex.tmpl +++ b/templates/repo/modelmanage/convertIndex.tmpl @@ -366,6 +366,7 @@ data['inputshape']= $('#inputshape').val(); if(inputshapeNotValid(data['inputshape'])){ + $('.ui.error.message').text("格式输入错误,请输入如:1,1,32,32,与输入数据格式对应。") $("#inputshape_div").addClass("error") return false }else{ diff --git a/templates/repo/modelmanage/index.tmpl b/templates/repo/modelmanage/index.tmpl index b172abe3b..b54fa5cfa 100644 --- a/templates/repo/modelmanage/index.tmpl +++ b/templates/repo/modelmanage/index.tmpl @@ -149,6 +149,7 @@ +