This commit is contained in:
2024-02-20 10:38:50 +08:00
parent 4983323f45
commit 2f192464c8
4 changed files with 4 additions and 4 deletions

View File

@ -172,7 +172,7 @@
iv: resp.iv
}
wxSportDecrypt(obj).then(Sportres => {
if (Sportres.data && Sportres.data[0].step >= 100) {
if (Sportres.data && Sportres.data[0].step >= 5000) {
wxsportadd(this.userinfo.cardNo).then(sportaddres => {
if (sportaddres.code == 200) {
let sportitem = {

View File

@ -148,7 +148,7 @@
})
}
})
}, 60000)
}, 3000)
},
submit() {
if (this.hr) {

View File

@ -170,7 +170,7 @@
})
}
})
}, 60000)
}, 3000)
},
submit() {
if (this.ruls(this.dbp) && this.ruls(this.sbp) && this.ruls(this.hr)) {

View File

@ -193,7 +193,7 @@
})
}
})
}, 60000)
}, 3000)
},
},
onUnload() {