mirror of
https://github.com/6dylan6/jdpro.git
synced 2026-05-02 02:36:40 +08:00
1
This commit is contained in:
+7
-1
@@ -120,7 +120,13 @@ async function siteppM_skuOnceApply() {
|
|||||||
data = JSON.parse(data)
|
data = JSON.parse(data)
|
||||||
if (data.flag) {
|
if (data.flag) {
|
||||||
await $.wait(25 * 1000);
|
await $.wait(25 * 1000);
|
||||||
await siteppM_appliedSuccAmount();
|
//await siteppM_appliedSuccAmount();
|
||||||
|
if (data.succAmount && data.succAmount != 0){
|
||||||
|
console.log(`保价成功:返还${data.succAmount}元`)
|
||||||
|
message += `保价成功:返还${data.succAmount}元\n`
|
||||||
|
} else {
|
||||||
|
console.log(`保价失败:没有可保价的订单`)
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
console.log(`保价失败:${data.responseMessage}`);
|
console.log(`保价失败:${data.responseMessage}`);
|
||||||
// 重试3次
|
// 重试3次
|
||||||
|
|||||||
Reference in New Issue
Block a user