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=340&classid=5&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: 1744040358,
nonceStr: 'ZNQrr7qOgcROUUrV',
signature: 'e5d0208406b70dbabcd2371bf5af836ecb0d7eb9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5f18\u626c\u5fd7\u613f\u7cbe\u795e\u2014\u2014\u6d4e\u5357\u5e02\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662\u5f00\u5c55\u201c\u5fd7\u613f\u670d\u52a1\u5728\u533b\u9662\u201d\u6d3b\u52a8","smalltext":" \u884c\u8d70\u5728\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662\u6bcf\u4e00\u5904\u60a3\u8005\u9700\u8981\u5e2e\u52a9\u7684\u5730\u65b9\uff0c\u5fd7\u613f\u8005\u4eec\u88ab\u60a3\u8005\u4eb2\u5207\u5730\u79f0\u4e3a\u201c\u7231\u5fc3\u9a6c\u7532\u201d\u201c\u79fb\u52a8\u5929\u4f7f\u201d\u3002\u201c\u5fd7\u613f\u670d\u52a1\u5728\u533b\u9662\u201d\u6d3b\u52a8\u81ea4\u670827\u65e5\u6b63\u5f0f\u542f\u52a8\u4ee5\u6765\uff0c\u81ea\u613f\u62a5\u540d\u53c2\u52a0\u5fd7\u613f\u670d\u52a1\u7684\u804c\u5de5\u8d85\u8fc7100\u4f59\u4eba\uff0c\u4ed6\u4eec\u5fd7\u613f\u4ece\u4e8b\u7740\u5bf9\u60a3\u8005\u7684\u670d\u52a1\uff0c\u6e29\u6696\u7740\u60a3\u8005\u7684\u5fc3\uff0c\u7528\u5b9e\u9645\u884c\u52a8\u8d62\u5f97\u4e86\u60a3\u8005\u4e00\u81f4\u597d\u8bc4\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=340"};
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 () {
}
});
});
}