Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
ccbikai
2016-07-25 18:47:03 +0800
Commit
123a5f0a858c2dd34eebf4addf6003424385507a
1 parent
f006e8bf
热门商品楼层完善
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
apps/channel/models/channel.js
public/vue/component/resources/goods.vue
apps/channel/models/channel.js
View file @
123a5f0
...
...
@@ -37,7 +37,7 @@ let channel = {
cache
:
true
,
code
:
200
}).
then
(
result
=>
{
return
result
.
data
?
processProductList
(
result
.
data
[
'process-list'
]
)
:
[];
return
result
.
data
?
processProductList
(
result
.
data
.
product_list
)
:
[];
});
},
};
...
...
public/vue/component/resources/goods.vue
View file @
123a5f0
...
...
@@ -32,7 +32,6 @@
productSkn: productSkn.join(',')
}
}).then(result => {
console.log(result);
this.productList = result;
});
}
...
...
@@ -40,4 +39,7 @@
</script>
<style>
.goods {
background: #fff;
}
</style>
...
...
Please
register
or
login
to post a comment