Commit eaf1ff76 authored by Alex朱枝文's avatar Alex朱枝文

漏掉self调用

parent 6596dea1
......@@ -61,7 +61,7 @@ class YHMemberCenterViewController: YHBaseViewController {
return
}
if let memberCenterInfo = self.viewModel.memberCenterInfo, level.rawValue > memberCenterInfo.currentLevel {
gotoYinheStore()
self.gotoYinheStore()
}
}
return view
......
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