Commit 5bf9896d authored by 罗林杰's avatar 罗林杰

修改留言

parent e5114454
...@@ -58,8 +58,7 @@ ...@@ -58,8 +58,7 @@
const data = { const data = {
targetId: this.userId, targetId: this.userId,
content: this.message, content: this.message,
isPay:'0',//1花费 0不花费, isPay:'0',//1花费 0不花费
wxOpenid: userInfo.wxOpenid
} }
addMessage(data).then(res => { addMessage(data).then(res => {
if (res.data.code == 200) { if (res.data.code == 200) {
...@@ -105,7 +104,6 @@ ...@@ -105,7 +104,6 @@
targetId: this.userId,//目标id targetId: this.userId,//目标id
content: this.message,//输入的内容 content: this.message,//输入的内容
isPay:'1',//1花费 0不花费 isPay:'1',//1花费 0不花费
wxOpenid: userInfo.wxOpenid
} }
addMessage(form).then(res=>{ addMessage(form).then(res=>{
if (res.data.code == 200){ if (res.data.code == 200){
......
...@@ -257,7 +257,6 @@ export default { ...@@ -257,7 +257,6 @@ export default {
targetId: this.targetId,//目标id targetId: this.targetId,//目标id
content: inputValue,//输入的内容 content: inputValue,//输入的内容
isPay:'0',//1花费 0不花费, isPay:'0',//1花费 0不花费,
wxOpenid: this.userInfo.wxOpenid
} }
addMessage(data).then(res => { addMessage(data).then(res => {
if (res.data.code == 200){ if (res.data.code == 200){
...@@ -365,7 +364,6 @@ export default { ...@@ -365,7 +364,6 @@ export default {
targetId: this.targetId,//目标id targetId: this.targetId,//目标id
content: this.inputTemp,//输入的内容 content: this.inputTemp,//输入的内容
isPay:'1',//1花费 0不花费 isPay:'1',//1花费 0不花费
wxOpenid: this.userInfo.wxOpenid
} }
addMessage(form).then(res=>{ addMessage(form).then(res=>{
if (res.data.code == 200){ if (res.data.code == 200){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment