Commit 3c164d94 by doszhang

dos

parent 492112d6
...@@ -724,7 +724,7 @@ function closeCheckFlagList() { ...@@ -724,7 +724,7 @@ function closeCheckFlagList() {
function setDecorate(event) { function setDecorate(event) {
let src = event.target.src; let src = event.target.src;
checkedDecorate = src; checkedDecorate = src;
checkedDecorate = 'http://ccb-lantern.dev.izhida.cn/Public/static/image2/' + src.replace("https://static3.izhida.cn/cdn1/chinaamc-2020flag/v1.1.7/image2/", ""); // checkedDecorate = 'http://ccb-lantern.dev.izhida.cn/Public/static/image2/' + src.replace("https://static3.izhida.cn/cdn1/chinaamc-2020flag/v1.1.7/image2/", "");
$('.personal-page .checked-decorate-img').css('background', 'url(' + src + ') left top no-repeat') $('.personal-page .checked-decorate-img').css('background', 'url(' + src + ') left top no-repeat')
.css('backgroundSize', '100%'); .css('backgroundSize', '100%');
} }
......
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