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=1859&classid=11&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: 1744328942,
nonceStr: '4Wk3VpMjF4E6WAZq',
signature: 'd1ad13c04dff955ec556371ef4e40256065e9022',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/6a8c349f2eb070f001354cc39e8bde0e.jpg","title":"\u4e2d\u56fd\u79d1\u5927\u9644\u4e00\u9662\uff1a\u5b89\u5fbd\u4e0e\u6b66\u6c49\u76f8\u90bb\uff0c\u6709\u56f0\u96be\u5f53\u7136\u8981\u7b2c\u4e00\u65f6\u95f4\u8fc7\u6765","smalltext":"2020\u5e741\u670830\u65e5 \u6b66\u6c49\u5e02\u91d1\u94f6\u6f6d\u533b\u9662 \u6674\u5929\u4eca\u5929\u662f\u7b2c\u4e8c\u5929\u5f53\u503c6\u75c5\u533a\u524d\u7ec4\u7684\u73ed\u6b21\uff0c\u8fd8\u662f\u8d1f\u8d23\u4e24\u4e2a\u75c5\u5371\u3001\u4e24\u4e2a\u75c5\u91cd\u7684\u60a3\u8005\u3002\u5f88\u6b23\u6170\u7684\u662f\uff0c\u4eca\u592921\u5e8a\u963f\u59e8\u72b6\u6001\u597d\u4e86\u5f88\u591a\uff0c\u5bb6\u91cc\u4eba\u524d\u51e0\u5929\u7ed9\u5979\u9001\u6765\u4e86\u624b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=1859"};
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 () {
}
});
});
}