1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-05-01 18:06:41 +08:00
This commit is contained in:
dylan
2023-06-12 15:43:27 +08:00
parent 05132782dd
commit 65239137f5
+1 -1
View File
@@ -121,7 +121,7 @@ async function siteppM_skuOnceApply() {
if (data.flag) {
await $.wait(25 * 1000);
//await siteppM_appliedSuccAmount();
if (data.succAmount && data.succAmount = 0){
if (data.succAmount && data.succAmount != 0){
console.log(`保价成功:返还${data.succAmount}`)
message += `保价成功:返还${data.succAmount}\n`
} else {