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=747&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: 1746676946,
nonceStr: 'HSjhbrzJjcwYK8o6',
signature: 'ca9caba342302090580e8ae5bcf628384050a4ad',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/469a4ab93d19b5a7f36bbc5b8cf66666.jpg","title":"\u91cd\u5e86\u5e02\u5357\u5ddd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u5de5\u4f5c\u5728\u5bc6\u5ba4\u7684\u5a18\u5b50\u519b\uff0c\u5c06\u5173\u7231\u878d\u5165\u201c\u70b9\u6ef4\u201d","smalltext":"\u5728\u5357\u5ddd\u533a\u4eba\u6c11\u533b\u9662\uff0c\u6709\u8fd9\u6837\u4e00\u4e2a\u56e2\u961f\uff0c\u6bcf\u5929\u51cc\u66684\u70b9\u4e0a\u73ed\uff0c\u6bcf\u5468\u53ea\u4f11\u606f\u4e00\u5929\uff0c\u7ec8\u5e74\u5728\u5bc6\u95ed\u7684\u7a7a\u95f4\u91cc\u5de5\u4f5c\uff0c\u6bcf\u5929\u91cd\u590d\u7740\u540c\u6837\u7684\u52a8\u4f5c\uff0c\u4f46\u8981\u6c42\u6709\u6781\u9ad8\u7684\u8d23\u4efb\u5fc3\u548c\u4e13\u6ce8\u5ea6\u3002\u5979\u4eec\uff0c\u5c31\u662f\u9759\u8109\u7528\u836f\u8c03\u914d\u4e2d\u5fc3\u7684\u62a4\u58eb\u4eec\u3002\r\n\r\n","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=747"};
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 () {
}
});
});
}