Authored by 郝肖肖

'fix'

@@ -63,10 +63,10 @@ @@ -63,10 +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 - {{#if coffee}} 66 + {{#unless coffee}}
67 <span class="iconfont">&#xe604;</span> 67 <span class="iconfont">&#xe604;</span>
68 <span class="s-title">更多</span> 68 <span class="s-title">更多</span>
69 - {{/if}} 69 + {{/unless}}
70 </li> 70 </li>
71 </ul> 71 </ul>
72 </a> 72 </a>
@@ -35,8 +35,8 @@ const domains = { @@ -35,8 +35,8 @@ 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',  
39 - yohoNowApi: 'http://extstore-test1.dev.yohocorp.com/' 38 + extstore: 'http://extstore-test1.dev.yohocorp.com/',
  39 + yohoNowApi: 'http://yohonow-test.yohops.com:9999/'
40 }; 40 };
41 41
42 module.exports = { 42 module.exports = {