INNER CODE UNIT · JavaScript
_alipayHome
SuperMonster003/Ant-Forest · ant-forest-launcher.js:590
function _alipayHome() {
return $$app.page.alipay.home()
&& a11yx.waitAndClick(() => {
return pickup(idMatches(/.*InputBoxContainer/), 'c0');
}, 1.5e3, 80, { cs$: 'w' });
}
function _search() {
if (a11yx.wait(idMatches(/.*search.input.box/), 5e3, 80)) {
let _text = '蚂蚁森林小程序';
setText(_text);
a11yx.wait(_text, 2e3, 80);
return a11yx.click(idMatches(/.*search.confirm/), 'w', {
condition: () => _w_item = $$sel.get('af'),
max_check_times: 8,
check_time_once: 2.4e3,
});
}