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=1341&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: 1747191771,
nonceStr: 'PfiV0KfWaMsrvZsL',
signature: '33a664cb2f5f63ddec4ba0c022a73c817b931fed',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/c1e0b30df4631f654c4f97a8e30cd1a5.jpg","title":"\u53a6\u95e8\u5f18\u7231\u5eb7\u590d\u533b\u9662\uff1a\u5eb7\u590d\u8def\u4e0a\uff0c\u9047\u89c1\u66f4\u597d\u7684\u5f18\u7231","smalltext":"\u60f3\u6765\u5230\u8fd9\u4e2a\u4e16\u754c\u4e0a\uff0c\u6765\u5230\u73b0\u5b9e\u4e2d\u6216\u662f\u6765\u5230\u9633\u5149\u4e0b\uff0c\u5219\u5fc5\u8981\u7ecf\u5386\u56f0\u82e6\u3002\u56f0\u82e6\u4e2d\u89c1\u8bc1\u7740\u7231\uff0c\u800c\u771f\u6b63\u5f3a\u5927\u7684\u7231\uff0c\u662f\u901a\u8fc7\u975e\u8bed\u8a00\u7684\u65b9\u5f0f\uff0c\u8868\u60c5\u3001\u59ff\u6001\u548c\u52a8\u4f5c\u6765\u4f20\u9012\u7684\u3002\u5c3d\u7ba1\u751f\u6d3b\u7684\u9053\u8def\u53ef\u80fd\u5e76\u4e0d\u5e73\u5766\uff0c\u4f46\u5b83\u5b8c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1341"};
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 () {
}
});
});
}