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=3930&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: 1746177129,
nonceStr: 'V5qwPcZO9sUJQP65',
signature: 'bedd896f516c942dd26994d7c56c4313668bed64',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u300a\u4e2d\u56fd\u8d28\u91cf\u300b\u6742\u5fd7VIP\u5f81\u7a3f","smalltext":"\u5404\u4f4d\u4e13\u5bb6\u548c\u540c\u4ec1\u4eec\uff1a\u4e3a\u4e86\u4f20\u64ad\u533b\u7597\u884c\u4e1a\u8d28\u91cf\u7ba1\u7406\u7684\u4f18\u79c0\u7406\u8bba\u548c\u5b9e\u8df5\u7ecf\u9a8c\uff0c\u4e0e\u5176\u4ed6\u884c\u4e1a\u5728\u8d28\u91cf\u9886\u57df\u7684\u6df1\u5165\u5b66\u4e60\u4e0e\u4ea4\u6d41\uff0c\u4e2d\u56fd\u8d28\u91cf\u534f\u4f1a\u533b\u7597\u4e0e\u5065\u5eb7\u5206\u4f1a\u8054\u5408\u300a\u4e2d\u56fd\u8d28\u91cf\u300b\u6742\u5fd7\u793e\uff0c\u9762\u5411\u533b\u7597\u884c\u4e1a\u76f8\u5173","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=3930"};
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 () {
}
});
});
}