luke 6 anni fa
parent
commit
7491dd1aef
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,