浏览代码

周报新加字段判断

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") {


正在加载...
取消
保存