소스 검색

update pc_chat

luke 6 년 전
부모
커밋
7491dd1aef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pc_chat/src/components/leaveMsg.vue

+ 1 - 1
pc_chat/src/components/leaveMsg.vue

@@ -129,7 +129,7 @@
 					setTimeout(function () {
 						// console.log(this.imgUrl,"上传的图片")
 						let params = {
-							'name': _this.call,
+							'nick_name': _this.call,
 							'email': _this.eMail,
 							'content': _this.leaveInfor,
 							'phone': _this.phone,