This commit is contained in:
pplokijuhyg 2019-12-27 11:15:22 +08:00
parent e738bc61b6
commit 60eed37be3
4 changed files with 16 additions and 3 deletions

View File

@ -149,8 +149,17 @@ sup {
img {
border-style: none;
box-shadow: none;
border: none;
/* background-color: red; */
/* opacity:0 !important; */
}
img[src=""],img:not([src]){
opacity:0 !important;
border: none !important;
margin: -1px;
}
/* Forms
========================================================================== */

View File

@ -197,7 +197,7 @@ export default {
}
});
} else {
t.text = "暂无更多";
t.text = "暂无相关数据";
}
// t.list=res.data.data
});

View File

@ -1,5 +1,6 @@
<template>
<div class="box">
<!-- <img :src="'https://api.luyuan.tk/getdata?data=' + imgurl" alt=""> -->
<div class="header">
<img class="portrait" :src="'http://lawpro.earnest.pro' + userimg" alt />
<div class="introduce">
@ -207,8 +208,9 @@ export default {
status: ["", "文章", "问题", "回答"],
type: ["", "我点赞", "我收藏", "我关注", "我评论", "我回答"],
types: 4,
page: 1,
page: 0,
lock: false
// imgurl:""
};
},
components: {
@ -295,6 +297,7 @@ export default {
token: localStorage.getItem("token")
})
.then(res => {
// this.imgurl = JSON.stringify(res)
// window.console.log(res.data)
if (res.data.code == 200) {
(this.userimg = res.data.data.user.avatar),

View File

@ -112,6 +112,7 @@ localStorage.setItem('token', res.data.data)
display: flex;
border-bottom: 2px solid #dfdfdf;
margin-left: 30px;
padding: 10px 0;
.order {
width: 13px;
height: 24px;
@ -127,7 +128,7 @@ localStorage.setItem('token', res.data.data)
}
.shuru {
width: 75%;
height: 64px;
height: 44px;
color: #333333;
font-size: 28px;
margin: auto 0;