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=6659&classid=14&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: 1743705624,
nonceStr: 'RZ3QJF4Nu9hxRcgZ',
signature: '65f71d826eeb4d9dd9690dd59f0d605d6e9b07d1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u6211\u4eec\u6367\u77401.15kg\u3001\u80ce\u9f8430\u5468\u7684\u60a3\u513f\u52c7\u95ef\u751f\u547d\u5173\u53e3","smalltext":"\u521b\u9020\u751f\u547d\u5947\u8ff9\uff0c\u5475\u62a4\u65b0\u751f\u5b9d\u8d1d \u51fa\u751f\u65f6\u4f53\u91cd\u53ea\u67091.15kg\u3001\u4ec5\u6bd4\u6210\u4eba\u5df4\u638c\u5927\u4e00\u70b9\u3002\u8fd1\u65e5\uff0c\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u6536\u6cbb\u4e86\u4e00\u540d\u5b5530\u5468\u7684\u65e9\u4ea7\u513f\uff0c\u60a3\u513f\u75c5\u60c5\u975e\u5e38\u5371\u91cd\uff0c\u7b49\u5f85\u4ed6\u7684\u8fd8\u6709\u80ba\u3001\u5fc3\u3001\u8111\u3001\u80c3\u80a0\u3001\u80be","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6659"};
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 () {
}
});
});
}