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
Email Patches
Plain Diff
Browse Files
Authored by
张孝茹
7 years ago
Commit
a7ac56db2f14614d35471eb604aab68d04b68c69
1 parent
0651fd28
url
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/models/family.js
apps/home/models/family.js
View file @
a7ac56d
...
...
@@ -479,7 +479,7 @@ class familyModel extends global.yoho.BaseModel {
if
(
isMarsApp
)
{
familyIndexData
.
userInfoLink
=
`
$
{
protocol
}:
//m.yohobuy.com/home/family/userInfo?openby:mars={"action":"go.h5","params":{"url":"${protocol}://m.yohobuy.com/home/family/userInfo"}}`;
}
else
{
familyIndexData
.
userInfoLink
=
`
$
{
protocol
}:
//m.yohobuy.com/home/family/userInfo?openby:yohobuy={"action":"go.h5","params":{"url":"protocol}://m.yohobuy.com/home/family/userInfo"}}`;
familyIndexData
.
userInfoLink
=
`
$
{
protocol
}:
//m.yohobuy.com/home/family/userInfo?openby:yohobuy={"action":"go.h5","params":{"url":"
${
protocol}://m.yohobuy.com/home/family/userInfo"}}`;
}
return
familyIndexData
;
...
...
Please
register
or
login
to post a comment