留言 评论内容: {{item.input_value}}

js:默认展示历史评论,评论后也刷新页面,连带此次评论内容一起展示。

varbindblur;
Page({
bindblur:function(e){
console.log('1111111:',e.detail.value)
bindblur=e.detail.value;
},

onLoad:function(a){
varthat=this;
actid=a.id;
//查询评论fetch
wx.request({
url:'https://m.yishushe.net/addons/up_text.php',
method:'POST',
header:{
'content-Type':'application/x-www-form-urlencoded',
'Accept':'application/json'
},
data:{
act_id:actid
},
success:function(result){
that.setData({
pl_list:result.data.reverse(),
})
},
fail:res=>{
wx.showToast({
title:'网络不好哟',
image:'/image/wrong.png',
duration:3000
})
}
})
},
btn_send:function(){
varthat=this
//添加评论
console.log('文章id:act_id:',actid);
console.log('用户缓存id:user_id:',user_id);
console.log('文本输入框:input_value:',bindblur);
wx.request({
url:'https://m.yishushe.net/addons/up_text.php',
method:'POST',
header:{
'content-Type':'application/x-www-form-urlencoded',
'Accept':'application/json'
},
data:{
act_id:actid,
user_id:user_id,
input_value:bindblur
},
success:function(result){
that.setData({
pl_list:result.data.reverse(),
input_value:"",
})
},
fail:res=>{
wx.showToast({
title:'网络不好哟',
image:'/image/wrong.png',
duration:3000
})
}
})
}
})

后端php源码:

如果php返回报错就找到php-ini配置文件,把

display_errors=On
改为
display_errors=Off

禁止php报错

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持毛票票。

热门推荐

免责声明:网站资源来源于网络,如有侵权,请及时联系删除。

Copyright © 2024 微客导航网. All Rights Reserved.

蜀ICP备2021004611号-4 网站地图