Authored by 梁志锋

Merge remote-tracking branch 'origin/release/detail' into release/detail

@@ -28,8 +28,7 @@ const getWxOauthUrl = (callback) => { @@ -28,8 +28,7 @@ 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 'm.yohobuy.com/share_' + shareUid + '_' + actId + '_' + nums + '.html'; 31 + return 'http://m.yohobuy.com/activity/invite/share_' + shareUid + '_' + actId + '_' + nums + '.html';
33 }; 32 };
34 33
35 /** 34 /**
@@ -54,10 +53,6 @@ const mergeBindLogDate = (data) => { @@ -54,10 +53,6 @@ const mergeBindLogDate = (data) => {
54 let openIds = []; 53 let openIds = [];
55 let photo = '//static.yohobuy.com/m/v1/activity/newyear/images/108.png'; 54 let photo = '//static.yohobuy.com/m/v1/activity/newyear/images/108.png';
56 55
57 - if (_.isEmpty(data)) {  
58 - return [];  
59 - }  
60 -  
61 // 取5条 56 // 取5条
62 data = _.slice(data, 0, 5); 57 data = _.slice(data, 0, 5);
63 58
@@ -56,7 +56,7 @@ @@ -56,7 +56,7 @@
56 "uuid": "^2.0.2", 56 "uuid": "^2.0.2",
57 "winston": "^2.2.0", 57 "winston": "^2.2.0",
58 "winston-daily-rotate-file": "^1.1.4", 58 "winston-daily-rotate-file": "^1.1.4",
59 - "yoho-node-lib": "0.0.27" 59 + "yoho-node-lib": "0.0.31"
60 }, 60 },
61 "devDependencies": { 61 "devDependencies": {
62 "autoprefixer": "^6.3.7", 62 "autoprefixer": "^6.3.7",
@@ -100,7 +100,7 @@ @@ -100,7 +100,7 @@
100 "yoho-jquery": "^2.2.4", 100 "yoho-jquery": "^2.2.4",
101 "yoho-jquery-lazyload": "^1.9.7", 101 "yoho-jquery-lazyload": "^1.9.7",
102 "yoho-mlellipsis": "0.0.3", 102 "yoho-mlellipsis": "0.0.3",
103 - "yoho-node-lib": "0.0.27", 103 + "yoho-node-lib": "0.0.31",
104 "yoho-swiper": "^3.3.1" 104 "yoho-swiper": "^3.3.1"
105 } 105 }
106 } 106 }
1 .invite-page-bg { 1 .invite-page-bg {
2 - background: resolve('../img/activity/invite/body_bg.png'); 2 + background-image: resolve('activity/invite/body_bg.png');
3 min-height: 200px; 3 min-height: 200px;
4 } 4 }
5 5
6 .invite-page { 6 .invite-page {
  7 + font-family: 'Microsoft YaHei';
  8 + color: #fff;
  9 +
7 * { 10 * {
8 margin: 0; 11 margin: 0;
9 padding: 0; 12 padding: 0;
10 font-size: 28px; 13 font-size: 28px;
11 } 14 }
12 15
13 - font-family: 'Microsoft YaHei';  
14 - color: #fff;  
15 -  
16 /* 手机号 领福利 */ 16 /* 手机号 领福利 */
17 .invite-content-page { 17 .invite-content-page {
18 18