Commit 333e7676 authored by David黄金龙's avatar David黄金龙

删除 测试代码

parent 7838e9ad
......@@ -135,8 +135,8 @@ extension AppDelegate {
//1.数据解析
#if DEBUG
//TODO: for test hjl
SmartConfig.debugMode = .verbose
SmartConfig.openErrorAssert = false
SmartConfig.debugMode = .none
// SmartConfig.openErrorAssert = false
#elseif TESTENV
SmartConfig.debugMode = .none
#else
......
......@@ -240,9 +240,6 @@ extension YHActivityViewModel {
return
}
if firstFlag {
self.totalCount = Int(result.total) ?? 0
self.arrActivityListData = result.data
......
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