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=1490&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: 1747189405,
nonceStr: '9Zz8HSZgliIcoWGY',
signature: '426617c2e1cf31d379226bfd773ec2001ac58f2b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/3bf99862ca0692496061fd6869fc5040.jpg","title":"\u5e38\u5dde\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff1a\u9762\u6761\u51b7\u4e86\uff0c\u60a3\u8005\u7684\u5fc3\u70ed\u4e86\u2026\u2026","smalltext":"\u201c\u60a8\u597d\uff0c\u60a8\u7684\u5916\u5356\u5230\u4e86\u3002\u201d\u201c\u597d\u7684\uff0c\u8c22\u8c22\uff01\u201d \u5f90\u4e3b\u4efb\u521a\u5750\u4e0b\uff0c\u51c6\u5907\u5403\u665a\u996d\u3002 \u201c\u533b\u751f\u533b\u751f\uff0c\u8fd8\u6709\u4eba\u5417\uff1f\u201d\u201c\u6211\u9a6c\u4e0a\u6765\uff01\u201d \u8fd9\u662f\u6211\u4eec\u4eca\u5929\u6545\u4e8b\u7684\u4e3b\u4eba\u516c\u5e38\u5dde\u4e09\u9662\u8033\u9f3b\u54bd\u5589\u79d1\u526f\u4e3b\u4efb\u533b\u5e08\u5f90\u5cb1\u677e12\u670810\u65e5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1490"};
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 () {
}
});
});
}