咨询师页面

master
tangyi 2022-03-06 15:18:47 +08:00
commit ed666f6bdc
1 changed files with 215 additions and 160 deletions

View File

@ -45,7 +45,7 @@
</template>
<script>
export default {
export default {
name: "edit-list",
data() {
return {
@ -53,19 +53,25 @@ export default {
isReceive: 1, //
current: 0,
isConfirm: false,
userData:{},
expertData: [
{
userData: {},
expertData: [{
name: "赵晓",
title: "金牌咨询师",
imgsrc: "../../assets/images/home/index/expert.png",
integral: "985",
score: "8.5",
honor: [
{ title: "中科院心理科" },
{ title: "硕士" },
{ title: "从业5年" },
{ title: "熟悉高考" },
honor: [{
title: "中科院心理科"
},
{
title: "硕士"
},
{
title: "从业5年"
},
{
title: "熟悉高考"
},
],
slogan: "一所好的大学,是年轻人的家,是他 们度过人生最好时光的地方!",
},
@ -75,11 +81,18 @@ userData:{},
imgsrc: "../../assets/images/home/index/expert.png",
integral: "985",
score: "8.5",
honor: [
{ title: "中科院心理科" },
{ title: "硕士" },
{ title: "从业5年" },
{ title: "熟悉高考" },
honor: [{
title: "中科院心理科"
},
{
title: "硕士"
},
{
title: "从业5年"
},
{
title: "熟悉高考"
},
],
slogan: "一所好的大学,是年轻人的家,是他 们度过人生最好时光的地方!",
},
@ -89,11 +102,18 @@ userData:{},
imgsrc: "../../assets/images/home/index/expert.png",
integral: "985",
score: "8.5",
honor: [
{ title: "中科院心理科" },
{ title: "硕士" },
{ title: "从业5年" },
{ title: "熟悉高考" },
honor: [{
title: "中科院心理科"
},
{
title: "硕士"
},
{
title: "从业5年"
},
{
title: "熟悉高考"
},
],
slogan: "一所好的大学,是年轻人的家,是他 们度过人生最好时光的地方!",
},
@ -103,11 +123,18 @@ userData:{},
imgsrc: "../../assets/images/home/index/expert.png",
integral: "985",
score: "8.5",
honor: [
{ title: "中科院心理科" },
{ title: "硕士" },
{ title: "从业5年" },
{ title: "熟悉高考" },
honor: [{
title: "中科院心理科"
},
{
title: "硕士"
},
{
title: "从业5年"
},
{
title: "熟悉高考"
},
],
slogan: "一所好的大学,是年轻人的家,是他 们度过人生最好时光的地方!",
},
@ -117,11 +144,18 @@ userData:{},
imgsrc: "../../assets/images/home/index/expert.png",
integral: "985",
score: "8.5",
honor: [
{ title: "中科院心理科" },
{ title: "硕士" },
{ title: "从业5年" },
{ title: "熟悉高考" },
honor: [{
title: "中科院心理科"
},
{
title: "硕士"
},
{
title: "从业5年"
},
{
title: "熟悉高考"
},
],
slogan: "一所好的大学,是年轻人的家,是他 们度过人生最好时光的地方!",
},
@ -131,11 +165,18 @@ userData:{},
imgsrc: "../../assets/images/home/index/expert.png",
integral: "985",
score: "8.5",
honor: [
{ title: "中科院心理科" },
{ title: "硕士" },
{ title: "从业5年" },
{ title: "熟悉高考" },
honor: [{
title: "中科院心理科"
},
{
title: "硕士"
},
{
title: "从业5年"
},
{
title: "熟悉高考"
},
],
slogan: "一所好的大学,是年轻人的家,是他 们度过人生最好时光的地方!",
},
@ -145,11 +186,18 @@ userData:{},
imgsrc: "../../assets/images/home/index/expert.png",
integral: "985",
score: "8.5",
honor: [
{ title: "中科院心理科" },
{ title: "硕士" },
{ title: "从业5年" },
{ title: "熟悉高考" },
honor: [{
title: "中科院心理科"
},
{
title: "硕士"
},
{
title: "从业5年"
},
{
title: "熟悉高考"
},
],
slogan: "一所好的大学,是年轻人的家,是他 们度过人生最好时光的地方!",
},
@ -184,10 +232,10 @@ userData:{},
let that = this;
this.axios
.post(this.HOME + "/api/user/center-info", {})
.then(function (res) {
.then(function(res) {
console.log(res.data.data.expert);
that.userData = res.data.data.expert;
console.log( that.userData);
console.log(that.userData);
});
},
},
@ -204,13 +252,20 @@ userData:{},
deactivated() {
window.removeEventListener("scroll", this.eventScrollTop);
},
};
};
</script>
<style scoped>
<<<<<<< HEAD
.expert-list>li{
}
.my-content{
padding-top: 1rem;
}
</style>
=======
.expert-list {
margin-top: 1.2rem;
}
</style>
>>>>>>> 2e3bf35c8277742f7f114de60ac3ba103f75ee67