Authored by dongjunjie

店铺装修bug

... ... @@ -220,7 +220,7 @@ function findDecoration(){
common.util.__tip("店铺没有品牌,无法装修,请返回添加品牌!");
return;
}
if(jsonMain.templateType){
if(jsonMain.templateType && jsonMain.templateType != "0"){
curTemplateType = jsonMain.templateType;
}
//装修json克隆
... ...