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=2769&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: 1744895058,
nonceStr: 'YTgEdGVOfdXRMrl1',
signature: '685e8bf7df75e904b97076ed48979a1e1f28ad84',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u798f\u5229\u4f1a\u56fd\u9645\u548c\u5e73\u5987\u5e7c\u4fdd\u5065\u9662\u5065\u5eb7\u6559\u80b2\u56e2\u961f\uff1a\u4e13\u4e1a\u3001\u5206\u4eab\u3001\u652f\u6301","smalltext":"\u4e2d\u56fd\u798f\u5229\u4f1a\u56fd\u9645\u548c\u5e73\u5987\u5e7c\u4fdd\u5065\u9662\u5065\u5eb7\u6559\u80b2\u56e2\u961f\u81f4\u529b\u4e8e\u5728\u4f20\u6388\u548c\u666e\u53ca\u5987\u5973\u513f\u7ae5\u7684\u5065\u5eb7\u77e5\u8bc6\uff0c\u5f00\u5c55\u4e86\u4e30\u5bcc\u591a\u6837\u7684\u79d1\u666e\u6559\u80b2\u6d3b\u52a8\uff0c\u7528\u5168\u65b0\u7684\u5065\u5eb7\u7406\u5ff5\u4e3a\u5404\u9636\u6bb5\u7684\u5973\u6027\u53ca0-3\u5c81\u7684\u5a74\u5e7c\u513f\u6784\u7b51\u4e00\u4e2a\u7cfb","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2769"};
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 () {
}
});
});
}