Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
dongjunjie
9 years ago
Commit
d9cbc01435f471a0ea1089893e340fde8253cedf
1 parent
f64a1d61
店铺装修app端小图资源位比例275*160
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
client/js/store/shop.js
client/js/store/shop.js
View file @
d9cbc01
...
...
@@ -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>"
;
...
...
Please
register
or
login
to post a comment