소스 검색

Merge branch 'dev' of http://git.2weisou.com/liumin/NewZkgj into dev

dev
wangshuai 2 년 전
부모
커밋
7a2ae114aa
4개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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
}
})
},


불러오는 중...
취소
저장