Authored by 郭成尧

maybeLike

import Page from 'yoho-page';
import Tip from 'plugin/tip';
import maybeLike from 'channel/maybe-like';
class SearchList extends Page {
constructor() {
... ... @@ -16,6 +17,7 @@ class SearchList extends Page {
}
init() {
maybeLike({recpose: 100101, isExecute: true});
this.inputAction();
}
... ...