微信步数修改为5000

This commit is contained in:
2024-02-21 10:37:30 +08:00
parent ed94a32502
commit 16e0902d27

View File

@ -61,7 +61,7 @@
wxSportDecrypt(obj).then(Sportres => {
this.list = Sportres.data
if (!this.sportlist.some(e => e.text == identtime)) {
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 = {