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
014734b96e74a02056f445176c1324950213ecb1
Authored by
yvan.ni
2022-10-25 09:16:34 +0800
1 parent
f4af3da4
购物车搭配购优化~~~
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/cart/cart2/cart2.js
pages/cart/cart2/cart2.js
View file @
014734b
...
...
@@ -440,7 +440,7 @@ Page({
440
440
441
441
}).then(res1 => {
442
442
if(res1.data.code==0){
443
- get_gd=res
.data.data;
443
+ get_gd=res
1
.data.data;
444
444
}
445
445
})
446
446
distr_t=pick.distr_type || get_gd.distr_type;
...
...