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() } }