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=3670&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: 1745118957,
nonceStr: '0SiB6nradAiylIlB',
signature: '68d696da8cb50d397eeaac663ea2b4944db2ea23',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202009\/c719762664adb28c4864f084c9df8b23.jpg","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u751f\u6b96\u4e13\u5bb6\u8385\u4e34\u97f6\u5987\u5e7c\u5171\u8bdd\u751f\u6b96","smalltext":"8\u6708\u65e5\u4e0b\u5348\uff0c\u53d7\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u4e1a\u52a1\u526f\u9662\u957f\uff0c\u751f\u6b96\u533b\u5b66\u4e2d\u5fc3\u8d1f\u8d23\u4eba\u9648\u8273\u9080\u8bf7\uff0c\u4e2d\u5c71\u5927\u5b66\u9644\u5c5e\u7b2c\u4e00\u533b\u9662\u548c\u4e2d\u5c71\u5927\u5b66\u9644\u5c5e\u7b2c\u4e8c\u533b\u9662\uff08\u53c8\u540d\u4e2d\u5c71\u5927\u5b66\u5b59\u9038\u4ed9\u7eaa\u5ff5\u533b\u9662\uff09\u9ec4\u5b59\u5174\u3001\u9ec4\u4f73\u4e24\u4f4d\u535a\u58eb\u8385\u4e34\u97f6\u5173","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3670"};
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 () {
}
});
});
}