Commit d1f4ee21 by 郑鹏

修复再次购买的bug

parent a1047013
......@@ -273,7 +273,9 @@ public class DetailsShopFragment extends BaseFragment implements OnRefreshLoadMo
setBottomState(showState);
}
initCar();
if (!isAgain){
initCar();
}
findCarShop();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment