Showing
1 changed file
with
2 additions
and
2 deletions
@@ -28,8 +28,8 @@ const getWxOauthUrl = (callback) => { | @@ -28,8 +28,8 @@ const getWxOauthUrl = (callback) => { | ||
28 | * @returns {string} | 28 | * @returns {string} |
29 | */ | 29 | */ |
30 | const createShareUrl = (shareUid, actId, nums) => { | 30 | const createShareUrl = (shareUid, actId, nums) => { |
31 | -// return 'm.yohobuy.com/activity/invite/share_' + shareUid + '_' + actId + '_' + nums + '.html'; | ||
32 | - return 'http://m.yohobuy.com/share_' + shareUid + '_' + actId + '_' + nums + '.html'; | 31 | + return 'http://m.yohobuy.com/activity/invite/share_' + shareUid + '_' + actId + '_' + nums + '.html'; |
32 | + // return 'http://m.yohobuy.com/share_' + shareUid + '_' + actId + '_' + nums + '.html'; | ||
33 | }; | 33 | }; |
34 | 34 | ||
35 | /** | 35 | /** |
-
Please register or login to post a comment