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=973&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: 1743702950,
nonceStr: 'U8FjlHrCiMF0ONoT',
signature: '72fba15770244c5a49c806ceb4979f8e1890a7aa',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/d7f6409c784412e8a3106290d1f9d56f.jpg","title":"\u4e1c\u9633\u5e02\u6a2a\u5e97\u533b\u9662\u674e\u6d77\u71d5\uff1a\u4eba\u95f4\u503c\u5f97 \u552f\u6709\u5411\u4e0a","smalltext":"\u5fd9\u5fd9\u788c\u788c\u95f4\uff0c\u53c8\u662f\u4e00\u5e74\u4e2d\u3002\u65f6\u95f4\u5411\u524d\u6d41\u6dcc\uff0c\u8bb0\u5fc6\u4e5f\u4f1a\u6e10\u6e10\u6a21\u7cca\uff0c\u4f46\u4e0d\u53d8\u7684\u662f\uff0c\u603b\u6709\u65b0\u7684\u529b\u91cf\u4f1a\u63a8\u52a8\u6211\u4eec\u4e0d\u65ad\u524d\u884c\u3002\u56de\u671b2018\uff0c\u662f\u53f2\u8d44\u6599\u7684\u6574\u7406\u64b0\u5199\uff0c\u662f\u9662\u5e86\u7684\u7b79\u5907\uff0c\u662f\u6311\u6218\u6f14\u8bb2\u7a3f\u7684\u4fe1\u5fc3\uff0c\u662f\u9662\u62a5\u3001\u5fae\u4fe1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=973"};
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 () {
}
});
});
}