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