...
|
...
|
@@ -970,7 +970,11 @@ function editorTipInit(id){ |
|
|
tipHtml = "<span>提示:由PC端适配,修改请到PC端修改。</span>";
|
|
|
break;
|
|
|
case "editor-smallPic":
|
|
|
tipHtml = "<span>提示:请上传像素300*174的图片。</span>";
|
|
|
if(curPlatform == "shopWeb-app"){
|
|
|
tipHtml = "<span>提示:请上传像素275*160的图片。</span>";
|
|
|
}else{
|
|
|
tipHtml = "<span>提示:请上传像素300*174的图片。</span>";
|
|
|
}
|
|
|
break;
|
|
|
case "editor-brand":
|
|
|
tipHtml = "<span>提示:内容会适配到APP的【品牌一览】中。</span>";
|
...
|
...
|
|