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=4615&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: 1746165962,
nonceStr: 'JyJsO7ZI1eJaVjah',
signature: 'bcc8e887d51bfbff7c44f924563dfa5c5f9310b7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u53e3\u8154\u533b\u9662-\u7231\u5728\u547c\u5438\u4e4b\u95f4","smalltext":"\u7231\u5728\u547c\u5438\u4e4b\u95f4\u2014\u2014\u4e0a\u6d77\u5e02\u53e3\u8154\u533b\u9662\u513f\u7ae5\u53e3\u547c\u5438\u53ca\u7761\u7720\u547c\u5438\u969c\u788d\u7684MDT\u6a21\u5f0f\u4e00\u3001\u7533\u62a5\u7b80\u8ff0\u4e0a\u6d77\u5e02\u53e3\u8154\u533b\u9662\u00b7\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u53e3\u8154\u533b\u9662\u6b63\u7578\u5b66\u79d1\u662f\u4e00\u4e2a\u5386\u53f2\u60a0\u4e45\u3001\u671d\u6c14\u84ec\u52c3\u3001\u79ef\u6781\u5411\u4e0a\u7684\u56e2\u961f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4615"};
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 () {
}
});
});
}