diff --git a/pages/goods/goodsInfo/goodsInfo.js b/pages/goods/goodsInfo/goodsInfo.js index 3ca5ffb..16a22c0 100644 --- a/pages/goods/goodsInfo/goodsInfo.js +++ b/pages/goods/goodsInfo/goodsInfo.js @@ -3385,10 +3385,10 @@ Page({ //---把数组组装进去--- th.deal_pickup(em); } else { - th.setData({def_pick_store: null, all_sto: null, only_pk: null, def_pickpu_list: null}) + th.setData({all_sto: null, only_pk: null, def_pickpu_list: null}) } } else { - th.setData({def_pick_store: null, all_sto: null, only_pk: null, def_pickpu_list: null}) + th.setData({all_sto: null, only_pk: null, def_pickpu_list: null}) } }) },