Authored by 陈峰

Merge branch 'hotfix/store-home' into 'gray'

Hotfix/store home



See merge request !1467
@@ -85,7 +85,7 @@ class storeHome extends global.yoho.BaseModel { @@ -85,7 +85,7 @@ class storeHome extends global.yoho.BaseModel {
85 } 85 }
86 if (coffee) { 86 if (coffee) {
87 rightsObj = rightsJson.coffee; 87 rightsObj = rightsJson.coffee;
88 - rightsUrl = '//mp.weixin.qq.com/s/o04mbaNXZ_kmvT2Bvlqg9w'; 88 + rightsUrl = 'javascript:void(0);';
89 } 89 }
90 90
91 _.forEach(rightsObj, (val, key) => { 91 _.forEach(rightsObj, (val, key) => {
@@ -63,6 +63,10 @@ @@ -63,6 +63,10 @@
63 <ul class="list"> 63 <ul class="list">
64 <li class="list-item"> 64 <li class="list-item">
65 <span class="title">我的会员权益</span> 65 <span class="title">我的会员权益</span>
  66 + {{#unless coffee}}
  67 + <span class="iconfont">&#xe604;</span>
  68 + <span class="s-title">更多</span>
  69 + {{/unless}}
66 </li> 70 </li>
67 </ul> 71 </ul>
68 </a> 72 </a>
@@ -35,7 +35,7 @@ const domains = { @@ -35,7 +35,7 @@ const domains = {
35 store: 'http://192.168.102.47:8080/portal-gateway/', 35 store: 'http://192.168.102.47:8080/portal-gateway/',
36 36
37 platformApi: 'http://192.168.102.48:8088/', 37 platformApi: 'http://192.168.102.48:8088/',
38 - extstore: 'http://extstore-test1.yohops.com', 38 + extstore: 'http://extstore-test1.dev.yohocorp.com/',
39 yohoNowApi: 'http://yohonow-test.yohops.com:9999/' 39 yohoNowApi: 'http://yohonow-test.yohops.com:9999/'
40 }; 40 };
41 41