Commit 544ddccaaa4785bd09d1b1256660e8d888dae1ba

Authored by yvan.ni
1 parent a6cc3980

判断有没有要门店限定

pages/giftpack/public/buy_com.js
... ... @@ -227,7 +227,7 @@ module.exports = {
227 227 json.guide_id=that.data.guide_id
228 228 }
229 229  
230   - if(that.data.def_pick_store){
  230 + if(th.data.sele_g.is_pickup && that.data.def_pick_store){
231 231 json.pickup_id=that.data.def_pick_store.pickup_id;
232 232 }
233 233  
... ...