修改
This commit is contained in:
parent
4983323f45
commit
2f192464c8
@ -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 = {
|
||||
|
||||
@ -148,7 +148,7 @@
|
||||
})
|
||||
}
|
||||
})
|
||||
}, 60000)
|
||||
}, 3000)
|
||||
},
|
||||
submit() {
|
||||
if (this.hr) {
|
||||
|
||||
@ -170,7 +170,7 @@
|
||||
})
|
||||
}
|
||||
})
|
||||
}, 60000)
|
||||
}, 3000)
|
||||
},
|
||||
submit() {
|
||||
if (this.ruls(this.dbp) && this.ruls(this.sbp) && this.ruls(this.hr)) {
|
||||
|
||||
@ -193,7 +193,7 @@
|
||||
})
|
||||
}
|
||||
})
|
||||
}, 60000)
|
||||
}, 3000)
|
||||
},
|
||||
},
|
||||
onUnload() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user