Browse Source

#I1X19N 修改个人众人-会员中心报错的问题

zyh
Gaoxs 4 years ago
parent
commit
bccc33cb1f
  1. 2
      pages/user/UserVip/index.vue

2
pages/user/UserVip/index.vue

@ -178,7 +178,7 @@ export default {
res => {
that.vipRequire = res.data.list;
that.vipComplete = res.data.task;
that.taskCount = res.data.reach_count;
that.taskCount = res.data.reachCount;
},
err => {
uni.showToast({

Loading…
Cancel
Save