Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2018-07-06 11:01:41 +0800
Commit
5c23b9dd1d38386fd54d09e2bedb6cb688edb146
2 parents
5612c476
3b80d175
Merge branch 'hotfix/store-home' into 'gray'
Hotfix/store home See merge request
!1467
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
apps/activity/models/store-home.js
apps/activity/views/partial/store-home/user-info.hbs
config/common.js
apps/activity/models/store-home.js
View file @
5c23b9d
...
...
@@ -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
)
=>
{
...
...
apps/activity/views/partial/store-home/user-info.hbs
View file @
5c23b9d
...
...
@@ -63,6 +63,10 @@
<ul
class=
"list"
>
<li
class=
"list-item"
>
<span
class=
"title"
>
我的会员权益
</span>
{{#
unless
coffee
}}
<span
class=
"iconfont"
>

</span>
<span
class=
"s-title"
>
更多
</span>
{{/
unless
}}
</li>
</ul>
</a>
...
...
config/common.js
View file @
5c23b9d
...
...
@@ -35,7 +35,7 @@ const domains = {
store
:
'http://192.168.102.47:8080/portal-gateway/'
,
platformApi
:
'http://192.168.102.48:8088/'
,
extstore
:
'http://extstore-test1.
yohops.com
'
,
extstore
:
'http://extstore-test1.
dev.yohocorp.com/
'
,
yohoNowApi
:
'http://yohonow-test.yohops.com:9999/'
};
...
...
Please
register
or
login
to post a comment