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=5201&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: 1743764601,
nonceStr: '6MbqgA1lR5qBuxgm',
signature: '892caef55a7e4e022ae69dbf2fb8e38dae03400d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202202\/06f99fc3ee3e932a0c97f1ba8e474b6c.jpg","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u5c0f\u4e11\u533b\u751f\u4e3a\u60a3\u513f\u5b9e\u73b0\u201c\u51b0\u58a9\u58a9\u201d\u81ea\u7531","smalltext":"\u201c\u51b0\u58a9\u58a9\u201d\u4f5c\u4e3a\u5317\u4eac\u51ac\u5965\u4f1a\u5409\u7965\u7269\uff0c\u5176\u53ef\u7231\u7075\u52a8\u7684\u5f62\u8c61\u6df1\u53d7\u5c0f\u670b\u53cb\u4eec\u559c\u7231\u3002\u4f5c\u4e3a\u65b0\u664b\u9876\u6d41\uff0c\u5176\u70ed\u9500\u7a0b\u5ea6\u5bfc\u81f4\u5404\u5927\u5e73\u53f0\u4e00\u201c\u58a9\u201d\u96be\u6c42\u3002\u4f46\u662f\u8fd9\u53ef\u96be\u4e0d\u5012\u6211\u4eec\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\u513f\u79d1\u7684\u5c0f\u4e11\u533b\u751f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5201"};
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 () {
}
});
});
}