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=2534&classid=10&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: 1743766378,
nonceStr: 'ccSB7umvl9uzWthw',
signature: '54107e3d984efbd69ba8f1fb811f3c1af6e20750',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u80dc\u5229\u6cb9\u7530\u4e2d\u5fc3\u533b\u9662\uff1a\u201c\u77f3\u6cb9\u5473\u201d\u6587\u5316\u4e3a\u533b\u9662\u53d1\u5c55\u6dfb\u52a8\u529b","smalltext":"\u4e00\u3001\u4e0e\u201c\u6cb9\u201d\u878d\u5408\uff0c\u6253\u9020\u7279\u8272\u6587\u5316\u80dc\u5229\u6cb9\u7530\u4e2d\u5fc3\u533b\u9662\u5750\u843d\u4e8e\u9ec4\u6cb3\u5165\u6d77\u53e3\u7684\u77f3\u6cb9\u57ce\u2014\u2014\u4e1c\u8425\u3002\u8fd9\u662f\u4e00\u4e2a\u5148\u6709\u6cb9\u7530\u518d\u6709\u57ce\u5e02\u7684\u5730\u65b9\uff0c\u77f3\u6cb9\u7cbe\u795e\u4e0e\u8fd9\u4e2a\u57ce\u5e02\u7684\u53d1\u5c55\u878d\u4e3a\u4e00\u4f53\u3002\u968f\u77401961\u5e744\u6708\u6cb9\u7530","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2534"};
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 () {
}
});
});
}