|
|
@@ -161,6 +161,7 @@ |
|
|
|
this.$u.post('/user/addLoginCount', { |
|
|
|
houseId: uni.getStorageSync('buildingID').id |
|
|
|
}).then(res=>{ |
|
|
|
uni.setStorageSync("remind", 0); |
|
|
|
}).catch(e=>{}) |
|
|
|
} |
|
|
|
const token = uni.getStorageSync("weapp_session_login_data") |
|
|
@@ -210,7 +211,6 @@ |
|
|
|
uni.navigateTo({ |
|
|
|
url: `/pages/main/toviewtherecording/index?jump=` + "jump" |
|
|
|
}) |
|
|
|
|
|
|
|
} else if (res.cancel) { |
|
|
|
console.log('用户点击取消'); |
|
|
|
} |
|
|
|