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=1404&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: 1747192766,
nonceStr: 'BhWWao84CNpcjyJP',
signature: '07efdd88682f8b092e6719c24ca76f6461df1681',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/a77cdc411a5021225a8afc507ae5c492.jpg","title":"\u66a8\u5357\u5927\u5b66\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u81f4\u656c\u5f20\u7ea2\u533b\u751f\uff01\u98de\u673a\u4e0a\uff0c\u4ed6\u8dea\u5730\u7528\u5634\u5438\u5c3f37\u5206\u949f\u6551\u964c\u751f\u8001\u4eba","smalltext":"\u201c\u5feb\uff01\u5e2e\u6211\u62ff\u4e2a\u676f\u5b50\u6765\u3002\u201d\u533b\u751f\u5f20\u7ea2\u8bf4\u5b8c\uff0c\u5bf9\u7740\u4e00\u6839\u5bfc\u7ba1\u5438\u4e86\u8d77\u6765\uff0c\u5bfc\u7ba1\u7684\u53e6\u4e00\u5934\u8fde\u7740\u7684\u662f\u4e00\u4f4d\u8eba\u5728\u98de\u673a\u5ba2\u8231\u5730\u677f\u4e0a\u7684\u8001\u4eba\uff0c\u4ed6\u5438\u51fa\u7684\u6b63\u662f\u8001\u4eba\u8180\u80f1\u4e2d\u7684\u5c3f\u6db2\u3002\u4e8b\u60c5\u8fd8\u8981\u4ece11\u670819\u65e5\u51cc\u66681\uff1a55\uff0c\u5357","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1404"};
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 () {
}
});
});
}