无故事王国
2023-11-08 5f9cd3ae516f510a9475fd11f440fedf027aa4df
WanPai/Root/Welfare/View/CoinStoreHeadView.swift
@@ -113,9 +113,9 @@
   }
   @IBAction func storeAction(_ sender: UIButton) {
      StoresChooseView.show { [weak self] province,city,store in
         self?.btn_store.setTitle(store.name, for: .normal)
         self?.viewModel.shopId.accept(store.id)
      StoresChooseView.showMarket { [weak self] province,city,store in
         self?.btn_store.setTitle(store?.name ?? "选择门店", for: .normal)
         self?.viewModel.shopId.accept(store?.id)
         self?.viewModel.beginRefresh()
      }
   }