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=309&classid=11&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: 1744323962,
nonceStr: 'cKYNnyyqkI0LM3Ad',
signature: '085bdf8b7bac296abe909146108eebbfb649f360',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5f20\u5bb6\u754c\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u201c\u533b\u6821\u4f53\u201d\u4eba\u6587\u670d\u52a1\u5168\u9762\u63d0\u5347\u513f\u7ae5\u5065\u5eb7\u7d20\u517b","smalltext":" \u4e3a\u6df1\u5165\u8d2f\u5f7b\u843d\u5b9e \u201c\u5065\u5eb7\u4e2d\u56fd2030\u201d\u89c4\u5212\u7eb2\u8981\uff0c\u8df5\u884c\u201c\u5065\u5eb7\u513f\u7ae5\u884c\u52a8\u8ba1\u5212\u201d\uff0c\u5207\u5b9e\u4fdd\u969c\u513f\u7ae5\u5065\u5eb7\u6210\u957f\u3002\u5728\u5f20\u5bb6\u754c\u5e02\u521b\u536b\u529e\u3001\u5e02\u536b\u5065\u59d4\u7684\u6307\u5bfc\u4e0b\uff0c\u5e02\u4eba\u6c11\u533b\u9662\u91c7\u53d6\u201c\u4e09\u7ed3\u5408\u3001\u4e09\u8f6c\u53d8\u3001\u4e09\u63d0\u5347\u201d\u7684\u670d\u52a1\u6a21\u5f0f\uff0c\u63a2\u7d22\u63a8\u51fa\u4e86\u5168\u56fd\u9996\u4e2a\u201c\u533b\u6821\u4f53\u201d\u5efa\u8bbe\u670d\u52a1\u9879\u76ee\u3002\u5168\u9762\u63d0\u5347\u513f\u7ae5\u5065\u5eb7\u7d20\u517b\uff0c\u5065\u5eb7\u7ba1\u7406\uff0c\u5065\u5eb7\u4fdd\u969c\uff0c\u53d6\u5f97\u4e86\u5f3a\u70c8\u793e\u4f1a\u53cd\u5e94\u54cd\u3002\r\n","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=309"};
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 () {
}
});
});
}