Skip to content

Instantly share code, notes, and snippets.

const pay = () =>{
id("tv_submit").findOne().click()
}
const selectTime = (countT,status) =>{
//选择送达时间
id("tv_single_product_time_text").findOne().click()
var selectedTime=null;
hourClock_unfilterd=textContains(':00').find()
@panda-mute
panda-mute / dd.js
Last active April 16, 2022 04:54
autojs
const pay = () => {
console.log("支付")
id("tv_submit").findOne().click()
}
const check = (d, x_offset, y_offset) => {
var a = text(d).findOne().bounds();
var b = a.centerX() + x_offset;
var c = a.centerY() + y_offset;