Commit c1a70b1db0a6d7d103fdf009491a480f83c766c2
1 parent
faa5af0b
去除debugger
Showing
1 changed file
with
1 additions
and
1 deletions
packageE/pages/cart/cart2/cart2.js
| ... | ... | @@ -5521,7 +5521,7 @@ Page({ |
| 5521 | 5521 | var prom = null; |
| 5522 | 5522 | var gg = to.get_b_now(); |
| 5523 | 5523 | getApp().request.promiseGet("/api/weshop/promgoods/get/" + os.stoid + "/" + prom_id, {}).then(res => { |
| 5524 | - debugger | |
| 5524 | + | |
| 5525 | 5525 | if (res.data.code == 0) { |
| 5526 | 5526 | prom = res.data.data; |
| 5527 | 5527 | let min_value = 0 | ... | ... |