Authored by liuyue

Merge branch 'develop' of git.dev.yoho.cn:platform/yohobuy-portal-fe into develop

... ... @@ -154,7 +154,7 @@ var util = {
if (!/\w+\.\w+/g.test(aa)) {
return 'if(obj.' + aa + '){';
}
return 'if($1){';
return 'if('+$1+'){';
});
return "[[" + trim + "]]";
} else if (/^\/if/.test(trim)) {
... ...