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

增加空串判断

parent e014a4fc
......@@ -682,7 +682,7 @@ private extension YHHomeHoldViewPageViewController {
// // 如果版本号不同,则显示弹出框
// return lastShownVersion != currentVersion
// 会员服务改成弹过一次就不让再弹出
return lastShownVersion == nil
return lastShownVersion == nil || lastShownVersion?.isEmpty == true
}
private func updateAppVersion() {
......
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