1、去掉ry-ui.min
2、登录去掉密码显示, 3、导出调整为绝对路径 4、新增一个detail详细方法
This commit is contained in:
@@ -30,7 +30,7 @@ $(window).load(function() {
|
||||
var options = {
|
||||
thumbBox: '.thumbBox',
|
||||
spinner: '.spinner',
|
||||
imgSrc: $.common.isEmpty(avatar) ? '/img/profile.jpg' : '/profile/' + avatar
|
||||
imgSrc: $.common.isEmpty(avatar) ? '/img/profile.jpg' : '/profile/avatar/' + avatar
|
||||
}
|
||||
var cropper = $('.imageBox').cropbox(options);
|
||||
$('#avatar').on('change',
|
||||
|
Reference in New Issue
Block a user