Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
2016-08-12 11:05:51 +0800
Commit
bfe31c9b8f50696f3100b661600b861d13ece6fb
1 parent
c50ff8d1
brand
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
apps/brand/models/brand.js
public/js/product/item.page.js
apps/brand/models/brand.js
View file @
bfe31c9
...
...
@@ -74,7 +74,7 @@ const _processTabData = (list) => {
_
.
forEach
(
value
.
data
,
function
(
data
)
{
tabData
.
push
(
{
url
:
`
$
{
config
.
siteUrl
}
/product/
list
`
,
url
:
data
.
url
,
name
:
data
.
title
,
src
:
data
.
src
}
...
...
public/js/product/item.page.js
View file @
bfe31c9
...
...
@@ -179,6 +179,7 @@ $('.color-list').on('click', '.color-item', function() {
// 设置图片及尺码
chooseColor
(
index
);
// 加入购物车按钮显示控制
bagBtnSwitch
(
+
data
.
total
);
}
...
...
Please
register
or
login
to post a comment