200 200
     func bindViewModelToUserName() {
201
-        viewModel.groupName.bind(to: userName.rx.text).disposed(by: disposeBag)
201
+        viewModel.userName.bind(to: userName.rx.text).disposed(by: disposeBag)
202 202
     }
203 203
     
204 204
     func bindViewModelToPhotoTime() {

+ 1 - 1
PaiAi/Paiai_iOS/App/PhotoDetail/PhotoPreviewViewController.swift

@@ -94,7 +94,7 @@ extension PhotoPreviewViewController {
94 94
 /// storyboard button action
95 95
 extension PhotoPreviewViewController {
96 96
     @IBAction  func back() {
97
-        navigationController?.popViewController(animated: true)
97
+        dismissController()
98 98
     }
99 99
     
100 100
     @IBAction func rotateTheImage(_ sender: UIButton) {

Kodo/kodo - Gogs: Go Git Service

3 Commits (2988703c526ebf84d6eb36183d18679e5c53ed0c)

Author SHA1 Message Date
  Brightcells 018d52f61d Update package django_xxx 7 years ago
  Brightcells 208fc20a24 Change to use django-response 7 years ago
  Brightcells 4547c709bf Add api get_server_time_api 8 years ago