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=158&classid=11&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: 1744328382,
nonceStr: 'uF4lEPb7h2sllgNz',
signature: '16d31e2ad7fcd3a9b42e60070d93da72113022fa',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/2406098a017124831889123641290713.jpg","title":"\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\uff1a\u8ba9\u827a\u672f\u7597\u6108\u6210\u4e3a\u533b\u6cbb\u60a3\u8005\u7684\u201c\u5fc3\u7075\u533b\u751f\u201d","smalltext":"\u6f2b\u6b65\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\u95e8\u8bca\u4e8c\u697c\u7684\u516c\u5171\u533a\u57df\uff0c\u5f53\u4f60\u6c89\u9189\u4e8e\u4e00\u5e45\u5e45\u8272\u5f69\u7f24\u7eb7\u3001\u60f3\u8c61\u529b\u4e30\u5bcc\u7684\u513f\u7ae5\u753b\u4f5c\u65f6\uff0c\u8bf7\u4e0d\u8981\u60ca\u8bb6\uff0c\u4f60\u5e76\u6ca1\u6709\u201c\u7a7f\u8d8a\u201d\uff0c\u4f60\u6b63\u8eab\u5904\u4e8e\u5e7f\u897f\u9996\u5bb6\u827a\u672f\u7597\u6108\u4e3b\u9898\u533b\u9662\u3002 \u773c\u524d\u7684\u8fd9\u4e9b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=158"};
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 () {
}
});
});
}