mirror of https://github.com/1099438829/macUI.git
Merge branch 'cssock' of https://github.com/1099438829/macUI into cssock
This commit is contained in:
commit
5a9af64eec
|
|
@ -83,8 +83,11 @@ $(function () {
|
|||
var theme_area=$("#theme_area");
|
||||
theme_area.on('click','.theme_setting',function () {
|
||||
var pic=$(this).data('pic');
|
||||
if(!Win10_parent.isSmallScreen()){
|
||||
Win10_parent.setBgUrl({main:pic});
|
||||
|
||||
}else{
|
||||
Win10_parent.setBgUrl({mobile:pic});
|
||||
}
|
||||
//此处你也许想用ajax把修改信息保存到服务器。。。
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue