作者:宝贝猪雯 | 来源:互联网 | 2022-10-13 13:14
var ohtml=''+
'
您已经成功发送好友申请。
'+
'
上传真实头像,好友申请更容易被通过哦,赶紧上传头像吧!
'+
'
'+
'
';
$.dialog({
lock:true,
title: '温馨提示',
button: [
{value: '点击上传图像',callback: function () {
$("#awindowopen").trigger("click");
},focus: true
}
],
content:ohtml
});
var ohtml=''+
'
您已经成功发送好友申请。
'+
'
上传真实头像,好友申请更容易被通过哦,赶紧上传头像吧!
'+
'
'+
'
';
$.dialog({
lock:true,
title: '温馨提示',
button: [
{value: '点击上传图像',callback: function () {
$("#awindowopen").trigger("click");
},focus: true
}
],
content:ohtml
});
需要注意的是:
在这个地方: