Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
shuaiguo
5 years ago
Commit
fed93335867288de7e5335abe4812d78c8dbe460
2 parents
a97ff551
e7155b24
master
...
develop
feature/home-optimize
feature/payment
feature/reduce
hotfix/cart
all
Merge branch 'refs/heads/hotfix/ocpc' into develop
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
apps/passport/models/login-service.js
package.json
public/js/common.js
apps/passport/models/login-service.js
View file @
fed9333
...
...
@@ -167,7 +167,7 @@ module.exports = class extends global.yoho.BaseModel {
BaiduSDK
.
reportOcpcApi
({
conversionTypes
:
{
logidUrl
,
newType
:
25
newType
:
3
}
});
}
...
...
package.json
View file @
fed9333
{
"name"
:
"yohobuy-node"
,
"version"
:
"6.9.1
4
"
,
"version"
:
"6.9.1
5
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/js/common.js
View file @
fed9333
...
...
@@ -138,7 +138,7 @@ function getShoppingKey() {
* @ version: v1.0.0
* 详情见文档:[http://ocpc.baidu.com/developer/d/guide/?iurl=api%2Fapi-doc%2Fapi-interface%2F]
*/
if
(
location
.
href
.
includes
(
'bd_vid
=
'
))
{
if
(
location
.
href
.
includes
(
'bd_vid'
))
{
setCookie
(
'bd_vid_path'
,
location
.
href
,
{
path
:
'/'
,
domain
:
'.yohobuy.com'
,
expires
:
90
});
}
}());
...
...
Please
register
or
login
to post a comment