|
|
|
@ -836,12 +836,12 @@ $(function(){
|
|
|
|
|
var image = $("#ren_zheng_image");
|
|
|
|
|
var element = $("<a></a>").attr("href", image.attr('src')+".png");
|
|
|
|
|
image.wrap(element);
|
|
|
|
|
image.parent().colorbox({rel: 'nofollow', close: "关闭", returnFocus: false});
|
|
|
|
|
//image.parent().colorbox({rel: 'nofollow', close: "关闭", returnFocus: false});
|
|
|
|
|
|
|
|
|
|
var auth_image = $("#upload_id_image");
|
|
|
|
|
var auth_element = $("<a></a>").attr("href", auth_image.attr('src')+".png");
|
|
|
|
|
auth_image.wrap(auth_element);
|
|
|
|
|
auth_image.parent().colorbox({rel: 'nofollow', close: "关闭", returnFocus: false});
|
|
|
|
|
//auth_image.parent().colorbox({rel: 'nofollow', close: "关闭", returnFocus: false});
|
|
|
|
|
|
|
|
|
|
$("#user_auth_submit_a").one("click", function(){
|
|
|
|
|
user_auth_submit(1);
|
|
|
|
|