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=1449&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: 1747191221,
nonceStr: '8deXmpReVqarSwWr',
signature: 'ee068a81f7b4c2419a76816c5d49bd71aced72b8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/4a4b1f3da99692d4c1fb85d102ee4b9a.png","title":"\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u7cbe\u52e4\u4e0d\u5026 \u63a2\u5bfb\u201c\u9ed1\u767d\u4e16\u754c\u201d\u7684\u771f\u76f8","smalltext":"\u5149\u7ebf\u660f\u6697\u7684\u516b\u5c3a\u5c0f\u5c4b\uff0c\u4e0d\u505c\u53d8\u6362\u7684\u68c0\u67e5\u4f53\u4f4d\uff0c\u9891\u7e41\u5207\u6362\u7684\u63a2\u5934\u548c\u663e\u793a\u5c4f\uff0c\u95e8\u5916\u6392\u7740\u7684\u662f\u5404\u7c7b\u60a3\u8005\uff0c\u8fd9\u662f\u4e00\u4e2a\u8d85\u58f0\u79d1\u533b\u751f\u6700\u7a00\u677e\u5e73\u5e38\u7684\u4e00\u5929\uff0c\u4e5f\u662f\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff08\u6d59\u5927\u4e00\u9662\u5d4a\u5dde\u5206\u9662\uff09\u8d85\u58f0\u79d1\u4e3b\u4efb\u94b1\u7ea2","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1449"};
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 () {
}
});
});
}