Authored by dongjunjie

店铺装修

... ... @@ -207,7 +207,6 @@ function editorIconEvent(title,id){
callback:function(){
if(editorCheck(id)){
if(curDialogId != "editor-brand-app"){
console.log(g.__rows);
freshJson(id, g.__rows, 1);
}
showMain();
... ... @@ -1206,7 +1205,6 @@ function checkUrlInput(){
for(var i=0; i<urlList.length; i++){
var reg = new RegExp(".+\.yohobuy\.com.*","g");
if(urlList.eq(i).val() != ""){
console.log(urlList.eq(i).val());
if(!reg.test(urlList.eq(i).val())){
urlList.eq(i).focus().select().addClass("error");
common.util.__tip("Url一级域名错误!必须是.yohobuy.com");
... ...