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=5050&classid=23&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: 1743652826,
nonceStr: 'MIGVGoM35RrsTmb2',
signature: '9100ad8b790e0494d7a8e171872590adf5eace82',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u5173\u4e8e\u529e\u7406\u666e\u901a\u4e2a\u4eba\u4f1a\u5458\u7684\u8981\u6c42\u53ca\u4ea4\u8d39\u6807\u51c6","smalltext":"1.\u586b\u62a5\u666e\u901a\u4e2a\u4eba\u4f1a\u5458\u7533\u8bf7\u8868\uff0c\u5fc5\u987b\u672c\u4eba\u7b7e\u5b57\uff0c\u63d0\u4ea4\u8eab\u4efd\u6b63\u53cd\u9762\u8bc1\u590d\u5370\u4ef6\uff0c\u63d0\u4ea4\u4e00\u5bf8\u8bc1\u4ef6\u7167\u7247\u4ea4\u4e13\u59d4\u4f1a\u5f20\u6653\u6587\u4e3b\u4efb\uff08\u5f20\u6653\u6587\u4e3b\u4efb\u7684\u90ae\u7bb12177716619@qq.com\uff09\u30022.\u63a5\u534f\u4f1a\u901a\u77e5\u540e\uff0c\u4ea4\u7eb3\u666e\u901a\u4e2a\u4eba\u4f1a\u5458\u4f1a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=23&id=5050"};
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 () {
}
});
});
}