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
Plain Diff
Browse Files
Authored by
陈轩
2016-07-27 11:48:40 +0800
Commit
188914f7f28d0007305e005eae0ec6d2c61c1ffe
2 parents
76737a22
fc919000
Merge remote-tracking branch 'origin/develop' into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/vue/product/detail/index.vue
public/vue/product/detail/index.vue
View file @
188914f
...
...
@@ -414,7 +414,7 @@
*/
onAddToCart: (selection)=> {
$.post('/product/cart.json', {
productSku: selection.size
Id
,
productSku: selection.size,
buyNumber: 1
}).then((result)=> {
// TODO: 库存不足 后台暂未实现
...
...
Please
register
or
login
to post a comment