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=901&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: 1743705206,
nonceStr: '6PIspyQqOnuihP9A',
signature: '7a0ab4444d2ac1c0775b8749b84a08c82362800c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/67f9bfc580efbe6762bfac7f769ead70.jpg","title":"\u56db\u5ddd\u7701\u7b80\u9633\u5e02\u4eba\u6c11\u533b\u9662\u674e\u7131\u751f\uff1a\u6211\u7684\u201c\u8fbe\u6807\u201d\u60c5\u7f18","smalltext":"\u201c\u8001\u5e74\u4eba\u5e38\u601d\u65e2\u5f80\uff0c\u5c11\u5e74\u4eba\u5e38\u601d\u5c06\u6765\u3002\u201d\u4eba\u5230\u4e2d\u5e74\uff0c\u84e6\u7136\u56de\u9996\u2026\u2026\u4e5f\u5e94\u8be5\u8fdb\u5165\u4eba\u751f\u7684\u7b2c\u4e09\u91cd\u5883\u754c\u4e86\u3002\u8fd9\u4e9b\u5e74\u4e00\u76f4\u5728\u5954\u8dd1\uff0c\u505c\u4e0d\u4e0b\u811a\u6b65\u3002\u4e00\u7728\u773c\uff0c\u5728\u7b80\u533b\u7684\u5de5\u4f5c\u5df2\u8db3\u8db323\u5e74\uff0c\u5982\u679c\u7528\u4e24\u4e2a\u5b57\u6765\u603b\u7ed3\uff0c\u6211","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=901"};
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 () {
}
});
});
}