Commit 6458ed7a authored by agping's avatar agping

隐藏按钮修改

parent f021ce5b
...@@ -132,7 +132,9 @@ define(['doT', 'jquery', 'text!temp/menu_template_tpl.html', 'layer'], function ...@@ -132,7 +132,9 @@ define(['doT', 'jquery', 'text!temp/menu_template_tpl.html', 'layer'], function
var _this = $(this); var _this = $(this);
_this.prevAll('.btn-default-hide-display').hide(); _this.prevAll('.btn-default-hide-display').hide();
_this.hide(); _this.hide();
$('.btn-default-show-caozuo').show(); // $('.btn-default-show-caozuo').show();
_this.prevAll('.btn-default-show-caozuo').show();
}); });
......
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