...
|
...
|
@@ -6,7 +6,7 @@ var phone, |
|
|
newUserCouponPic = $('#newUserCouponPic').html(),
|
|
|
tipMessage = $('#tipMessage').html(),
|
|
|
activityID = $('#activityID').html(),
|
|
|
_weChatInterface = '//m.yohobuy.com/life/getSignPackage',
|
|
|
_weChatInterface = '//m.yohobuy.com/activity/wechat/share',
|
|
|
shareTitle = $('#shareTitle').val(),
|
|
|
shareImg = $('#shareImg').val(),
|
|
|
shareDesc = $('#shareDesc').val(),
|
...
|
...
|
@@ -53,7 +53,7 @@ if (!$('#newUser').html()) { |
|
|
* 微信分享
|
|
|
*/
|
|
|
if (typeof wx !== 'undefined') {
|
|
|
$.getJSON(_weChatInterface + '?pageurl=' +
|
|
|
$.getJSON(_weChatInterface + '?url=' +
|
|
|
encodeURIComponent(location.href.split('#')[0]) + '&callback=?',
|
|
|
function(json) {
|
|
|
var _appId, _timestamp, _nonceStr, _signature;
|
...
|
...
|
|