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=873&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: 1747145581,
nonceStr: 'myUA88shvqvkkycM',
signature: 'd5fbf2a56c21688a95655c35b1a6d654148e5950',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/ec829c8d3e7c83fea684e18489f13c18.jpg","title":"\u82cf\u5927\u9644\u4e00\u9662\uff1a\u201c\u84dd\u5634\u5507\u201d\u6000\u5b55 \u591a\u5b66\u79d1\u56e2\u961f\u201c\u62a4\u822a\u201d\u4e09\u5927\u9669\u5173","smalltext":"20\u5c81\u7684\u5c0f\u82cf\u6000\u5b5536\u5468+6\u5929\uff0c\u5f53\u5979\u88ab\u8f6e\u6905\u63a8\u8fdb\u82cf\u5927\u9644\u4e00\u9662\u7684\u4ea7\u79d1\u75c5\u623f\u4e4b\u65f6\uff0c\u5f00\u53e3\u7b2c\u4e00\u53e5\u8bdd\u7adf\u662f\uff1a\u201c\u4f60\u4eec\u4e0d\u4f1a\u4e5f\u8981\u8ba9\u6211\u53bb\u522b\u7684\u533b\u9662\u5427\uff1f\u201d\uff0c\u8fd9\u8ba9\u63a5\u8bca\u533b\u751f\u611f\u5230\u8bb6\u5f02\uff0c\u7a76\u7adf\u662f\u600e\u6837\u7684\u75c5\u60c5\u7adf\u8ba9\u5979\u8f97\u8f6c\u591a\u5bb6\u533b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=873"};
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 () {
}
});
});
}