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
王水玲
2018-08-01 11:41:22 +0800
Commit
56a80412c8c33fabf34495a717e35ea77d79b9a2
1 parent
578ede4b
mip 修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
apps/mip/controllers/guang.js
apps/mip/controllers/guang.js
View file @
56a8041
...
...
@@ -39,7 +39,8 @@ const _relatedBrand = (getBrand, isApp, isMip) => {
}
if
(
isMip
)
{
brand
.
url
+=
'?union_type=100000000013130'
;
brand
.
url
=
brand
.
url
.
replace
(
'http://'
,
'//'
)
+
'?union_type=100000000013130'
;
}
});
...
...
Please
register
or
login
to post a comment