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=981&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: 1743703018,
nonceStr: 'bjd9WqimG2n3AqKo',
signature: 'b29101656cb023a7976117a58cadc751dbe5837b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u534e\u4e2d\u79d1\u6280\u5927\u5b66\u540c\u6d4e\u533b\u5b66\u9662\u9644\u5c5e\u534f\u548c\u533b\u9662\u5f20\u5efa\u82b3\uff1a\u6ca1\u6709\u836f\uff0c\u4ed6\u4f1a\u6b7b\u5417","smalltext":"\u5728\u5f53\u4eca\u533b\u5b66\u6a21\u5f0f\u6539\u53d8\u4e3a\u751f\u7269-\u5fc3\u7406-\u793e\u4f1a\u533b\u5b66\u6a21\u5f0f\u4e0b\uff0c\u60a3\u8005\u5bf9\u533b\u7597\u670d\u52a1\u8d28\u91cf\u8981\u6c42\u65e5\u76ca\u63d0\u9ad8\uff0c\u4eba\u6587\u5173\u6000\u7684\u547c\u58f0\u4e5f\u8d8a\u6765\u8d8a\u9ad8\u3002\u968f\u7740\u65f6\u4ee3\u7684\u53d1\u5c55\uff0c\u533b\u60a3\u5173\u7cfb\u53d1\u751f\u6539\u53d8\uff0c\u4eba\u6587\u5173\u6000\u4e5f\u6df1\u5165\u793e\u4f1a\u5404\u884c\u5404\u4e1a\u3002\u4f5c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=981"};
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 () {
}
});
});
}