Commit 268c20c2 authored by chenweijian's avatar chenweijian

错误弹窗

parent 14d8861b
......@@ -71,7 +71,7 @@ func NewAlertErrByLanguage(model *domain.Model, msgId1, msgId2 common.MsgIdType,
}
}
if resMul, _ := res_m.GetResMultiTextBy(model, msgId2, lang); resMul != nil {
if len(args1) > 0 {
if len(args2) > 0 {
content = fmt.Sprintf(resMul.Content, args2...)
} else {
content = resMul.Content
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment