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=2504&classid=12&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: 1730414799,
nonceStr: 'aIBodjVQKhlwaXXD',
signature: '7b7511ca3cc0cb8e076524f5304a8ebf8837f99b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/4bcec077199426f483d7245b0794fffa.jpg","title":"\u897f\u5357\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u4e2d\u533b\u533b\u9662\u5b59\u540c\u90ca\uff1a\u533b\u5fb7\u672c\u4e8e\u4eba\u9053 \u732e\u8eab\u5fc5\u662f\u521d\u8877","smalltext":"\u9c90\u80cc\u4e4b\u5e74\u7684\u5979\uff0c\u4f9d\u7136\u7cbe\u795e\u77cd\u94c4\uff0c\u5728\u8bca\u65ad\u5ba4\u8ba4\u771f\u4ed4\u7ec6\u5730\u8be2\u95ee\u60a3\u8005\u75c5\u60c5\u3001\u628a\u8109\u3001\u5f00\u5904\u65b9\uff0c\u75c5\u4eba\u79bb\u5f00\u65f6\uff0c\u8fd8\u8d77\u8eab\u9001\u522b\u3002\u5979\uff0c\u5c31\u662f\u8363\u83b7\u201c\u6700\u7f8e\u4e2d\u533b\u201d\u201c\u4e2d\u56fd\u597d\u533b\u751f\u201d\u201c\u56db\u5ddd\u7701\u5341\u5927\u540d\u4e2d\u533b\u201d\u201c\u7b2c\u4e8c\u5c4a\u56db\u5ddd\u7701","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2504"};
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 () {
}
});
});
}