Browse Source

未读数

dev
J_yt 2 years ago
parent
commit
e8f1e5d5c1
4 changed files with 8 additions and 8 deletions
  1. +2
    -2
      pages/index/customer.vue
  2. +2
    -2
      pages/index/index.vue
  3. +2
    -2
      pages/index/learning.vue
  4. +2
    -2
      pages/index/personal.vue

+ 2
- 2
pages/index/customer.vue View File

@@ -114,8 +114,8 @@
'Access-Token': uni.getStorageSync('weapp_session_login_data').token
},
success: (res) => {
this.count = res.data.data.count
this.tabbarList[3].count = res.data.data.count
this.count = res.data.data
this.tabbarList[3].count = res.data.data
}
})
},


+ 2
- 2
pages/index/index.vue View File

@@ -449,8 +449,8 @@
'Access-Token': uni.getStorageSync('weapp_session_login_data').token
},
success: (res) => {
this.count = res.data.data.count
this.tabbarList[3].count = res.data.data.count
this.count = res.data.data
this.tabbarList[3].count = res.data.data
}
})
},


+ 2
- 2
pages/index/learning.vue View File

@@ -102,8 +102,8 @@
'Access-Token': uni.getStorageSync('weapp_session_login_data').token
},
success: (res) => {
this.count = res.data.data.count
this.tabbarList[3].count = res.data.data.count
this.count = res.data.data
this.tabbarList[3].count = res.data.data
}
})
},


+ 2
- 2
pages/index/personal.vue View File

@@ -129,8 +129,8 @@
'Access-Token': uni.getStorageSync('weapp_session_login_data').token
},
success: (res) => {
this.count = res.data.data.count
this.tabbarList[3].count = res.data.data.count
this.count = res.data.data
this.tabbarList[3].count = res.data.data
}
})
},


Loading…
Cancel
Save