commit
bf37262017
@ -0,0 +1,57 @@
|
|||||||
|
import React, { Component } from 'react';
|
||||||
|
import {
|
||||||
|
Spin,
|
||||||
|
Pagination,
|
||||||
|
} from "antd";
|
||||||
|
import axios from 'axios';
|
||||||
|
import moment from 'moment';
|
||||||
|
import {getImageUrl} from 'educoder';
|
||||||
|
import "../css/messagemy.css"
|
||||||
|
import WriteaprivateletterModal from '../messagemodal/WriteaprivateletterModal';
|
||||||
|
//私信页面
|
||||||
|
class Leftdialogue extends Component{
|
||||||
|
constructor(props) {
|
||||||
|
super(props);
|
||||||
|
this.state={
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
componentDidMount(){
|
||||||
|
console.log("Leftdialogue");
|
||||||
|
console.log(this.props);
|
||||||
|
};
|
||||||
|
componentDidUpdate(prevProps) {
|
||||||
|
// console.log("11111111111");
|
||||||
|
// console.log(prevProps);
|
||||||
|
// console.log("22222222222");
|
||||||
|
// console.log(this.props);
|
||||||
|
// console.log("33333333333");
|
||||||
|
// if(prevProps.current_user !== this.props.current_user){
|
||||||
|
// this.getdata(1);
|
||||||
|
// }
|
||||||
|
}
|
||||||
|
//获取数据地方
|
||||||
|
|
||||||
|
// 跳转页面
|
||||||
|
|
||||||
|
render() {
|
||||||
|
let{page,limit,typeysl,count,isSpin,data,modalsType}=this.state;
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="OtherSide clearfix" id="message_content_25148">
|
||||||
|
<a href="/users/p94531287"><img alt="71519?1564061748" className="mr10 radius fl" height="48" src={"/images/avatars/User/71519?1564061748" } width="48"/></a>
|
||||||
|
<div className="fl pr OtherSide-info">
|
||||||
|
<span className="trangle"></span>
|
||||||
|
<div className="sms break_word" id="message_content_show_25148">你好</div>
|
||||||
|
<div className="edu-txt-right mt5">
|
||||||
|
<a className="color-grey-c" >删除</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<span className="fl ml15 color-grey-c lineh-15 mt15">22:21</span>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
export default Leftdialogue;
|
||||||
|
// onClick="delete_confirm_box('/users/innov/delete_message?mess_id=25148', '确定要删除该条记录吗?')"
|
@ -0,0 +1,58 @@
|
|||||||
|
import React, { Component } from 'react';
|
||||||
|
import {
|
||||||
|
Spin,
|
||||||
|
Pagination,
|
||||||
|
} from "antd";
|
||||||
|
import axios from 'axios';
|
||||||
|
import moment from 'moment';
|
||||||
|
import {getImageUrl} from 'educoder';
|
||||||
|
import "../css/messagemy.css"
|
||||||
|
import WriteaprivateletterModal from '../messagemodal/WriteaprivateletterModal';
|
||||||
|
//私信页面
|
||||||
|
class Rightdialogue extends Component{
|
||||||
|
constructor(props) {
|
||||||
|
super(props);
|
||||||
|
this.state={
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
componentDidMount(){
|
||||||
|
console.log("Rightdialogue");
|
||||||
|
console.log(this.props);
|
||||||
|
|
||||||
|
};
|
||||||
|
componentDidUpdate(prevProps) {
|
||||||
|
// console.log("11111111111");
|
||||||
|
// console.log(prevProps);
|
||||||
|
// console.log("22222222222");
|
||||||
|
// console.log(this.props);
|
||||||
|
// console.log("33333333333");
|
||||||
|
// if(prevProps.current_user !== this.props.current_user){
|
||||||
|
// this.getdata(1);
|
||||||
|
// }
|
||||||
|
}
|
||||||
|
//获取数据地方
|
||||||
|
|
||||||
|
// 跳转页面
|
||||||
|
|
||||||
|
render() {
|
||||||
|
let{page,limit,typeysl,count,isSpin,data,modalsType}=this.state;
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="ThisSide clearfix" id="message_content_25137">
|
||||||
|
<a href="/users/innov"><img alt="头像" className="ml10 radius fr myimgw48 myimgh48" src={"/images/avatars/User/1?1558048024"} /></a>
|
||||||
|
<div className="fr pr ThisSide-info">
|
||||||
|
<span className="trangle"></span>
|
||||||
|
<div className="sms break_word" id="message_content_show_25137">hello</div>
|
||||||
|
<div className="edu-txt-left mt5">
|
||||||
|
<a className="color-grey-c"
|
||||||
|
>删除</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<span className="fr mr15 color-grey-c lineh-15 mt15">22:20</span>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
export default Rightdialogue;
|
Loading…
Reference in new issue