1
0
Fork 0

更新 'tbk/supercircle.user.js'

master
502647092 2021-09-03 08:13:55 +00:00
parent 1100dd3ecb
commit b694f0310c
1 changed files with 15 additions and 17 deletions

View File

@ -175,7 +175,6 @@
} }
if (location.href.startsWith('https://pub.alimama.com/manage/effect/overview_orders.htm')) { if (location.href.startsWith('https://pub.alimama.com/manage/effect/overview_orders.htm')) {
await sleep(2000) await sleep(2000)
// for (let i = 0; i < 10; i++) {
try { try {
await sleep(500) await sleep(500)
await reportOrders(today) await reportOrders(today)
@ -183,7 +182,6 @@
} catch (ex) { } catch (ex) {
post('message', { message: '阿里妈妈数据上报异常: ' + ex }) post('message', { message: '阿里妈妈数据上报异常: ' + ex })
} }
// }
alimamaRefresh(new Date().format('yyyy-MM-dd')) alimamaRefresh(new Date().format('yyyy-MM-dd'))
return return
} }