|
@@ -26,10 +26,9 @@ define(function (require) {
|
|
|
}
|
|
|
|
|
|
var ua = navigator.userAgent.toLowerCase();
|
|
|
-
|
|
|
if (ua.match(/MicroMessenger/i) == 'micromessenger') {
|
|
|
isWX = true;
|
|
|
- // require(['../../common/js/jweixin-1.0.0'], function(wx) {
|
|
|
+ require(['http://res.wx.qq.com/open/js/jweixin-1.0.0.js'], function(wx) {
|
|
|
var wxSignObject = document.getElementById('wxMain');
|
|
|
if (wxSignObject) {
|
|
|
var wxConfig = JSON.parse(wxSignObject.getAttribute('data-sign'));
|
|
@@ -92,7 +91,7 @@ define(function (require) {
|
|
|
}
|
|
|
});
|
|
|
wx.onMenuShareTimeline({
|
|
|
- title: '宠物上门服务,首选壹管家APP',
|
|
|
+ title: '家政服务,首选壹管家APP',
|
|
|
link: 'http://common.yiguanjia.me/o2o/web/index',
|
|
|
imgUrl: 'http://wozhua-others.qiniudn.com/icon-o2o-home.jpg'
|
|
|
});
|
|
@@ -104,7 +103,7 @@ define(function (require) {
|
|
|
});
|
|
|
});
|
|
|
}
|
|
|
- // });
|
|
|
+ });
|
|
|
}
|
|
|
// 判断触宝客户端UA
|
|
|
if (ua.match(/cootekservice/i) == 'cootekservice') {
|