Authored by 郝肖肖

'coffee-more-del'

... ... @@ -85,7 +85,7 @@ class storeHome extends global.yoho.BaseModel {
}
if (coffee) {
rightsObj = rightsJson.coffee;
rightsUrl = '//mp.weixin.qq.com/s/o04mbaNXZ_kmvT2Bvlqg9w';
rightsUrl = 'javascript:void(0);';
}
_.forEach(rightsObj, (val, key) => {
... ...
... ... @@ -63,8 +63,10 @@
<ul class="list">
<li class="list-item">
<span class="title">我的会员权益</span>
<span class="iconfont">&#xe604;</span>
<span class="s-title">更多</span>
{{#if coffee}}
<span class="iconfont">&#xe604;</span>
<span class="s-title">更多</span>
{{/if}}
</li>
</ul>
</a>
... ...
... ... @@ -36,7 +36,7 @@ const domains = {
platformApi: 'http://192.168.102.48:8088/',
extstore: 'http://extstore-test1.yohops.com',
yohoNowApi: 'http://yohonow-test.yohops.com:9999/'
yohoNowApi: 'http://extstore-test1.dev.yohocorp.com/'
};
module.exports = {
... ...