ソースを参照

周报新加字段判断

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


読み込み中…
キャンセル
保存