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=653&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: 1746619074,
nonceStr: 'c67mLIpoBWQ5pUkf',
signature: '02ced48af13d0651f4c0992c84b975d8bc31b884',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/69545a2ca288973d6c009cb3729fbd42.jpg","title":"\u5e7f\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u4e3e\u529e\u533b\u60a3\u8da3\u5473\u7ca4\u8bed\u6bd4\u8d5b\u5b88\u521d\u5fc3","smalltext":"\u201c\u626f\u732b\u5c3e\u201d\u3001\u201c\u5939\u4efd\u201d\u3001\u201c\u65e0\u5c3e\u98de\u9640\u201d\u5728\u7ca4\u8bed\u4e2d\u662f\u4ec0\u4e48\u610f\u601d\uff1f\u5728\u6e05\u4ee3\uff0c\u5e7f\u5dde\u54ea\u4e2a\u5730\u65b9\u4e00\u53e3\u901a\u5546\uff0c\u5784\u65ad\u5168\u56fd\u5916\u8d38\uff1f\u2026\u20266\u670827\u65e5\u4e0b\u5348\uff0c\u4e00\u573a\u522b\u5f00\u751f\u9762\u3001\u6c14\u6c1b\u70ed\u70c8\u7684\u201c\u7ca4\u8bb2\u7ca4\u6b63\u201d\u5916\u6765\u804c\u5de5\u8da3\u5473\u7ca4\u8bed\u6bd4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=653"};
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 () {
}
});
});
}