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=281&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: 1743764389,
nonceStr: 'KIBNymhGkZcIdpfI',
signature: '8a91c3cf5dd65b12978b8b0f48cfea749ccae780',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/b35d2bdc7fbdafe331315cbefc2cf1ca.jpg","title":"\u91cd\u5e86\u5927\u5b66\u9644\u5c5e\u80bf\u7624\u533b\u9662:\u5f53\u62a4\u58eb\u8282\u4e0e\u6bcd\u4eb2\u8282\u9082\u9005......","smalltext":"5\u670812\u65e5\uff0c\u7b2c108\u4e2a\u201c\u56fd\u9645\u62a4\u58eb\u8282\u201d\u4e0e\u7b2c106\u4e2a\u201c\u6bcd\u4eb2\u8282\u201d\u9082\u9005\u5728\u4e00\u8d77\uff0c\r\n\u91cd\u5e86\u5927\u5b66\u9644\u5c5e\u80bf\u7624\u533b\u9662\u9080\u8bf7\u4e86\u4e03\u4f4d\u62a4\u58eb\u7684\u5b69\u5b50\u4eec\uff0c\u770b\u770b\u4ed6\u4eec\u7ed9\u5988\u5988\u5199\u4e86\u600e\u6837\u7684\u4e00\u5c01\u4fe1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=281"};
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 () {
}
});
});
}