소스 검색

周报新加字段判断

branch0222
douzhuo 3 년 전
부모
커밋
ec4909a04e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      App.vue

+ 1
- 1
App.vue 파일 보기

@@ -159,7 +159,7 @@
if (uni.getStorageSync('buildingID').id) {
this.$u.post('/user/addLoginCount', {
houseId: uni.getStorageSync('buildingID').id
}).then(res=>{}).catc(e=>{})
}).then(res=>{}).catch(e=>{})
}
const token = uni.getStorageSync("weapp_session_login_data")
if (typeof token.token != "string") {


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