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=290&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: 1749209738,
nonceStr: '5pnyZnvm8tYM18ev',
signature: '3410384394ea2bd83f23cc2f3fe674c6247a1009',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/6640bca167141cbbd758cefd53ab882b.png","title":"\u5e7f\u897f\u5987\u5e7c\u4fdd\u5065\u9662\uff1a3\u4f4d\u62a4\u58eb\u81ea\u62cd\u5c0f\u89c6\u9891\u8ba9\u201c\u60a8\u4e07\u4e07\u6ca1\u60f3\u5230\u201d","smalltext":"\u5728\u5f88\u591a\u4eba\u7684\u5fc3\u4e2d\uff0c\u8bf4\u8d77\u62a4\u58eb\uff0c\u5927\u5bb6\u60f3\u5230\u7684\u5e94\u8be5\u662f\u8fd9\u6837\u7684\uff0c \u6216\u8005\u662f\u8fd9\u6837\u7684 \u8fd8\u53ef\u80fd\u662f\u8fd9\u6837\u7684 \u4f46\u662f\uff0c\u6211\u8981\u5077\u5077\u544a\u8bc9\u4f60\uff0c\u6211\u4eec\u5e7f\u897f\u5987\u5e7c\u4fdd\u5065\u9662\u7684\u62a4\u58eb\uff0c\u5176\u5b9e\u662f\u8fd9\u6837\u7684......\u5979\u7f8e\u4e3d\u5927\u65b9 \u6d3b\u6cfc\u5f00\u6717\uff0c","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=290"};
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 () {
}
});
});
}