更新 'tbk/supercircle.user.js'
This commit is contained in:
parent
1100dd3ecb
commit
b694f0310c
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user