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=1231&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: 1747145519,
nonceStr: 'kzOj5M8sLGIRAf0w',
signature: '9072631054cb55c0dc91c92b91b2002d74e8f3f8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/91c10dc71f028ee63235ed5c17243daa.jpg","title":"\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662:\u8fd9\u4e2a\u75c5\u623f\u91cc\u5982\u6b64\u4e3a\u7956\u56fd\u5e86\u751f\uff0c\u8d85\u71c3\uff01","smalltext":"\u9526\u7ee3\u4e2d\u534e\uff0c\u76db\u4e16\u534e\u8bde\u3002\u56fd\u6b4c\u5639\u4eae\uff0c\u56fd\u65d7\u98d8\u626c\u3002\u5728\u8fd9\u666e\u5929\u540c\u5e86\u7684\u65e5\u5b50\u91cc\uff0c\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\u80be\u5185\u79d1\u8840\u6db2\u51c0\u5316\u4e2d\u5fc3\uff0c\u5c0f\u7ea2\u65d7\u63d2\u904d\u6bcf\u4e2a\u75c5\u5e8a\uff0c\u533b\u62a4\u4eba\u5458\u7cbe\u5fc3\u5b9a\u5236\u7684\u86cb\u7cd5\u4e0a\uff0c\u5199\u6ee1\u4e86\u5bf9\u7956\u56fd\u7684\u6df1\u60c5\u4e0e\u795d\u798f\uff0c\u4ed6\u4eec\u628a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1231"};
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 () {
}
});
});
}