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=759&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: 1746677904,
nonceStr: 'zyh6ubTbvbhAYpeL',
signature: '3ca39ad262e040f562dd75d4ef59b9192965e3b7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/2b445188f03d0ad52a1f23c917ff25c3.jpg","title":"\u5df4\u5f66\u6dd6\u5c14\u5e02\u533b\u9662:\u76f4\u9762\u8d28\u7591\uff0c\u8fd9\u6ce2\u64cd\u4f5c\u5f88\u786c\u6838","smalltext":"\u97a0\u8eac\uff0c\u81f4\u6b49\u30027\u67089\u65e5\u4e0b\u5348\uff0c\u5df4\u5f66\u6dd6\u5c14\u5e02\u533b\u9662\u533b\u7597\u7269\u4ef7\u5de5\u4f5c\u7814\u8ba8\u4f1a\u4e0a\u51fa\u73b0\u8fd9\u6837\u4e00\u5e55\uff1a\u9662\u957f\u6768\u5fd7\u5e73\u9762\u5bf9\u60a3\u8005\u5bb6\u5c5e\u6df1\u6df1\u97a0\u8eac\uff0c\u4ee3\u8868\u5168\u9662\u81f4\u6b49\u3002 \u636e\u4e86\u89e3\uff0c\u4e8b\u60c5\u7684\u8d77\u56e0\u662f\u676d\u9526\u540e\u65d7\u4e00\u4f4d\u80bf\u7624\u60a3\u8005\uff0c2018\u5e7411\u6708","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=759"};
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 () {
}
});
});
}