微信步数修改为5000
This commit is contained in:
parent
ed94a32502
commit
16e0902d27
@ -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 = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user