Authored by 郝肖肖

share url

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