Commit 733fed25 authored by Alex朱枝文's avatar Alex朱枝文

续签在港记录代码优化

parent 003180f4
...@@ -119,6 +119,8 @@ extension YHHKRecordsContentVC { ...@@ -119,6 +119,8 @@ extension YHHKRecordsContentVC {
private func updateVC(recordsSingleModel: YHHKImmigrationRecordsSingleModel) { private func updateVC(recordsSingleModel: YHHKImmigrationRecordsSingleModel) {
guard recordsSingleModel.list.count > 0 else { guard recordsSingleModel.list.count > 0 else {
noDataView.isHidden = false noDataView.isHidden = false
datas = []
tableView.reloadData()
return return
} }
var sections: [[RowType]] = [] var sections: [[RowType]] = []
......
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