|
@@ -109,9 +109,9 @@ define(['$', 'template', 'product', 'cart', 'api', 'order', 'user', 'config', 'r
|
|
|
|
|
|
// 点击用户头像 打开用户个人中心
|
|
|
$.newTouch('.user-info-btn', function(event){
|
|
|
- var url = 'http://www.wozhua.mobi'
|
|
|
+ var url = 'http://www.yiguanjia.me'
|
|
|
if (config.test) {
|
|
|
- url = 'http://wwwtest.wozhua.mobi';
|
|
|
+ url = 'http://wwwtest.yiguanjia.me';
|
|
|
}
|
|
|
var id = $(this).attr('data-id');
|
|
|
var param = {
|
|
@@ -286,14 +286,14 @@ define(['$', 'template', 'product', 'cart', 'api', 'order', 'user', 'config', 'r
|
|
|
if (config.isWX) {
|
|
|
wx.ready(function(){
|
|
|
wx.onMenuShareTimeline({
|
|
|
- title: '宠物上门' + product.getWXShare(type).name + ',首选壹管家APP',
|
|
|
- link: 'http://www.wozhua.mobi/o2o/web/index',
|
|
|
+ title: '家政服务' + product.getWXShare(type).name + ',首选壹管家',
|
|
|
+ link: 'http://www.yiguanjia.me/o2o/web/index',
|
|
|
imgUrl: product.getWXShare(type).className
|
|
|
});
|
|
|
wx.onMenuShareAppMessage({
|
|
|
- title: '宠物上门' + product.getWXShare(type).name + ',首选壹管家APP',
|
|
|
- desc: '足不出户,就能享受专业保洁师为您家爱宠提供的' + product.getWXShare(type).name + '服务!',
|
|
|
- link: 'http://www.wozhua.mobi/o2o/web/index',
|
|
|
+ title: '家政服务' + product.getWXShare(type).name + ',首选壹管家',
|
|
|
+ desc: '全程管家,精心没一个细节',
|
|
|
+ link: 'http://www.yiguanjia.me/o2o/web/index',
|
|
|
imgUrl: product.getWXShare(type).className
|
|
|
});
|
|
|
});
|