|
@@ -862,15 +862,15 @@ define(['$', 'template', 'order', 'native', 'helper', 'user', 'api', 'config', '
|
|
|
if (config.isWX) {
|
|
|
wx.ready(function () {
|
|
|
wx.onMenuShareTimeline({
|
|
|
- title: '家政服务' + product.getWXShare(type).name + ',首选壹管家',
|
|
|
+ title: '家政服务' + product.desc[1].content + ',首选壹管家',
|
|
|
link: 'http://www.yiguanjia.me/o2o/web/index',
|
|
|
- imgUrl: product.getWXShare(type).className
|
|
|
+ imgUrl: product.desc[0].content
|
|
|
});
|
|
|
wx.onMenuShareAppMessage({
|
|
|
- title: '家政服务' + product.getWXShare(type).name + ',首选壹管家',
|
|
|
+ title: '家政服务' + product.desc[1].content + ',首选壹管家',
|
|
|
desc: '全程管家,精心每一个细节',
|
|
|
link: 'http://www.yiguanjia.me/o2o/web/index',
|
|
|
- imgUrl: product.getWXShare(type).className
|
|
|
+ imgUrl: product.desc[0].content
|
|
|
});
|
|
|
});
|
|
|
}
|