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=1485&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: 1747190015,
nonceStr: '3KEfKIfkDS2HCcmN',
signature: '369560e43c97c443408476f3ff1ea2b7f43bb92b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\uff1a\u53d1\u6325\u5352\u4e2d\u9632\u6cbb\u5e26\u5934\u4f5c\u7528 \u63d0\u5347\u5fc3\u8111\u8840\u7ba1\u75be\u75c5\u6551\u6cbb\u6c34\u5e73","smalltext":" 12\u67088\u65e5\uff0c\u56fd\u5bb6\u536b\u751f\u5065\u5eb7\u59d4\u8111\u5352\u4e2d\u9632\u6cbb\u5de5\u7a0b\u59d4\u5458\u4f1a\u6388\u4e88\u56db\u5ddd\u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\u201c\u9ad8\u7ea7\u5352\u4e2d\u4e2d\u5fc3\u201d\u5355\u4f4d\u3002\u6807\u5fd7\u7740\u6211\u9662\u8111\u5352\u4e2d\u6551\u6cbb\u6c34\u5e73\u5df2\u8fbe\u5230\u56fd\u5bb6\u7ea7\u6807\u51c6\u3002\u533b\u9662\u5c06\u79c9\u627f\u201c\u60a3\u8005\u6ee1\u610f\u7b2c\u4e00\uff0c\u793e\u4f1a\u6548\u76ca\u81f3\u4e0a\u201d\u7684\u5b97\u65e8\uff0c\u5145\u5206\u53d1\u6325\u533a\u57df\u5185\u8111\u5352\u4e2d\u9632\u6cbb\u5de5\u4f5c\u7684\u5e26\u5934\u4f5c\u7528\uff0c\u4e0d\u65ad\u63d0\u5347\u5fc3\u8111\u8840\u7ba1\u75be\u75c5\u6551\u6cbb\u6c34\u5e73\uff0c\u4e3a\u7ef5\u9633\u5e02\u5fc3\u8111\u8840\u7ba1\u75be\u75c5\u9632\u6cbb\u505a\u51fa\u66f4\u591a\u8d21\u732e\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1485"};
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 () {
}
});
});
}