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=4842&classid=10&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: 1743764479,
nonceStr: 'URDF1H2aJQb6vLvY',
signature: 'd4c847a5eb2d9a2f84c9a10bc3510962fcf5d67f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u516c\u5171\u536b\u751f\u533b\u7597\u6551\u6cbb\u4e2d\u5fc3-\u4e0b\u4e00\u6b21\u89c1\u9762\uff0c\u6211\u4e00\u5b9a\u4f1a\u62e5\u62b1\u4f60","smalltext":"\u4e0b\u4e00\u6b21\u89c1\u9762\uff0c\u6211\u4e00\u5b9a\u4f1a\u62e5\u62b1\u4f60\u201c\u4e0b\u4e00\u6b21\u89c1\u9762\uff0c\u6211\u4e00\u5b9a\u4f1a\u62e5\u62b1\u4f60\uff01\u201d\u59d1\u5a18\u7b11\u9765\u5982\u82b1\uff0c\u5f2f\u5f2f\u7684\u773c\u775b\u76c8\u6ee1\u6625\u6c34\uff0c\u707f\u70c2\u7684\u9633\u5149\u8ba9\u5979\u5149\u5f69\u7167\u4eba\u3002\u5979\u7ecf\u5386\u4e86\u4e00\u7cfb\u5217\u7684\u91cd\u521b\uff0c\u4e0d\u5e78\u7f79\u60a3\u65b0\u51a0\uff0c\u4e45\u6cbb\u96be\u6108\uff1b\u4e0e\u7537\u53cb\u88ab\u8feb\u5206\u79bb","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4842"};
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 () {
}
});
});
}