Commit b1714dc3 authored by Steven杜宇's avatar Steven杜宇

// 原则批

parent e31fe6bd
......@@ -101,8 +101,6 @@ class YHPrincipleUploadListVC: YHBaseViewController {
func requestData() {
YHHUD.show(.progress(message: "加载中..."))
let group = DispatchGroup()
group.enter()
// 请求上传信息(《赴港居留同意书》、申请人意见访问、其他证明材料)
......@@ -123,7 +121,6 @@ class YHPrincipleUploadListVC: YHBaseViewController {
}
group.notify(queue: .main) {
YHHUD.hide()
self.updateData()
}
}
......
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