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=2940&classid=13&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: 1746121124,
nonceStr: '4hAzcOX5ea2fZwnC',
signature: 'f4ecbcaf02982569317099c2d00dab4af4ba960e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u4eba\u6c11\u89e3\u653e\u519b\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\u4eba\u6587\u62a4\u7406\u5b66\u7ec4\uff1a\u4eba\u6587\u62a4\u7406\u7ba1\u7406\u4f53\u7cfb","smalltext":"\u4e3a\u79ef\u6781\u54cd\u5e94\u56fd\u5bb6\u536b\u5065\u59d4\u6df1\u5165\u5f00\u5c55\u5c97\u4f4d\u7ba1\u7406\u3001\u4eba\u6587\u62a4\u7406\u7684\u53f7\u53ec\uff0c\u8fdb\u4e00\u6b65\u6df1\u5316\u4f18\u8d28\u62a4\u7406\u670d\u52a1\uff0c\u7262\u56fa\u6811\u7acb\u4eba\u6587\u62a4\u7406\u7406\u5ff5\uff0c\u63d0\u5347\u4e34\u5e8a\u62a4\u7406\u670d\u52a1\u54c1\u8d28\uff0c\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\u4e8e2016\u5e745\u6708\u6210\u7acb\u4eba\u6587\u62a4\u7406\u5b66\u7ec4\uff0c\u7531","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2940"};
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 () {
}
});
});
}