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=994&classid=4&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: 1738778146,
nonceStr: '0BYCmi4Vy9FeG2nB',
signature: '302994af55ec0c05cf3d1d61eea4090ec1067874',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/2a4f6fb50ae86cedc9da5a00d85ee30d.jpg","title":"\u65b0\u7586\u533b\u79d1\u5927\u5b66\u7b2c\u4e94\u9644\u5c5e\u533b\u9662\u674e\u82b9:\u6211\u7684\u5357\u4e01\u683c\u5c14\u5fd7\u613f\u8005\u4e4b\u8def","smalltext":"\u957f\u5927\u505a\u4e2a\u533b\u751f\u662f\u6bcd\u4eb2\u5bf9\u6211\u7684\u671f\u671b\uff0c\u5979\u89c9\u5f97\u6211\u4ece\u5c0f\u5c31\u6709\u4e00\u9897\u5584\u826f\u7684\u5fc3\u3002\u8fd9\u4e2a\u671f\u671b\u4f3c\u4e4e\u6210\u4e86\u7948\u7977\uff0c\u6211\u771f\u7684\u4e0a\u4e86\u536b\u6821\uff0c\u6210\u4e3a\u4e86\u4e00\u540d\u62a4\u58eb\uff0c\u5357\u4e01\u683c\u5c14\u4ece\u6b64\u6210\u4e86\u6211\u5fc3\u4e2d\u6c38\u8fdc\u4e0d\u8001\u7684\u5076\u50cf\u3002\u548c\u5fd7\u613f\u6d3b\u52a8\u6709\u4e0d\u89e3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=994"};
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 () {
}
});
});
}