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=3432&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: 1746982985,
nonceStr: 'Zti4OsB1wluLWcYn',
signature: '3994f5d13bf6e93d75f770ca8e3a5c6eaed2a00e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202007\/7ce4f0fb9429524978525bf2ac018ba9.jpg","title":"\u6b66\u6c49\u5e02\u6b66\u660c\u533b\u9662\uff1a\u53ea\u56e08\u5e74\u524d\u7684\u4e00\u6869\u4e8b\u8ba9\u4ed6\u5ff5\u5ff5\u4e0d\u5fd8\uff0c8\u5e74\u540e\u4ed6\u518d\u6b21\u8fd4\u56de\u8fd9\u5bb6\u533b\u9662","smalltext":"\u5bb6\u4f4f\u9102\u5dde\u5e02\u7684\u9648\u5148\u751f\uff0c\u5e26\u7740\u4e00\u5bb6\u56db\u53e3\uff0c\u9a71\u8f6670\u591a\u516c\u91cc\uff0c\u4e13\u7a0b\u4ece\u8001\u5bb6\u8d76\u81f3\u6b66\u6c49\u5e02\u6b66\u660c\u533b\u9662\uff0c\u5bfb\u627e\u5f53\u65f6\u6551\u6cbb\u5979\u5973\u513f\u7684\u513f\u79d1\u4e3b\u4efb\u9ec4\u4e2d\u708e\uff0c\u201c8\u5e74\u6765\uff0c\u6211\u59cb\u7ec8\u6ca1\u6709\u5fd8\u8bb0\u4f60\u4eec\u7684\u6551\u547d\u4e4b\u6069\uff0c\u4eca\u5929\u4e13\u7a0b\u524d\u6765\uff0c\u4e00\u5b9a\u8981\u4e86","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3432"};
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 () {
}
});
});
}