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=241&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: 1743702957,
nonceStr: 'sKHcJ4Mz876lEVcl',
signature: 'c6a570458d5043a6f7cabbe2fec526755114d0a7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/2fffc7badd09b662f096371d5abb5ef5.jpg","title":"\u6e05\u534e\u5927\u5b66\u535a\u58eb\u751f\u5230\u533b\u9662\u4f53\u9a8c\u4eba\u6587\u5b9e\u8df5","smalltext":"\u4e3a\u4f7f\u4f18\u79c0\u9752\u5e74\u8d70\u51fa\u5b66\u6821\u3001\u6df1\u5165\u793e\u4f1a\uff0c\u5728\u5b9e\u8df5\u4e2d\u5e72\u5b9e\u4e8b\u3001\u51fa\u6210\u6548\uff0c\u5207\u5b9e\u63d0\u5347\u80fd\u529b\u3001\u589e\u957f\u624d\u5e72\uff0c\u6e05\u534e\u5927\u5b66\u7ec4\u7ec7\u535a\u58eb\u751f\u5728\u5047\u671f\u8d74\u5b81\u5fb7\u5e02\u5f00\u5c55\u793e\u4f1a\u5b9e\u8df5\u6d3b\u52a8\u3002\u5b81\u5fb7\u5e02\u95fd\u4e1c\u533b\u9662\u8fce\u6765\u4e86\u6e05\u534e\u5927\u5b66\u65b0\u95fb\u4e0e\u4f20","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=241"};
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 () {
}
});
});
}