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
Email Patches
Plain Diff
Browse Files
Authored by
mark
8 years ago
Commit
65cd7ea75be4b112898bf3843452428ba1b469fb
1 parent
55fa05db
修改商品详情页
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
config/common.js
public/js/product/detail.page.js
config/common.js
View file @
65cd7ea
...
...
@@ -17,11 +17,12 @@ module.exports = {
cookieDomain
:
'.yohobuy.com'
,
domains
:
{
favApi
:
'http://192.168.102.31:8092/brower'
,
// api: 'http://api-test3.yohops.com:9999/',
// service: 'http://service-test3.yohops.com:9999/',
api
:
'http://api.yoho.cn/'
,
service
:
'http://service.yoho.cn/'
,
api
:
'http://api.yoho.cn/'
,
service
:
'http://service.yoho.cn/'
,
// api: 'http://dev-api.yohops.com:9999/',
// service: 'http://dev-service.yohops.com:9999/',
...
...
public/js/product/detail.page.js
View file @
65cd7ea
...
...
@@ -696,7 +696,7 @@ $('#brand-favour').click(function() {
// if ($this.hasClass('cur')) {
// return;
// }
//
//
// $this.addClass('cur');
// $this.siblings('.cur').removeClass('cur');
//
...
...
Please
register
or
login
to post a comment