Commit 30af446f by doszhang

dos

parent f520cbcf
......@@ -395,6 +395,11 @@ function showDecorate() {
}
function showPersonalPage() {
if (!checkedDecorate) {
checkedDecorate = src;
$('.personal-page .checked-decorate-img').css('background', 'url(' + decorateList[0] + ') left top no-repeat')
.css('backgroundSize', '100%');
}
$('.flag-page').animate({
'opacity': 0
}, 300, '', function () {
......
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