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=1714&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: 1749460460,
nonceStr: 'nQZSjwL94tFpQAku',
signature: 'a9e5dd4b90a6e3c5de1bbc3eb208a69cef467e0a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/eb974e8e9f22a82e9f38bd406531fdcb.jpg","title":"\u5c71\u4e1c\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\uff1a\u8fd9\u573a\u98ce\u96e8\u4e2d\uff0c\u603b\u6709\u4e9b\u8bdd\u8ba9\u6211\u4eec\u52a8\u5fc3","smalltext":"\u201c\u5173\u952e\u65f6\u523b\uff0c\u515a\u5458\u5c31\u5e94\u8be5\u51b2\u5728\u524d\u9762\u3002\u201d\u201c\u732a\u7238\u7238\u8981\u53bb\u6253\u5927\u7070\u72fc\u4e86\uff0c\u6253\u6389\u5927\u7070\u72fc\u5c31\u56de\u6765\u3002\u201d\u201c\u6211\u4eec\u73b0\u5728\u591a\u62fc\u4e00\u5206\uff0c\u5bf9\u75ab\u60c5\u7684\u63a7\u5236\u5c31\u591a\u4e00\u5206\u4fdd\u969c\u3002\u201d\u2026\u2026\u8fde\u65e5\u6765\uff0c\u5728\u8fd9\u573a\u6297\u51fb\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u80ba\u708e\u7684\u6218\u6597\u4e2d\uff0c\u4e0d\u65ad\u6d8c\u73b0\u51fa\u8fd9\u6837\u8d70\u5fc3\u3001\u6696\u5fc3\u7684\u8bdd\u8bed\uff0c\u7ed9\u6211\u4eec\u8fd9\u4e2a\u5bd2\u51b7\u7684\u51ac\u5929\u5e26\u6765\u6e29\u6696\uff0c\u5e26\u6765\u611f\u52a8\uff0c\u5e26\u6765\u6ee1\u6ee1\u6b63\u80fd\u91cf\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1714"};
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 () {
}
});
});
}