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=1111&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: 1747124334,
nonceStr: 'e14TZZbTeXcJPw2y',
signature: 'ff4b32c1be01c346bd95b2f5c6763e99596a4709',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/15abe92f72107b915257be09bf831706.jpg","title":"\u5a04\u5e95\u5e02\u4e2d\u5fc3\u533b\u9662:\u4e3a126\u540d\u201c\u9053\u5fb7\u6a21\u8303\u3001\u8eab\u8fb9\u597d\u4eba\u201d\u514d\u8d39\u4f53\u68c0","smalltext":"\u201c\u8fd9\u91cc\u7684\u533b\u751f\u548c\u62a4\u58eb\u70ed\u60c5\u53c8\u8d34\u5fc3\uff0c\u4f53\u68c0\u65f6\u95f4\u77ed\u3001\u6548\u7387\u9ad8\uff0c\u4e0d\u61c2\u7684\u5730\u65b9\u533b\u751f\u8fd8\u5e2e\u5fd9\u89e3\u7b54\u3002\u611f\u8c22\u653f\u5e9c\u5bf9\u6211\u4eec\u7684\u5173\u5fc3\u548c\u7167\u987e\u3002\u201d9\u67089\u65e5\uff0c\u89c1\u4e49\u52c7\u4e3a\u201c\u6e56\u5357\u597d\u4eba\u201d\u8096\u6da6\u7fa4\u5728\u53c2\u52a0\u5a04\u5e95\u5e02\u6587\u660e\u529e\u8054\u5408\u5a04\u5e95","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1111"};
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 () {
}
});
});
}