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=4907&classid=12&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: 1743747125,
nonceStr: 'YAixk098RArrclar',
signature: '2c35fbbe8e2a1e70a5ec6bdde3115aa8a1ae60b4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u4ea4\u901a\u5927\u5b66\u7b2c\u4e00\u9644\u5c5e\u533b\u9662-\u78c1\u5916\u79d1\u8ffd\u68a6\u4eba\u5415\u6bc5","smalltext":"\u4e0d\u4e45\u524d\uff0c\u4ee5\u201c\u78c1\u5916\u79d1\u5f15\u9886\u672a\u6765\u201d\u4e3a\u4e3b\u9898\u7684\u7b2c\u56db\u5c4a\u56fd\u9645\u78c1\u5916\u79d1\u5927\u4f1a\u5728\u897f\u5b89\u4ea4\u901a\u5927\u5b66\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\u9686\u91cd\u53ec\u5f00\u3002\u5927\u4f1a\u4e3b\u5e2d\u3001\u897f\u5b89\u4ea4\u5927\u4e00\u9644\u9662\u9662\u957f\u5415\u6bc5\u7684\u81f4\u8f9e\u8d62\u5f97\u4e86\u4e0e\u4f1a\u4e13\u5bb6\u5b66\u8005\u7684\u70ed\u70c8\u638c\u58f0\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4907"};
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 () {
}
});
});
}