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
2895b653c5386258f2878b9be5cef9983dd1ef9c
Authored by
yvan.ni
2024-02-28 14:36:25 +0800
1 parent
ad3732f2
is_limit_show:0 控制不显示
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 @
2895b65
...
...
@@ -530,7 +530,7 @@ Page({
530
530
let gd_ite={
531
531
goods_id:carr[i].goods_id,
532
532
goods_num:1,
533
- is_limit_show:
1
,
533
+ is_limit_show:
0
,
534
534
is_state:0
535
535
}
536
536
g_arr.push(gd_ite);
...
...