增加咨询右下角组件
This commit is contained in:
@@ -144,10 +144,7 @@ const identityObj = {
|
||||
"-1": "房源认证"
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
async function init() {
|
||||
const init = () => {
|
||||
proxy.$post("/tenement/v2/api/user").then(res => {
|
||||
if (res.code != 200) return
|
||||
let data = res.data
|
||||
@@ -160,8 +157,6 @@ async function init() {
|
||||
getFavData()
|
||||
}
|
||||
|
||||
// getFavData()
|
||||
|
||||
user.value = data.user
|
||||
count.value = data.count
|
||||
newmessagenum.value = data.newmessagenum
|
||||
|
||||
Reference in New Issue
Block a user