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=815&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: 1746983114,
nonceStr: 'vYs6ANxJLCyurvlj',
signature: 'ca9268a68b262a6b1ccf590ffd95b9677565cd5d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/5df6b2ce29b39822f808ae9758580438.jpg","title":"\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u201c\u718a\u5b69\u5b50\u201d\u653e\u5047\u53bb\u54ea\u513f \u533b\u9662\u6691\u5047\u6258\u7ba1\u73ed\u5f00\u73ed\u5566","smalltext":"\u201c\u718a\u5b69\u5b50\u201d\u653e\u5047\u8be5\u53bb\u54ea\u513f\uff0c\u6050\u6015\u8fd9\u662f\u5f88\u591a\u5bb6\u957f\u9047\u5230\u7684\u96be\u9898\u3002\u5728\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u7ef5\u7af9\u533b\u9662\uff0c\u6709\u5f88\u591a\u804c\u5de5\u56e0\u4e3a\u5e73\u65f6\u5de5\u4f5c\u7e41\u5fd9\uff0c\u5c11\u6709\u7a7a\u95f2\u966a\u4f34\u5b69\u5b50\uff0c\u7279\u522b\u662f\u5f88\u591a\u53cc\u804c\u5de5\u5bb6\u5ead\uff0c\u9047\u5230\u6691\u5047\uff0c\u4e24\u53e3\u5b50\u66f4\u662f\u201c\u6293\u778e\u201d\uff0c\u597d\u5728\u8fd9\u4e00\u540e\u987e\u4e4b\u5fe7\u88ab\u533b\u9662\u5de5\u4f1a\u89e3\u51b3\u4e86\u3002\r\n\r\n","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=815"};
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 () {
}
});
});
}