Authored by dongjunjie

店铺装修bug

... ... @@ -217,7 +217,7 @@ function editorIconEvent(title,id){
}
]
}
if(id == "editor-recommend" && jsonMain.resources.recommend_APP.isUsed == "Y"){
if(id == "editor-recommend" && curPlatform == "pc" && jsonMain.resources.recommend_APP.isUsed == "Y"){
option.button.push({
value:"保存并同步至APP",
css:"btn-success",
... ...