Merge branch 'feature/growthdetail' of git.yoho.cn:fe/yohobuywap-node into feature/growthdetail
Showing
3 changed files
with
5 additions
and
8 deletions
@@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
14 | <div class="calculate"> | 14 | <div class="calculate"> |
15 | <div class="calculate-item"> | 15 | <div class="calculate-item"> |
16 | <p class="introduce"> | 16 | <p class="introduce"> |
17 | - 您已经加入YOHO!FAMILY | 17 | + 您已经加入YoHo!Family |
18 | </p> | 18 | </p> |
19 | <P class="numerical">{{registTime}} <b class="unit">天</b></P> | 19 | <P class="numerical">{{registTime}} <b class="unit">天</b></P> |
20 | </div> | 20 | </div> |
@@ -29,11 +29,11 @@ | @@ -29,11 +29,11 @@ | ||
29 | 当前成长值 | 29 | 当前成长值 |
30 | </p> | 30 | </p> |
31 | <P class="numerical">{{growthValue}}</P> | 31 | <P class="numerical">{{growthValue}}</P> |
32 | - <p class="supplement">超越了<b class="percent">{{exceedRate}}%</b>的YOHO!FAMILY成员</p> | 32 | + <p class="supplement">超越了<b class="percent">{{exceedRate}}%</b>的YoHo!Family成员</p> |
33 | </div> | 33 | </div> |
34 | <div class="calculate-item"> | 34 | <div class="calculate-item"> |
35 | <p class="introduce"> | 35 | <p class="introduce"> |
36 | - 您已经成为YOHO!FAMILY | 36 | + 您已经成为YoHo!Family |
37 | </p> | 37 | </p> |
38 | <P class="vip-le small-font"> | 38 | <P class="vip-le small-font"> |
39 | {{levelInfo.title}}会员<div class="vip-ico vip-{{levelInfo.id}}"></div> | 39 | {{levelInfo.title}}会员<div class="vip-ico vip-{{levelInfo.id}}"></div> |
@@ -323,10 +323,6 @@ class FamilyIndex extends Page { | @@ -323,10 +323,6 @@ class FamilyIndex extends Page { | ||
323 | let isLogin = $this.data('login'); | 323 | let isLogin = $this.data('login'); |
324 | let isNoOpen = $this.data('noopen'); | 324 | let isNoOpen = $this.data('noopen'); |
325 | 325 | ||
326 | - if (appType === 'yohobuy') { | ||
327 | - return; | ||
328 | - } | ||
329 | - | ||
330 | if (!this.vipInfo || !this.vipInfo[appType]) { | 326 | if (!this.vipInfo || !this.vipInfo[appType]) { |
331 | this.viewVipInfo(); | 327 | this.viewVipInfo(); |
332 | return false; | 328 | return false; |
@@ -342,7 +338,7 @@ class FamilyIndex extends Page { | @@ -342,7 +338,7 @@ class FamilyIndex extends Page { | ||
342 | }, true); | 338 | }, true); |
343 | } | 339 | } |
344 | 340 | ||
345 | - if (isLogin && !isNoOpen) { | 341 | + if (isLogin && !isNoOpen && appType !== 'yohobuy') { |
346 | this.selector.$diaC.append(this.view.vipDetailInfo(this.vipInfo[appType])); | 342 | this.selector.$diaC.append(this.view.vipDetailInfo(this.vipInfo[appType])); |
347 | 343 | ||
348 | $('.vip-detail').addClass(appType); | 344 | $('.vip-detail').addClass(appType); |
-
Please register or login to post a comment