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=699&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: 1746677308,
nonceStr: 'zXCcYX1qS3ELtwrC',
signature: '140af2872e8d4c219a9dae54e77d4b93620578e2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/333473434cfa107e6728c23868002044.jpg","title":"\u6b66\u6c49\u5e02\u6b66\u660c\u533b\u9662\uff1a\u4eab\u53d7\u201c\u5b55\u5988\u5988\u201d\u7279\u6743\u7684\u62a4\u58eb\u4eec\u9996\u6b21\u4eae\u76f8","smalltext":" 7\u67083\u65e5\uff0c\u7b2c\u4e00\u6279\u6234\u4e0a\u201c\u5b55\u5988\u5988\u201d\u80f8\u724c\u76842\u540d\u62a4\u58eb\u9996\u6b21\u4eae\u76f8\u4e8e\u6b66\u6c49\u5e02\u6b66\u660c\u533b\u9662\uff0c\u8fd9\u662f\u533b\u9662\u63a8\u51fa\u4f53\u73b0\u5bf9\u804c\u5de5\u4eba\u6587\u5173\u6000\u7684\u521b\u65b0\u4e4b\u4e3e\u3002 \u8fd9\u4e24\u540d\u6234\u724c\u7684\u62a4\u58eb\u5206\u522b\u6765\u81ea\u4e8e\u4e34\u5e8a\u4e00\u7ebf\u768480\u300190\u540e\u3002 \u53f6","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=699"};
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 () {
}
});
});
}