Authored by 郝肖肖

添加https

@@ -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 /**