Commit bf30aa79 authored by 朱璇's avatar 朱璇

bugfix 【埋点-IOS】首页icon-品类聚合页面浏览,referrer_tab_name字段显示为空,应该显示来源页面Tab名称;

parent 7d6f15f2
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
/// 防止ReferrerTabName被覆盖掉 /// 防止ReferrerTabName被覆盖掉
- (void)initReferrerTabName { - (void)initReferrerTabName {
if (!self.referrerTabName.isNonEmpty) { if (self.referrerTabName.length == 0) {
[super initReferrerTabName]; [super initReferrerTabName];
} }
} }
......
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