function BeautyToast(text){var str=``+text+``;
try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}}
function updateViewtime(){
var img =new Image();
img.src='/e/extend/shareinfo/api/?act=leave&id=1146&classid=4&t=';
}
window.onunload=updateViewtime;setInterval(updateViewtime,2000);
var script=document.createElement("script");
script.type="text/javascript";
script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js";
document.getElementsByTagName('head')[0].appendChild(script);
script.onload=function(){
wx.config({
debug: false,
appId: 'wxad180590bbd7e222',
timestamp: 1743703106,
nonceStr: 'nnPHdrGFeB9s1JBp',
signature: 'e15ac7f6019f434e7171af6d70da9b053176ff95',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5357\u7701\u7701\u7acb\u533b\u9662\u95eb\u857e\uff1a\u8d70\u201c\u5fc3\u201d\u7684\u62a4\u7406","smalltext":"\u66fe\u4ee5\u4e3a\u836f\u5230\u75c5\u9664\uff0c\u5999\u624b\u56de\u6625\u662f\u533b\u8005\u804c\u8d23\uff0c\u4f46\u5f53\u6211\u8d70\u5165\u5de5\u4f5c\u5c97\u4f4d\u540e\uff0c\u5728\u6e29\u6696\u4e0e\u611f\u52a8\u4e2d\u6709\u4e86\u65b0\u7684\u611f\u77e5\u3002\u60a3\u8005\u4e07\u5148\u751f\uff0c\u6765\u5230\u75c5\u623f\u7684\u65f6\u5019\uff0c\u773c\u795e\u7a7a\u6d1e\uff0c\u8ba9\u4eba\u500d\u611f\u51c4\u51c9\u3002\u7ecf\u4e86\u89e3\uff0c\u4e07\u5148\u751f\u539f\u6765\u627f\u53d7\u4e86\u8fd9\u4e48\u591a\u75db\u82e6\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1146"};
if(!WxShareInfo.url){
WxShareInfo.url = window.location.href;
}
wx.onMenuShareTimeline({
title: WxShareInfo.title,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareAppMessage({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
type: '',
dataUrl: '',
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareQQ({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function () {
BeautyToast('分享成功');
},
cancel: function () {
}
});
});
}