Commit 565f599f1458de4c3e674d09f4731c32c4632285

Authored by yvan.ni
1 parent 7330d6b2

门店的is_no_dis要清理成0

Showing 1 changed file with 3 additions and 0 deletions
... ... @@ -650,6 +650,9 @@ App({
650 650 })
651 651  
652 652 } else {
  653 + if(th.globalData.pk_store.is_no_dis){
  654 + th.globalData.pk_store.is_no_dis=0;
  655 + }
653 656 func(th.globalData.pk_store);
654 657 }
655 658 })
... ...