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=1238&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: 1747147310,
nonceStr: 'P8MYNvUhWrslP1Rf',
signature: 'c8eaf428b16bde93e621ad3522a9fd13e5f6552b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/52f6e01688df7caf791e3e668fc9a2ce.jpg","title":"\u6e56\u5357\u7701\u8d22\u8d38\u533b\u9662\uff1a\u5411\u5148\u70c8\u81f4\u656c\uff0c\u8fd9\u76db\u4e16\u5982\u4f60\u4eec\u6240\u613f","smalltext":"9\u670830\u65e5\u662f\u70c8\u58eb\u7eaa\u5ff5\u65e5\uff0c\u5f53\u5929\u4e0b\u5348\uff0c\u6e56\u5357\u7701\u8d22\u8d38\u533b\u9662\u5728\u70c8\u58eb\u516c\u56ed\u4e3e\u884c\u5411\u4eba\u6c11\u82f1\u96c4\u656c\u732e\u82b1\u7bee\u4eea\u5f0f\uff0c\u515a\u59d4\u4e66\u8bb0\u5168\u5fc5\u6625\uff0c\u515a\u59d4\u6210\u5458\u3001\u526f\u9662\u957f\u9f99\u8273\u840d\u3001\u738b\u7acb\u7965\uff0c\u4ee5\u53ca\u533b\u9662\u90e8\u5206\u515a\u5458\u540c\u5fd7\uff0c\u5171\u8ba150\u4f59\u4eba\u53c2\u52a0\uff0c\u6df1\u5207","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1238"};
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 () {
}
});
});
}