Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
GMBase
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMBase
Commits
1bf34be6
Commit
1bf34be6
authored
Jun 22, 2020
by
乔金柱
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'rmc/test' into 'master'
base控制器添加一个代理方法,用于检查网络按钮的埋点 See merge request
!26
parents
c498869e
e0dccd14
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
Podfile.lock
Example/Podfile.lock
+2
-2
WMBaseViewController.m
GMBase/Classes/WMBaseViewController.m
+10
-0
No files found.
Example/Podfile.lock
View file @
1bf34be6
...
...
@@ -22,7 +22,7 @@ PODS:
- EVReflection/Core (= 5.10.0)
- EVReflection/Core (5.10.0)
- GM-Swift-Observable (4.0.1)
- GMBase (1.1.
7
):
- GMBase (1.1.
9
):
- GMBaseSwift
- GMFoundation
- GMHud
...
...
@@ -190,7 +190,7 @@ SPEC CHECKSUMS:
DouyinOpenSDK: 5ba83de22963ba7a3ba70c8ff11dfcb2885ecc2b
EVReflection: 1abc1a81927ab0d30170238cf9b79bff489e9728
GM-Swift-Observable: 756d8fc13638b9faa68cb10266b2ffb47a911595
GMBase:
84fe92e736ccf8e49435a93e2b4153c9e80eab2a
GMBase:
d726ac9c04aa7653088f03512e67c2af9262a9f8
GMBaseSwift: fb846fbbfd7c6fb82af2909b0d730edfdc572ba6
GMCache: b78d8e46db864405e91d226ce640cc80d966c611
GMFoundation: e9f7fd9c6e5f133e09009b0ee5de4fce60ac5682
...
...
GMBase/Classes/WMBaseViewController.m
View file @
1bf34be6
...
...
@@ -185,4 +185,14 @@
}
-
(
void
)
emptyViewDidClickReload
{}
-
(
void
)
emptyViewDidClickSettingNetWork
{
[
Phobos
track
:
@"on_click_button"
attributes
:@{
@"page_name"
:
SafeString
(
self
.
pageName
),
@"button_name"
:
@"network_settings"
,
@"referrer_link"
:
(
self
.
referrerLink
?
:
@[]),
@"business_id"
:
SafeString
(
self
.
businessId
),
@"referrer"
:
SafeString
(
self
.
referer
),
@"referrer_id"
:
SafeString
(
self
.
referrerId
)
}];
}
@end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment