Commit 014734b96e74a02056f445176c1324950213ecb1
1 parent
f4af3da4
购物车搭配购优化~~~
Showing
1 changed file
with
1 additions
and
1 deletions
pages/cart/cart2/cart2.js
| @@ -440,7 +440,7 @@ Page({ | @@ -440,7 +440,7 @@ Page({ | ||
| 440 | 440 | ||
| 441 | }).then(res1 => { | 441 | }).then(res1 => { |
| 442 | if(res1.data.code==0){ | 442 | if(res1.data.code==0){ |
| 443 | - get_gd=res.data.data; | 443 | + get_gd=res1.data.data; |
| 444 | } | 444 | } |
| 445 | }) | 445 | }) |
| 446 | distr_t=pick.distr_type || get_gd.distr_type; | 446 | distr_t=pick.distr_type || get_gd.distr_type; |