Commit e6222852 authored by xishifeng's avatar xishifeng

商铺编辑修改

parent 648724d6
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
border: 1px solid #ccc; border: 1px solid #ccc;
border-top: none; border-top: none;
background-color: white; background-color: white;
display: none;
} }
.phone-list-container>ul>li:hover { .phone-list-container>ul>li:hover {
......
...@@ -570,7 +570,7 @@ define (['ckfinder','ckfinderStart', 'bootstrapJs'], function () { ...@@ -570,7 +570,7 @@ define (['ckfinder','ckfinderStart', 'bootstrapJs'], function () {
_doc.on('click', '.phone-list-container>ul>li', function(){ _doc.on('click', '.phone-list-container>ul>li', function(){
var _this = $(this); var _this = $(this);
_this.parent().prev().val(_this.html()).attr('data-id',_this.attr('data-id')); _this.parent().prev().val(_this.html()).attr('data-id',_this.attr('data-id'));
_this.parent().html(''); _this.parent().html('').hide();
}); });
var _ajaxObjTel = null; var _ajaxObjTel = null;
...@@ -602,7 +602,7 @@ define (['ckfinder','ckfinderStart', 'bootstrapJs'], function () { ...@@ -602,7 +602,7 @@ define (['ckfinder','ckfinderStart', 'bootstrapJs'], function () {
'3': item['id'] '3': item['id']
}); });
}); });
_this.next().html(_htmlTemp); _this.next().show().html(_htmlTemp);
}else{ }else{
_this.next().html(''); _this.next().html('');
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment