wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
41715cd59d05670a9458faa729f138769d14283c
Authored by
yvan.ni
2023-06-14 11:42:07 +0800
1 parent
b114b869
商品的购买数量要有起订量
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/cart/cart/cart.js
pages/cart/cart/cart.js
View file @
41715cd
...
...
@@ -2619,7 +2619,7 @@ Page({
2619
2619
title: '购买数量小于商品的起订量',
2620
2620
icon: 'none',
2621
2621
});
2622
- t.goods_num =
0
;
2622
+ t.goods_num =
mo_num
;
2623
2623
}
2624
2624
if(steep>1 && t.goods_num>mo_num && (t.goods_num-mo_num)%steep!=0 ){
2625
2625
...
...