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=1487&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: 1747190414,
nonceStr: 'WW1NuLTPTP0V6VHL',
signature: '4dbd9b64018431066b8279bbbbedfa269938f3b6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/71005f16bca99e4b3af7111a13693694.jpg","title":"\u6e56\u5357\u7701\u8d22\u8d38\u533b\u9662\uff1a\u4e3e\u884c\u201c\u652f\u67b6\u4eba\u751f\u4ff1\u4e50\u90e8\u4e4b\u5fc3\u810f\u5eb7\u590d\u201d\u516c\u76ca\u6d3b\u52a8","smalltext":"\u4e3a\u54cd\u5e94\u300a\u5065\u5eb7\u4e2d\u56fd2030\u89c4\u5212\u7eb2\u8981\u300b\u5168\u6c11\u5065\u5eb7\u6218\u7565\u76ee\u6807\uff0c\u4ee5\u63d0\u9ad8\u5168\u6c11\u5065\u5eb7\u7d20\u517b\uff0c12\u670813\u65e5\u4e0b\u53482:30\uff0c\u6e56\u5357\u7701\u8d22\u8d38\u533b\u9662\u5728\u95e8\u8bca\u516d\u697c\u793c\u5802\u5185\u4e3e\u884c\u4e86\u201c\u652f\u67b6\u4eba\u751f\u4ff1\u4e50\u90e8\u4e4b\u5fc3\u810f\u5eb7\u590d\u201d\u516c\u76ca\u6d3b\u52a8\uff0c\u5fc3\u8840\u7ba1\u5185","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1487"};
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 () {
}
});
});
}