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=1915&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: 1747145581,
nonceStr: 'aVRNkToFNqAfe4tH',
signature: 'bc4962586615ccaa581ed83f923e7a97e28b80a2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/12103e6816b5ffa8cd0f1373e3c91843.jpg","title":"\u56fd\u836f\u4e1c\u98ce\u603b\u533b\u9662\uff1a\u53c8\u4e00\u4f8b9\u6708\u9f84\u65b0\u51a0\u80ba\u708e\u60a3\u513f\u6cbb\u6108\u51fa\u9662","smalltext":"2\u670815\u65e5\u4e0a\u5348\uff0c\u5341\u5830\u7684\u5929\u7a7a\u98d8\u7740\u96ea\u82b1\uff0c\u6c14\u6e29\u4f4e\u81f3\u96f6\u5ea6\uff0c\u4f46\u4eba\u4eec\u7684\u5fc3\u5e76\u4e0d\u51b7\u3002\u56e0\u4e3a\u6b64\u65f6\uff0c\u53c8\u4e00\u4f8b9\u6708\u9f84\u65b0\u51a0\u80ba\u708e\u60a3\u513f\u4ece\u56fd\u836f\u4e1c\u98ce\u603b\u533b\u9662\u6cbb\u6108\u51fa\u9662\u3002\u8fd9\u662f\u81ea2\u670811\u65e5\u4ee5\u6765\uff0c\u4e94\u5929\u4e4b\u5185\u8fde\u7eed2\u4f8b9\u6708\u9f84\u5b9d\u5b9d\u4ece","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1915"};
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 () {
}
});
});
}