This commit is contained in:
parent
401ac16ac5
commit
94c2315894
|
|
@ -32,6 +32,7 @@ class InviteJoinVC: BaseViewController {
|
||||||
SharePopView.show()
|
SharePopView.show()
|
||||||
}).disposed(by: disposeBag)
|
}).disposed(by: disposeBag)
|
||||||
|
|
||||||
|
// 分享邀请码
|
||||||
rootView.shareCodeBtn.rx.tap.subscribe(onNext: { [weak self] in
|
rootView.shareCodeBtn.rx.tap.subscribe(onNext: { [weak self] in
|
||||||
guard let self = self else { return }
|
guard let self = self else { return }
|
||||||
guard let config = AppContextManager.shared.systemConfig,
|
guard let config = AppContextManager.shared.systemConfig,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue