Commit 2895b653c5386258f2878b9be5cef9983dd1ef9c
1 parent
ad3732f2
is_limit_show:0 控制不显示
Showing
1 changed file
with
1 additions
and
1 deletions
pages/cart/cart/cart.js
@@ -530,7 +530,7 @@ Page({ | @@ -530,7 +530,7 @@ Page({ | ||
530 | let gd_ite={ | 530 | let gd_ite={ |
531 | goods_id:carr[i].goods_id, | 531 | goods_id:carr[i].goods_id, |
532 | goods_num:1, | 532 | goods_num:1, |
533 | - is_limit_show:1, | 533 | + is_limit_show:0, |
534 | is_state:0 | 534 | is_state:0 |
535 | } | 535 | } |
536 | g_arr.push(gd_ite); | 536 | g_arr.push(gd_ite); |