Commit 34df8f57 by doszhang

dos

parent 0093a033
......@@ -110,7 +110,7 @@ $(document).ready(function () {
//小装饰按钮点击切换小装饰
$('.personal-page .btn-tab-decorate').on('click', showDecorate);
//调整背景色按钮点击切换背景色
$('.personal-page .btn-tab-bgcolor').on('click'.showBgcolor);
$('.personal-page .btn-tab-bgcolor').on('click', showBgcolor);
});
function showBgcolor() {
......
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 sign in to comment