修改上传提示信息

修改上传提示信息

Signed-off-by: 高雄 <admin@cxcp.com>
pull/85/head
高雄 2023-04-11 01:19:17 +00:00 committed by Gitee
parent c055d3d992
commit 8916bee786
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@
// console.log(daxiao)
var maxsize = daxiao * 1024 * 1024;
var errMsg = "上传的文件不能超过${size}喔!!!";
var tipMsg = "您的浏览器暂不支持上传,确保上传文件不要超过2M建议使用IE、FireFox、Chrome浏览器";
var tipMsg = "您的浏览器暂不支持上传,确保上传文件不要超过${size}建议使用IE、FireFox、Chrome浏览器";
try {
var filesize = 0;
var ua = window.navigator.userAgent;