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=2830&classid=9&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: 1741902564,
nonceStr: 'ir4F0fgPXeEGSfOr',
signature: 'f92a8deeab31d738623e01402a148c53bd0c1f36',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/c49f5bbaf97c6e90af510b69dc594229.jpg","title":"\u674e\u5170\u5a1f\u9662\u58eb\uff1a\u6211\u4eec\u8fd8\u5728\u6301\u7eed\u52aa\u529b","smalltext":"\u201c\u6b66\u6c49\u5e02\u5185\u4f4f\u77401000\u591a\u4e07\u4eba\uff0c\u5c01\u57ce\uff0c\u662f\u4e07\u4e0d\u5f97\u5df2\u7684\u63aa\u65bd\u3002\u5176\u5b9e\u6211\u4eec\u4e4b\u524d\u5df2\u7ecf\u63d0\u51fa\u5efa\u8bae\uff0c\u5e0c\u671b\u6b66\u6c49\u2018\u4e0d\u8fdb\u4e0d\u51fa\u2019\uff0c\u8981\u771f\u80fd\u505a\u5230\u2018\u4e0d\u8fdb\u4e0d\u51fa\u2019\uff0c\u4e5f\u5c31\u4e0d\u9700\u8981\u5c01\u57ce\u4e86\u3002\u4f46\u662f\u8981\u8fc7\u5e74\u4e86\uff0c\u5927\u5bb6\u505a\u4e0d\u5230\u5440\uff0c\u6240\u4ee5\u53ea","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=2830"};
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 () {
}
});
});
}