Commit 8c4a67dc97298b5530af8db1f1c2910913d653df

Authored by yvan.ni
1 parent b2b1f8ec

商品的bug优化,拼团,积分购

pages/goods/goodsInfo/goodsInfo.js
@@ -3385,10 +3385,10 @@ Page({ @@ -3385,10 +3385,10 @@ Page({
3385 //---把数组组装进去--- 3385 //---把数组组装进去---
3386 th.deal_pickup(em); 3386 th.deal_pickup(em);
3387 } else { 3387 } else {
3388 - th.setData({def_pick_store: null, all_sto: null, only_pk: null, def_pickpu_list: null}) 3388 + th.setData({all_sto: null, only_pk: null, def_pickpu_list: null})
3389 } 3389 }
3390 } else { 3390 } else {
3391 - th.setData({def_pick_store: null, all_sto: null, only_pk: null, def_pickpu_list: null}) 3391 + th.setData({all_sto: null, only_pk: null, def_pickpu_list: null})
3392 } 3392 }
3393 }) 3393 })
3394 }, 3394 },