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=789&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: 1746984710,
nonceStr: 'jhSv7aWlv1iV9sqD',
signature: '5b7b05ec3bc0bf44c05d839c63cca03c8ca082f6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/beddac4a1ddaacdb6aa880596807da81.jpg","title":"\u4e0a\u6d77\u666e\u9640\u533a\u5229\u7fa4\u533b\u9662\uff1a\u5973\u533b\u751f\u7684\u63f4\u6ec7\u624b\u8bb0","smalltext":"7\u67083\u65e5\uff0c\u5929\u6c14\u6674\u6717\u3002\u6211\u4f5c\u4e3a\u666e\u9640\u533a\u536b\u5065\u59d4\u5bf9\u53e3\u652f\u63f4\u548c\u533b\u7597\u5e2e\u6276\u961f\u5458\uff0c\u6765\u5230\u4e91\u5357\u7701\u6606\u660e\u5e02\u4e1c\u5ddd\u533a\u4eba\u6c11\u533b\u9662\u513f\u79d1\u5f00\u5c55\u5de5\u4f5c\u5df2\u7ecf\u4e00\u5468\u4e86\u3002\u8fd9\u5929\u4e0b\u5348\uff0c\u6211\u548c\u5f53\u5730\u513f\u79d1\u533b\u751f\u6b63\u51c6\u5907\u5bf9\u4e00\u4e2a\u76ae\u75b9\u7684\u5c0f\u60a3\u513f\u8fdb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=789"};
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 () {
}
});
});
}