Showing
1 changed file
with
1 additions
and
1 deletions
@@ -29,7 +29,7 @@ const getWxOauthUrl = (callback) => { | @@ -29,7 +29,7 @@ const getWxOauthUrl = (callback) => { | ||
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'; | 31 | // return 'm.yohobuy.com/activity/invite/share_' + shareUid + '_' + actId + '_' + nums + '.html'; |
32 | - return 'm.yohobuy.com/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