Showing
1 changed file
with
2 additions
and
0 deletions
1 | import Page from 'yoho-page'; | 1 | import Page from 'yoho-page'; |
2 | import Tip from 'plugin/tip'; | 2 | import Tip from 'plugin/tip'; |
3 | +import maybeLike from 'channel/maybe-like'; | ||
3 | 4 | ||
4 | class SearchList extends Page { | 5 | class SearchList extends Page { |
5 | constructor() { | 6 | constructor() { |
@@ -16,6 +17,7 @@ class SearchList extends Page { | @@ -16,6 +17,7 @@ class SearchList extends Page { | ||
16 | } | 17 | } |
17 | 18 | ||
18 | init() { | 19 | init() { |
20 | + maybeLike({recpose: 100101, isExecute: true}); | ||
19 | this.inputAction(); | 21 | this.inputAction(); |
20 | } | 22 | } |
21 | 23 |
-
Please register or login to post a comment