Merge branch 'xuebaoxin' of pplokijuhyg/falvpingtai into master

This commit is contained in:
asd 2019-12-02 09:09:56 +08:00
commit a2092ac5be
19 changed files with 328 additions and 247 deletions

View File

@ -14,7 +14,6 @@
:text="item.articlecontent" :text="item.articlecontent"
:comment="item.comment" :comment="item.comment"
:num="item.islike" :num="item.islike"
></follow> ></follow>
</div> </div>
@ -54,7 +53,6 @@
</div> </div>
<div class="bodys"> <div class="bodys">
<comment v-for="(item,index) in plist" :key="index"></comment> <comment v-for="(item,index) in plist" :key="index"></comment>
</div> </div>
<div class="reply"> <div class="reply">
<img @click="biaoqing = !biaoqing" src="./assets/baoqing.png" alt srcset /> <img @click="biaoqing = !biaoqing" src="./assets/baoqing.png" alt srcset />
@ -100,26 +98,33 @@ export default {
}, },
methods: { methods: {
pfb() { pfb() {
window.console.log(this.content) if (localStorage.getItem("token") == "") {
this.axios.post("http://lawpro.earnest.pro/api/login_main/appendComment",{ this.$router.push("/login");
} else {
window.console.log(this.content);
if (this.content != "") {
this.axios
.post("http://lawpro.earnest.pro/api/login_main/appendComment", {
text: this.content, text: this.content,
token:localStorage.getItem('token'), token: localStorage.getItem("token"),
type_id: this.pid, type_id: this.pid,
type: 3 type: 3
}).then((res)=>{ })
.then(res => {
if (res.data.code == 200) { if (res.data.code == 200) {
this.pinglu(this.pid); this.pinglu(this.pid);
this.content = "" this.content = "";
}
});
}
} }
})
}, },
handleEmotion(i) { handleEmotion(i) {
this.content += i; this.content += i;
}, },
pinglu(id) { pinglu(id) {
this.pid= id this.pid = id;
this.axios this.axios
.post("http://lawpro.earnest.pro/api/login_main/CommentList", { .post("http://lawpro.earnest.pro/api/login_main/CommentList", {
token: localStorage.getItem("token"), token: localStorage.getItem("token"),
@ -127,10 +132,10 @@ this.pinglu(this.pid);
type_id: id type_id: id
}) })
.then(res => { .then(res => {
window.console.log(res) window.console.log(res);
this.plist = res.data.data.data this.plist = res.data.data.data;
// this.list = res.data.data; // this.list = res.data.data;
this.show = true this.show = true;
}); });
} }
}, },
@ -320,5 +325,4 @@ this.pinglu(this.pid);
} }
} }
} }
</style> </style>

View File

@ -29,7 +29,7 @@
<follow v-if="item.status == 3 " :operation="type[item.type] + '了该' + status[item.status]" :day="item.time + '前'" :title="item.title" :nickname="item.nickname" :userimg="'http://lawpro.earnest.pro' + item.img" :num="item.islike" :img="'http://lawpro.earnest.pro' + item.avatar" :text="item.text" :comment="item.comment"></follow> <follow v-if="item.status == 3 " :operation="type[item.type] + '了该' + status[item.status]" :day="item.time + '前'" :title="item.title" :nickname="item.nickname" :userimg="'http://lawpro.earnest.pro' + item.img" :num="item.islike" :img="'http://lawpro.earnest.pro' + item.avatar" :text="item.text" :comment="item.comment"></follow>
<answer v-if="item.status == 1 || item.status == 2" :operation="type[item.type] + '了该' + status[item.status]" :day="item.time + '前'" :title="item.title" :types="item.status" :id="item.id"></answer> <answer v-if="item.status == 1 || item.status == 2" :operation="type[item.type] + '了该' + status[item.status]" :day="item.time + '前'" :title="item.title" :types="item.status" :id="item.id"></answer>
<follow v-if="types == 3" operation="发布了该回答" :day="item.time" :title="item.title" :nickname="item.nickname" :userimg="'http://lawpro.earnest.pro' + userimg" :num="item.islike" :img="'http://lawpro.earnest.pro' + item.avatar" :text="item.text" :comment="item.comment"></follow> <follow v-if="types == 3" operation="发布了该回答" :day="item.time" :title="item.title" :nickname="item.nickname" :userimg="'http://lawpro.earnest.pro' + userimg" :num="item.islike" :img="'http://lawpro.earnest.pro' + item.avatar" :text="item.text" :comment="item.comment"></follow>
<answer v-if="types==1" operation="发布了该文章" :day="item.time" :title="item.title" types="1" :id="item.id"></answer> <answer @wz="wzs" v-if="types==1" operation="发布了该文章" :day="item.time" :title="item.title" types="1" :id="item.id"></answer>
<answer v-if="types==2" operation="发布了该问题" :day="item.time" :title="item.title" types="2" :id="item.id"></answer> <answer v-if="types==2" operation="发布了该问题" :day="item.time" :title="item.title" types="2" :id="item.id"></answer>
</div> </div>
@ -117,6 +117,7 @@
import follow from "./components/PersonafFollow" import follow from "./components/PersonafFollow"
// import follows from "./components/PersonafFollows" // import follows from "./components/PersonafFollows"
import answer from "./components/PersonalAnswer" import answer from "./components/PersonalAnswer"
// import { log } from 'util';
export default { export default {
name: "Personal-homepage", name: "Personal-homepage",
data() { data() {
@ -138,6 +139,14 @@ export default {
answer answer
}, },
methods:{ methods:{
wzs(a,b){
// console.log(a,b,12)
// this.$router.replace('/')
this.$router.push({
path:'/articledetail?id=' + b
})
},
getlist(){ getlist(){
if(this.lock){ if(this.lock){
return ; return ;
@ -187,7 +196,9 @@ export default {
} }
}, },
mounted(){ mounted(){
if(localStorage.getItem('token') == ""){
this.$router.push("/login")
}
this.axios.post('http://lawpro.earnest.pro/api/login_main/getUserDetails',{ this.axios.post('http://lawpro.earnest.pro/api/login_main/getUserDetails',{
token:localStorage.getItem("token") token:localStorage.getItem("token")
}).then((res)=>{ }).then((res)=>{
@ -237,10 +248,11 @@ export default {
this.getlist() this.getlist()
} }
}, },
beforeRouteLeave(){ beforeRouteLeave(a,b,c){
window.$(window).scroll(() => { window.$(window).scroll(() => {
}); });
c()
} }
}; };
</script> </script>

View File

@ -5,7 +5,15 @@
<img :src=" 'http://lawpro.earnest.pro' +list.data.img" alt class="toppic" /> <img :src=" 'http://lawpro.earnest.pro' +list.data.img" alt class="toppic" />
</div> </div>
<follow class="follow" :img="'http://lawpro.earnest.pro' + list.user.avatar" :nickname="list.user.nickname" :sole="list.user.industry_name" :text="list.data.articlecontent" :title="list.data.title" @pinglun="pl"></follow> <follow
class="follow"
:img="'http://lawpro.earnest.pro' + list.user.avatar"
:nickname="list.user.nickname"
:sole="list.user.industry_name"
:text="list.data.articlecontent"
:title="list.data.title"
@pinglun="pinglu"
></follow>
<div class="line"></div> <div class="line"></div>
<!-- <follow :indexs="1" class="follow"></follow> --> <!-- <follow :indexs="1" class="follow"></follow> -->
<!-- <div class="line"></div> --> <!-- <div class="line"></div> -->
@ -21,19 +29,19 @@
<articles></articles>--> <articles></articles>-->
<van-popup v-model="show" position="bottom" :style="{ height: '100%' }" class="linshi"> <van-popup v-model="show" position="bottom" :style="{ height: '100%' }" class="linshi">
<div class="top"> <div class="top">
<p class="tiao">389条评论</p> <p class="tiao">{{plist.length}}条评论</p>
<p class="qie"> <p class="qie">
<img class="qiehuan" src="./assets/qiehuan.png" alt srcset /> 切换为时间排序 <img class="qiehuan" src="./assets/qiehuan.png" alt srcset /> 切换为时间排序
</p> </p>
<img class="quit" src="./assets/quit.png" alt @click="show = !show" /> <img class="quit" src="./assets/quit.png" alt @click="show = !show" />
</div> </div>
<div class="bodys"> <div class="bodys">
<comment></comment> <comment v-for="(item,index) in plist" :key="index"></comment>
</div> </div>
<div class="reply"> <div class="reply">
<img @click="biaoqing = !biaoqing" src="./assets/baoqing.png" alt srcset /> <img @click="biaoqing = !biaoqing" src="./assets/baoqing.png" alt srcset />
<textarea placeholder="写下你的评论..." v-model="content"></textarea> <textarea placeholder="写下你的评论..." v-model="content"></textarea>
<p>发布</p> <p @click="pfb">发布</p>
<div v-show="biaoqing"> <div v-show="biaoqing">
<Emotion @emotion="handleEmotion" :height="4"></Emotion> <Emotion @emotion="handleEmotion" :height="4"></Emotion>
</div> </div>
@ -57,7 +65,8 @@ export default {
show: false, show: false,
content: "", content: "",
biaoqing: false, biaoqing: false,
list:[] list: [],
plist: []
}; };
}, },
components: { components: {
@ -73,19 +82,56 @@ export default {
handleEmotion(i) { handleEmotion(i) {
this.content += i; this.content += i;
}, },
pl(){ pfb() {
this.show = true if (localStorage.getItem("token") == "") {
this.$router.push("/login");
} else {
window.console.log(this.content);
if (this.content != "") {
this.axios
.post("http://lawpro.earnest.pro/api/login_main/appendComment", {
text: this.content,
token: localStorage.getItem("token"),
type_id: this.$route.query.id,
type: 3
})
.then(res => {
if (res.data.code == 200) {
this.pinglu(this.$route.query.id);
this.content = "";
}
});
}
}
},
pinglu() {
// this.pid = id;
this.axios
.post("http://lawpro.earnest.pro/api/login_main/CommentList", {
token: localStorage.getItem("token"),
type: 2,
type_id: this.$route.query.id
})
.then(res => {
window.console.log(res);
this.plist = res.data.data.data;
// this.list = res.data.data;
this.show = true;
});
} }
}, },
mounted() { mounted() {
this.axios.post("http://lawpro.earnest.pro/api/login_main/mainDetails", { this.axios
.post("http://lawpro.earnest.pro/api/login_main/mainDetails", {
token: localStorage.getItem("token"), token: localStorage.getItem("token"),
id: 1688, id: this.$route.query.id,
type: 1 type: 1
}).then((res)=>{
window.console.log(res)
this.list = res.data.data
}) })
.then(res => {
window.console.log(res);
this.list = res.data.data;
});
} }
}; };
</script> </script>

BIN
src/assets/img.zip Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 803 B

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/assets/pl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 794 B

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -12,7 +12,7 @@
分享 分享
</div> </div>
<div> <div>
<img src="../assets/share.png" alt srcset /> <img src="../assets/pl.png" alt srcset />
{{num}}评论 {{num}}评论
</div> </div>
<div v-show="false" class="more" @click="show = !show"> <div v-show="false" class="more" @click="show = !show">

View File

@ -26,7 +26,7 @@
分享 分享
</div> </div>
<div> <div>
<img src="../assets/share.png" alt="" srcset=""> <img src="../assets/pl.png" alt="" srcset="">
{{comment}}评论 {{comment}}评论
</div> </div>
<div> <div>

View File

@ -26,7 +26,7 @@
分享 分享
</div> </div>
<div> <div>
<img src="../assets/share.png" alt="" srcset=""> <img src="../assets/pl.png" alt="" srcset="">
{{comment}}评论 {{comment}}评论
</div> </div>
<div> <div>

View File

@ -37,13 +37,10 @@ export default {
methods:{ methods:{
tab(){ tab(){
window.console.log(this.types,"llk") window.console.log(this.types,"llk")
if(this.types=="1"){ this.$emit("wz",this.types,this.id)
this.$router.push({
path: '/sign'
});
window.console.log( this.$router) window.console.log( this.$router)
} }
} }
}
}; };
</script> </script>

View File

@ -20,7 +20,7 @@
分享 分享
</div> </div>
<div @click="pinglun"> <div @click="pinglun">
<img src="../assets/share.png" alt srcset /> <img src="../assets/pl.png" alt srcset />
{{comment}}评论 {{comment}}评论
</div> </div>
<div v-show="!show && lang" @click="hadd">收起</div> <div v-show="!show && lang" @click="hadd">收起</div>

View File

@ -32,7 +32,7 @@
分享 分享
</div> </div>
<div @click="$emit('pinglun')"> <div @click="$emit('pinglun')">
<img src="../assets/share.png" alt srcset /> <img src="../assets/pl.png" alt srcset />
{{num}}评论 {{num}}评论
</div> </div>
<div></div> <div></div>
@ -169,6 +169,7 @@
.right { .right {
width: 143px; width: 143px;
height: 62px; height: 62px;
line-height: 62px;
background: rgba(247, 247, 247, 1); background: rgba(247, 247, 247, 1);
border-radius: 10px; border-radius: 10px;
margin: auto 0; margin: auto 0;

View File

@ -11,7 +11,7 @@
<p>分享</p> <p>分享</p>
</div> </div>
<div> <div>
<img src="../assets/pinglun.png" alt class="icon" /> <img src="../assets/pl.png" alt class="icon" />
<p>{{num}}条评论</p> <p>{{num}}条评论</p>
</div> </div>
</div> </div>

View File

@ -9,9 +9,9 @@
</div> </div>
</van-popup> </van-popup>
<div class="head"> <div class="head">
<img class="logo" src alt srcset /> <img class="logo" src="../assets/logo1.png" alt srcset />
<div class="search"> <div class="search">
<img src alt /> <img src="../assets/zoom.png" alt />
<input type="text" placeholder="搜索" v-on:change ="shuru" v-model="serch"/> <input type="text" placeholder="搜索" v-on:change ="shuru" v-model="serch"/>
</div> </div>
<div class="mnue" @click="isshow"> <div class="mnue" @click="isshow">
@ -46,7 +46,7 @@
.logo { .logo {
width: 115px; width: 115px;
height: 37px; height: 37px;
background-color: #000; // background-color: #000;
display: block; display: block;
margin-left: 30px; margin-left: 30px;
} }
@ -64,7 +64,7 @@
margin-left: 23px; margin-left: 23px;
width: 30px; width: 30px;
height: 30px; height: 30px;
background-color: #000; // background-color: #000;
} }
> input { > input {
margin-left: 21px; margin-left: 21px;

View File

@ -57,7 +57,7 @@
.logo { .logo {
width: 115px; width: 115px;
height: 37px; height: 37px;
background-color: #000; // background-color: #000;
display: block; display: block;
margin-left: 30px; margin-left: 30px;
} }
@ -124,17 +124,18 @@ export default {
switch (e) { switch (e) {
case 0: case 0:
this.$router.push({ this.$router.push({
path: `/index` path: '/'
}); });
break; break;
case 1: case 1:
this.$router.push({ this.$router.push({
path: `/PersonalHomepage` path: '/PersonalHomepage'
}); });
break; break;
case 2: case 2:
localStorage.setItem("toekn","")
this.$router.push({ this.$router.push({
path: `/login` path: '/login'
}); });
break; break;
} }

View File

@ -2,16 +2,13 @@
<div class="box"> <div class="box">
<heads></heads> <heads></heads>
<div class="list"> <div class="list">
<div v-for="(item,index) in list" :key="index" @click="todetail(item.id)"> <div v-for="(item,index) in list" :key="index" @click="todetail(item.id,item.type)">
<list <list
:title="item.title" :title="item.title"
:id="item.id" :id="item.id"
:num="item.comment" :num="item.comment"
:img="item.img" :img="item.img"
:text="item.text" :text="item.text"
></list> ></list>
</div> </div>
@ -49,10 +46,10 @@ export default {
methods: { methods: {
getlist() { getlist() {
if (this.lock) { if (this.lock) {
return 'lock' return "lock";
} }
this.lock = true this.lock = true;
var t = this var t = this;
this.page += 1; this.page += 1;
this.axios this.axios
.post("http://lawpro.earnest.pro/api/login_main/articleList", { .post("http://lawpro.earnest.pro/api/login_main/articleList", {
@ -61,18 +58,23 @@ export default {
.then(res => { .then(res => {
if (res.data.code == 200) { if (res.data.code == 200) {
t.list = t.list.concat(res.data.data); t.list = t.list.concat(res.data.data);
t.lock = false t.lock = false;
} else { } else {
t.text = "暂无更多" t.text = "暂无更多";
} }
});
})
}, },
todetail(e){ todetail(e, type) {
window.console.log(e) window.console.log(e);
if (type == 2) {
this.$router.push({ this.$router.push({
path: `/IndexArticleDetaill?id=` + e path: `/IndexArticleDetaill?id=` + e
}); });
} else {
this.$router.push({
path: `/articledetail?id=` + e
});
}
} }
}, },
components: { components: {
@ -97,12 +99,12 @@ export default {
if (windowH + scrollH >= documentH) { if (windowH + scrollH >= documentH) {
// do something // do something
// alert(2); // alert(2);
window.console.log(1) window.console.log(1);
t.getlist() t.getlist();
} }
}); });
} else { } else {
t.text = "暂无数据" t.text = "暂无数据";
} }
}); });
} }

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="login"> <div class="login">
<div class="logo"> <div class="logo">
<img src="./assets/quit.png" alt class="close" /> <!-- <img src="./assets/quit.png" alt class="close" /> -->
</div> </div>
<div class="tel"> <div class="tel">
<p>+86</p> <p>+86</p>
@ -12,7 +12,7 @@
<div class="tel yzm"> <div class="tel yzm">
<input type="text" class="shuru tel1" placeholder="输入6位验证码" v-model="yzm" /> <input type="text" class="shuru tel1" placeholder="输入6位验证码" v-model="yzm" />
<button class="getyzm" @click="yz">发送验证码</button> <button class="getyzm" @click="yz">{{yzs}}</button>
</div> </div>
<div class="ale"> <div class="ale">
<p class="alert">未注册手机验证后自动登录</p> <p class="alert">未注册手机验证后自动登录</p>
@ -69,7 +69,9 @@ export default {
yzm: "", yzm: "",
yztoken: "", yztoken: "",
Verification: "", Verification: "",
ifsign: false ifsign: false,
yzs: "获取验证码",
miao: 60
}; };
}, },
methods: { methods: {
@ -86,7 +88,22 @@ export default {
}, },
yz() { yz() {
let yz = ""; let yz = "";
if (this.tel != "") { if (this.tel != "") {
if (this.yzs != "获取验证码") {
return;
} else {
let t = this;
let a = setInterval(() => {
t.yzs = t.miao + "秒";
t.miao = t.miao - 1;
if (t.miao < 0) {
t.miao = 5;
t.yzs = "获取验证码";
clearInterval(a);
}
}, 1000);
}
window.console.log("aaaa"); window.console.log("aaaa");
var t = this; var t = this;
this.axios this.axios

View File

@ -2,7 +2,6 @@ import Vue from 'vue'
//1.导入路由组件vue-router //1.导入路由组件vue-router
import Router from 'vue-router' import Router from 'vue-router'
//2.调用vue-router //2.调用vue-router
Vue.use(Router)
import PersonalHomepage from "./PersonalHomepage" import PersonalHomepage from "./PersonalHomepage"
import index from "./index" import index from "./index"
// import PersonalHomepage from "./PersonalHomepage" // import PersonalHomepage from "./PersonalHomepage"
@ -16,8 +15,10 @@ import IndexReport1 from "./IndexReport1"
import IndexReport2 from "./IndexReport2" import IndexReport2 from "./IndexReport2"
import Answer from "./Answer" import Answer from "./Answer"
import sign from "./sign" import sign from "./sign"
import ArticleDetail from "./articledetail" import ArticleDetail from "./articledetail.vue"
Vue.use(Router)
const router=new Router({ const router=new Router({
mode:'history',
routes: [ routes: [
{ {
path: '/articledetail', path: '/articledetail',
@ -52,7 +53,7 @@ const router=new Router({
component: login component: login
}, },
{ {
path: '/index', path: '/',
component: index component: index
}, },
{ {