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=711&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: 1746676600,
nonceStr: 'u9lK7mdPDVqfH0MC',
signature: '9147a1e4b69ed0720cfbc88be58f2b9907cbf26f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/8d73992bac1fdcc4ac233a7900dfc6e6.jpg","title":"\u5b9c\u5bbe\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u5c0f\u598d\u598d\uff0c\u201c\u5357\u4e01\u683c\u5c14\u5fd7\u613f\u8005\u5988\u5988\u201d\u4eec\u6765\u770b\u4f60\u4e86","smalltext":"\u201c\u4eb2\u7231\u7684\u5c0f\u598d\u598d\uff0c\u8fd8\u8bb0\u5f97\u5357\u4e01\u683c\u5c14\u5988\u5988\u5417\uff1f\u6211\u4eec\u6765\u770b\u60a8\u4e86\uff01\u201d7\u67084\u65e5\uff0c\u5b9c\u5bbe\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u00b7\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u5b9c\u5bbe\u533b\u9662\u5357\u4e01\u683c\u5c14\u5fd7\u613f\u62a4\u7406\u670d\u52a1\u5c0f\u5206\u961f\u961f\u957f\u3001\u62a4\u7406\u90e8\u4e3b\u4efb\u9676\u83b2\u5fb7\u3001\u5c0f\u598d\u598d\u4e00\u5bf9\u4e00","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=711"};
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 () {
}
});
});
}