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=812&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: 1738782054,
nonceStr: 'bGBYHZaq663Dm3nv',
signature: '47b1ebc0544cb0de2584a095f3f15c3087e9247f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/c2b67cff5debc8916d06fa80ac180d53.jpg","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u534e\u5c71\u533b\u9662\u9648\u52e4\u594b\uff1a\u5c31\u8fd9\u6837\uff0c\u6211\u8d70\u8fdb\u4e86\u533b\u5b66\u4eba\u6587\u6559\u80b2\u8fd9\u4e2a\u5708\u5b50","smalltext":"\u73b0\u5728\u60f3\u8d77\u6765\uff0c\u8fd9\u4e8b\u513f\u8fd8\u771f\u633a\u6709\u610f\u601d\u7684\u3002\u90a3\u662f2014\u5e745\u6708\u7684\u4e00\u5929\uff0c\u90a3\u5929\u4e0b\u5348\u6211\u4eec\u533b\u9662\u8981\u53ec\u5f00\u201c\u515a\u7684\u7fa4\u4f17\u8def\u7ebf\u6559\u80b2\u5b9e\u8df5\u6d3b\u52a8\u603b\u7ed3\u5927\u4f1a\u201d\uff0c\u65f6\u4efb\u590d\u65e6\u5927\u5b66\u514b\u537f\u4e66\u9662\u9662\u957f\u7684\u5f6d\u88d5\u6587\u6559\u6388\u662f\u8d1f\u8d23\u6211\u4eec\u533b\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=812"};
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 () {
}
});
});
}