Commit b5a45f356faeba884e40147c1bd60cc621dce04e
Merge branch 'test' into 'qa'
Test See merge request !618
Showing
1 changed file
with
1 additions
and
1 deletions
pages/cart/cart/cart.js
| ... | ... | @@ -354,7 +354,7 @@ Page({ |
| 354 | 354 | store_id:os.stoid, |
| 355 | 355 | PickupId:list.pid, |
| 356 | 356 | WareIds:wlist, |
| 357 | - VIPId: userInfo.erpvipid | |
| 357 | + VIPId:encodeURIComponent(userInfo.erpvipid) | |
| 358 | 358 | } |
| 359 | 359 | }).then(res => { |
| 360 | 360 | if(res.data.code==0 && res.data.data && res.data.data.length>0){ | ... | ... |