Commit 3acdca45 authored by Steven杜宇's avatar Steven杜宇

// add

parent 38888329
......@@ -110,7 +110,7 @@ extension YHActivityDetailViewController {
if !type.prefixString.isEmpty, result.code.contains(type.prefixString) {
let signId = result.code.replacingOccurrences(of: type.prefixString, with: "")
let vc = YHActivitySignSuccessViewController()
vc.activityId = self.activityId
vc.activityId = signId
self.navigationController?.pushViewController(vc)
return
}
......
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