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=909&classid=4&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: 1743703085,
nonceStr: '1uzIbMgkkXN7ozBT',
signature: '3897cbc30b9d969b2fc9e38ffb498aad7d055377',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/1a0672c063ad3529b64f43618e22e513.jpg","title":"\u6dee\u5317\u5e02\u4eba\u6c11\u533b\u9662\u82cf\u9896\uff1a\u4eba\u6587\u5efa\u8bbe\u9700\u8981\u4e00\u4e2a\u201c\u8d70\u5fc3\u201d\u4f60","smalltext":"\u6700\u975e\u51e1\u7684\u6210\u529f\uff0c\u4e0d\u662f\u8d85\u8d8a\u522b\u4eba\uff0c\u800c\u662f\u6218\u80dc\u81ea\u5df1\uff1b\u6700\u5d07\u9ad8\u7684\u4e8b\u4e1a\uff0c\u4e0d\u662f\u4e30\u529f\u4f1f\u7ee9\uff0c\u800c\u662f\u9009\u62e9\u575a\u5b88\u3002--------\u9898\u8bb0\u6211\u66fe\u662f\u4e00\u540d\u533b\u5b66\u751f\uff0c\u5927\u5b66\u6bd5\u4e1a\u5206\u914d\u5230\u533b\u9662\u65f6\uff0c\u56e0\u4e3a\u5de5\u4f5c\u9700\u8981\uff0c\u6ca1\u6709\u8fdb\u5165\u4e34\u5e8a\u6210\u4e3a\u533b\u751f\uff0c\u800c\u662f\u88ab","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=909"};
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 () {
}
});
});
}