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=6691&classid=14&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: 1746136142,
nonceStr: 'vcDkkvBVcNRZQRd0',
signature: 'f5cfc9c3482220c7d202ff34b9a79e683b8d08f4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u4f60\u7684\u6837\u5b50","smalltext":" \u201c\u5982\u679c\u4f60\u662f\u4e00\u6ef4\u6c34\uff0c\u4f60\u662f\u5426\u6ecb\u6da6\u4e86\u4e00\u5bf8\u571f\u5730\uff1f\u5982\u679c\u4f60\u662f\u4e00\u7ebf\u9633\u5149\uff0c\u4f60\u662f\u5426\u7167\u4eae\u4e86\u4e00\u5206\u9ed1\u6697\uff1f\u5982\u679c\u4f60\u662f\u4e00\u9897\u6700\u5c0f\u7684\u87ba\u4e1d\u9489\uff0c\u4f60\u662f\u5426\u6c38\u8fdc\u575a\u5b88\u5728\u4f60\u751f\u6d3b\u7684\u5c97\u4f4d\u4e0a \u8fd9\u662f\u96f7\u950b\u540c\u5fd7\u5728\u4ed6\u7684\u65e5\u8bb0\u91cc\u5199\u5230","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6691"};
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 () {
}
});
});
}