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=1677&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: 1749481965,
nonceStr: '7T3cKEf59VAKtWOo',
signature: 'be158c0c2edafdd3d6590733d0b97525b22e5bc1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/11761c65dfd6e83f135ec5e7cb0bba99.jpg","title":"\u3010\u5021\u8bae\u3011\u8bf7\u4e3a\u6218\u6597\u5728\u4e00\u7ebf\u7684\u767d\u8863\u5929\u4f7f\u52df\u96c6\u9632\u62a4\u7528\u5177","smalltext":"\u5728\u6f2b\u6f2b\u7684\u4eba\u751f\u65c5\u9014\u4e2d\uff0c\u6211\u4eec\u4e00\u8def\u98ce\u971c\uff0c\u6e29\u6696\u6211\u4eec\u7684\uff0c\u662f\u60a8\u7684\u643a\u624b\u5e76\u80a9\u3002\u5728\u6297\u51fb\u75c5\u9b54\u7684\u5f81\u7a0b\u91cc\uff0c\u6211\u4eec\u4e00\u8def\u5014\u5f3a\uff0c\u652f\u6491\u6211\u4eec\u7684\uff0c\u662f\u60a8\u7684\u6e29\u6696\u76ee\u5149\u3002\u5c82\u66f0\u65e0\u8863\uff0c\u4e0e\u5b50\u540c\u888d\uff01\u5728\u6c79\u6d8c\u7684\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u611f\u67d3\u80ba\u708e\u7684\u75ab","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1677"};
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 () {
}
});
});
}