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=2756&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: 1749425701,
nonceStr: 'Ns9XjdJWldWw1cSR',
signature: 'e6ca8558c0d35ea6a07317bd2075f2c9a00718b2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\uff1a\u6211\u4eec\u4e0d\u662f\u82f1\u96c4\uff0c\u53ea\u662f\u5728\u8df5\u884c\u81ea\u5df1\u7684\u4f7f\u547d","smalltext":" \u59dc\u742a\uff0c\u662f\u9996\u6279\u62a5\u540d\u8bf7\u7f28\u53c2\u52a0\u6b66\u6c49\u652f\u63f4\u7684\u547c\u5438\u79d1\u533b\u751f\u4e4b\u4e00\uff0c\u4f46\u56e0\u5176\u6240\u5728\u7684\u7ef5\u9633\u56db0\u56db\u533b\u9662\u662f\u7ef5\u9633\u5e02\u201c\u65b0\u51a0\u201d\u5b9a\u70b9\u6551\u6cbb\u533b\u9662\uff0c\u8981\u6c42\u5168\u9662\u533b\u62a4\u4eba\u5458\u7559\u5b88\u4e3b\u9635\u5730\uff0c\u4ece\u800c\u672a\u80fd\u5982\u613f\u3002\u201c\u524d\u7ebf\u53bb\u4e0d\u4e86\uff0c\u90a3\u6211\u5c31\u53bb\u4e00\u7ebf\u3002\u201d\u4e8e\u662f\uff0c\u5979\u53c8\u4e3b\u52a8\u8bf7\u7f28\u5230\u7ef5\u9633\u6297\u51fb\u75ab\u60c5\u7684\u4e00\u7ebf\u9635\u5730\u3002\u5728\u53c2\u4e0e\u60a3\u8005\u7684\u6551\u6cbb\u8fc7\u7a0b\u4e2d\uff0c\u5979\u624e\u6839\u4e00\u7ebf\u75c5\u4eba\u7ba1\u7406\u3001\u5206\u6790\u75c5\u4eba\u6307\u6807\u5e76\u5b8c\u6574\u8bb0\u5f55\uff0c\u4e3a\u4e0a\u7ea7\u533b\u5e08\u4f1a\u8bca\u63d0\u4f9b\u4e86\u8be6\u7ec6\u7684\u7814\u5224\u8d44\u6599\uff0c\u4e3a\u6551\u6cbb\u6211\u5e02\u201c\u65b0\u51a0\u201d\u60a3\u8005\u63d0\u4f9b\u4e86\u91cd\u8981\u53c2\u8003\u4f9d\u636e\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2756"};
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 () {
}
});
});
}