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=512&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: 1746263342,
nonceStr: 'cZRvGlEC9mBKgw5y',
signature: 'b9ec9df34ea0c1425453670205735254ac7f0489',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/149086c8274a008f23bbfb92e11360c0.jpg","title":"\u6b66\u6c49\u5927\u5b66\u4e2d\u5357\u533b\u9662\uff1a\u533b\u62a4\u5e2e\u8111\u7624\u5931\u660e\u60a3\u513f\u8fbe\u6210\u5fc3\u613f","smalltext":"\u8111\u7624\u5931\u660e\u60a3\u513f\u6e34\u671b\u50cf\u6b63\u5e38\u5b69\u5b50\u4e00\u6837\uff0c\u8fc7\u4e00\u4e2a\u5feb\u4e50\u7684\u201c\u513f\u7ae5\u8282\u201d\uff0c\u544a\u522b12\u5c81\u7684\u7ae5\u5e74\u3002\u533b\u62a4\u8054\u5408\u533b\u52a1\u793e\u5de5\u3001\u7231\u5fc3\u5a92\u4f53\u9080\u8bf75\u4f4d\u5c0f\u75c5\u53cb\u966a\u5979\u4e00\u8d77\u505aDIY\u86cb\u7cd5\uff0c\u5e2e\u5979\u8fbe\u6210\u5fc3\u613f\u3002\u516d\u4e00\u524d\u5915\uff0c\u62a4\u58eb\u5f53\u60a3\u513f\u7684\u773c\u775b\uff0c\u63e1\u7740\u5979\u7684\u624b\u6324\u5976\u6cb9\u65f6\uff0c\u5979\u7684\u773c\u4e2d\u653e\u51fa\u4e86\u559c\u60a6\u7684\u5149\u8292\u3002\r\n\r\n","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=512"};
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 () {
}
});
});
}