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=1216&classid=5&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: 1747146774,
nonceStr: 'GUd8uxvAwiVEHGzh',
signature: 'e74582ea5c85951eb476941ada8c97a6b63ef8ca',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5357\u7701\u76f4\u4e09\u9662\uff1a\u5531\u54cd\u300a\u6211\u548c\u6211\u7684\u7956\u56fd\u300b\u5e86\u795d\u65b0\u4e2d\u56fd\u6210\u7acb70\u5468\u5e74\u3000","smalltext":"\u817e\u8baf\u89c6\u9891\u5730\u5740\uff1ahttps:\/\/v.qq.com\/x\/page\/n30017wurdt.html\u4e00\u9996\u8d5e\u6b4c\uff0c\u4e00\u4efd\u544a\u767d\uff0c\u4e00\u9762\u9762\u9c9c\u8273\u7684\u4e94\u661f\u7ea2\u65d7\uff0c\u6325\u821e\u6210\u7ea2\u8272\u7684\u6d77\u6d0b\uff0c\u6bcf\u4e2a\u4eba\u773c\u5e95\u91cc\uff0c\u90fd\u9971\u542b\u7740\u5bf9\u7956\u56fd\u7684\u6700\u771f\u631a\u7684\u60c5\u610f\u3002\u4e0d\u5fd8\u521d\u5fc3\uff0c\u7262\u8bb0\u4f7f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1216"};
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 () {
}
});
});
}