index.wxml:

提交评论:

    <!-- 评论 --><!--textarea--><view class="message"><form bindsubmit="formSubmit" class='form'><input type="text" name="liuyantext" placeholder='留下你精彩的评论吧' value='{{keyValue}}' class="input-style" /><button formType="submit" class="btn">发送</button><input type="text" name="nickname" value='{{videoid}}' style="display:none;" /><input type="text" name="headimg" value='{{avatarUrl}}' style="display:none;" /></form></view>

显示全部评论:

    <view class='allMessage'><view class="title"><text>全部评论</text></view><view class='tab-content'><view class='comment-list'><!-- 提交评论显示 --><view class='comment-item' class="{{showOrHidden?'show':'hide'}}" style='width: 100%;height: auto;overflow: hidden;padding: 16px 0;border-bottom: 1px solid #f3f3f5;'><view class='comment-person'><image class='comment-person-avatar' src='{{photo2}}'></image><view class='comment-person-info ellipsis'><view class='comment-person-name ellipsis'>{{nickname2}}</view><view class='comment-time ellipsis'>{{date2}}</view></view></view><view class='comment-text'>{{comment2}}</view></view><!-- 读取数据显示全部评论 --><view class='comment-item' wx:for="{{comment}}" wx:key="{{item.id}}"><view class='comment-person'><image class='comment-person-avatar' src='{{item.photo}}'></image><view class='comment-person-info ellipsis'><view class='comment-person-name ellipsis'>{{item.nickname}}</view><view class='comment-time ellipsis'>{{item.created_at}}</view></view></view><view class='comment-text'>{{item.content}}</view></view></view></view></view>

index.wxss:

提交评论样式:

.form{width: 94%;margin:0 auto;
}
.input-style{width: 70%;height: 40px;border-radius: 25px;background: #f3f3f5;font-size: 14px;/* text-indent: 15px; */padding-left: 15px;float: left;color:#808286;
}.btn{width: 20%;font-size: 14px;float: right;border-radius: 10px;color: #2c3036;background: #f3f3f5;letter-spacing: 2px;
}.liuyanview{width: 90%;margin: 10px auto;
}.result{text-align: center;font-size: 14px;color: #f00;margin-top: 20px;
}.headimg{width: 45px;height: 45px;border-radius: 100%;
}.headimg image{width: 45px;height: 45px;border-radius: 100%;
}.nickname_liuyantext{width: calc(100% - 55px);float: right;margin-top:-45px;
}.nickname_liuyantext .nickname{font-size: 15px;color: #999;
}.nickname_liuyantext .nickname .time{font-size: 11px;color: #999;float: right;
}.nickname_liuyantext .text{font-size: 16px;color: #666;
}.message{width: 100%;height: 50px;display: flex;padding: 10px auto;background-color: #fff;position: fixed;bottom:0;
}

显示全部评论样式:

/* 全部评论 */
.allMessage {clear: both;width: 92%;margin: 0 auto;padding: 4%;background-color: #fff;padding-bottom: 120rpx;
}.allMessage .title {border-left: 5px solid #2c3036;/* margin: 12px 0; */height: 20px;line-height: 20px;text-indent: 10px;color: #2c3036;font-size: 18px;margin-bottom: 10px;
}.comment-item {width: 100%;height: auto;overflow: hidden;padding: 16px 0;border-bottom: 1px solid #f3f3f5;
}.comment-person {display: flex;align-items: center;
}.comment-person-avatar {width: 42px;height: 42px;border-radius: 21px;margin: 0 10px 0 0;flex: 0 0 42px;
}.comment-person-info {flex: 1;
}.comment-person-name {font-size: 16px;font-weight: 800;color: #2c3036;
}.comment-time {font-size: 13px;color: #808286;
}.comment-text {font-size: 14px;color: #2c3036;line-height: 25px;padding: 24rpx 0 0 20px;
}.goods-box .goods-thumb {width: 300rpx;height: 300rpx;margin: 35rpx 0 125rpx;
}.to-carts-icon {position: absolute;right: 70rpx;top: 70rpx;width: 10rpx;height: 10rpx;border-radius: 50%;opacity: 0.6;-webkit-animation: to_cart 0.3s ease-out;animation: to_cart 0.3s ease-out;
}@-webkit-keyframes to_cart {0% {right: 100rpx;top: 530rpx;-webkit-transform: scale(4);}/*60%{top: 20rpx;}*/
}@keyframes to_cart {0% {right: 100rpx;top: 530rpx;transform: scale(4);}/*60%{top: 20rpx;}*/
}.carts-icon {position: absolute;right: 40rpx;top: 40rpx;width: 75rpx;height: 75rpx;
}.carts-icon image {width: 100%;height: 100%;
}.carts-icon.on {-webkit-animation: to_cart_scale 0.3s ease;animation: to_cart_scale 0.3s ease;
}@-webkit-keyframes to_cart_scale {50% {-webkit-transform: scale(1.2);}
}@keyframes to_cart_scale {50% {transform: scale(1.2);}
}.carts-icon-num {position: absolute;left: -15rpx;width: 40rpx;height: 40rpx;line-height: 40rpx;border-radius: 50%;background: #ab956d;color: #fff;font-size: 24rpx;
}.goods-box .goods-operation {position: relative;width: 100%;height: 100rpx;line-height: 100rpx;padding: 0 50rpx;margin-bottom: 60rpx;box-sizing: border-box;border-radius: 50rpx;background: #76b44e;color: #fff;font-size: 28rpx;
}.goods-operation text {display: inline-block;height: 100rpx;
}.goods-operation-num {width: 160rpx;
}.goods-operation-add {width: 80rpx;margin-right: 30rpx;
}.goods-to-cart {width: 210rpx;padding-right: 75rpx;
}.goods-cart-img {position: absolute;right: 50rpx;top: 28rpx;width: 45rpx;height: 45rpx;
}.goods-stock {font-size: 28rpx;margin-bottom: 20rpx;
}.goods-price {font-size: 40rpx;
}.goods-tab-nav {display: inline-block;width: 33.33%;height: 90rpx;line-height: 90rpx;border-bottom: 1rpx solid #ededed;box-sizing: border-box;text-align: center;color: #c7c7cb;
}.goods-tab-nav.on {color: #bcaa8a;border-bottom: 5rpx solid #bcaa8a;
}.goods-content {padding: 40rpx;font-size: 13px;
}button::after {border: none;
}button {background: none;
}.shareMain {width: 100%;margin: 30px 0;
}.shareMain .mainList {overflow: hidden;margin: 0 auto;text-align: center;
}.shareMain .title {margin: 0 auto;text-align: center;font-size: 13px;margin-top: -13px;
}

js:

  formSubmit: function(e) {console.log(app.globalData.userInfo.nickName);wx.showToast({title: '评论成功',icon: 'success',duration: 3000})var that = this;var liuyantext = e.detail.value.liuyantext; //获取表单所有name=liuyantext的值 console.log('视频id' + that.data.id);console.log('留言number:' + that.data.number);wx.request({url: 'https://xxxx/comment',data: {content: liuyantext,number: that.data.number,id: that.data.id},header: {'Content-Type': 'application/json'},success: function(res) {// console.log(res.data)that.setData({showOrHidden: true,re: res.data,keyValue:'',photo2: res.data.result.comment.photo,nickname2: res.data.result.comment.nickname,date2: res.data.result.comment.date,comment2: res.data.result.comment.comment})wx.hideToast();console.log(res);}})},

微信小程序---评论功能实现相关推荐

  1. 微信小程序 评论功能实现

    微信小程序开发交流qq群   173683895    承接微信小程序开发.扫码加微信. 前端 <textarea class='the_prw_in' bindinput='bindblur' ...

  2. 微信小程序评论功能实现

    微信小程序开发交流qq群   581478349 微信: 承接小程序开发 wxml <textarea class='the_prw_in' bindinput='bindblur' curso ...

  3. 微信小程序评论功能的实现(用的是假数据)

    具体直接看代码 wxml: <view><button bindtap='showTalks'>查看评论</button></view><!-- ...

  4. 微信小程序评论功能实现源码,复制粘贴

    wxml: 发送 js: var ComContent = '' var CommentList = '[]' var app = getApp() Page({ /** * */ data: { C ...

  5. 微信小程序——评论功能

    1.前端数据渲染 <view class="list"><view>{{goodsitem.id}}</view><view>{{g ...

  6. 微信小程序-评论业务的实现

    微信小程序-评论业务的实现 目录 微信小程序-评论业务的实现 一.效果 二.实现 1.wxml 2.js 3.wxss 一.效果 二.实现 1.wxml <!-- wx:index = &quo ...

  7. 三步教你开通微信小程序直播功能

    3月8日,微信官方举办了 "女神节"微信小程序直播的活动,联合近千品牌小程序直播首秀,当天,每个用户平均观看直播时间超过了8分钟,人均点赞数达到了280次,分享次数最高的直播间达到 ...

  8. 微信小程序支付功能-服务器端实现(附源码)

    实现了小程序最新的V3版本支付功能, 包括:支付.支付通知.退款.退款通知. 服务器端使用java开发,springboot框架 源码链接在评论中 微信小程序支付功能-服务器端实现(附源码)_哔哩哔哩 ...

  9. 微信小程序插件功能页开发详细流程

     有问题可以扫码加我微信,有偿解决问题.承接小程序开发. 微信小程序开发交流qq群   173683895  . 526474645 : 正文: 关于新出的微信小程序插件功能页做一下记录,希望能帮到大 ...

最新文章

  1. C++:多线程中的小白(1)基础概念
  2. linux lsof 已打开的文件列表
  3. python turtle画熊-Python turtle画图库画姓名实例
  4. Django+xadmin打造在线教育平台(十)
  5. Spring学习12之AOP2
  6. excel制作录入和查询系统_excel表格制作成绩查询系统攻略:让学生隐私更安全!
  7. 设计模式(创建型)之原型模式
  8. 一步步编写操作系统 16 显卡概述
  9. python queue队列
  10. html选择按钮select,Html选择使用select来改变一个按钮的链接使用Javascript
  11. 实验1 数字图像处理的MATLAB基础,《数字图像处理(实验部分)》实验1_数字图像处理中MATLAB使用基础...
  12. SqlServer数据库 性能监视器 打开路径、添加监控参数 等详解
  13. 万能免费信息采集软件-免费网站信息内容数据采集软件
  14. 邮箱用户计算机名格式,电子邮箱怎么写 用什么格式
  15. java佳沃自行车怎么样_JAVA佳沃这个车怎么样最近想入
  16. 路由器:分类、定义及标准
  17. D2D引擎与GDI\GDI+绘制效果对比
  18. 编程基础---java Servlet 学习
  19. MATLAB实现自编码器(三)——堆栈自编码器Stacked Autoencoders实现手写数字分类
  20. 基于 STM32对音频数据的 Flash 读取与 DAC 播放

热门文章

  1. 混沌工程工具-阿里ChaoBlade的原理与安装模拟CPUIO异常
  2. 普通内存、ECC内存和REG ECC内存有什么不同?
  3. CPU时钟周期、主频、CPI、MIPS
  4. App Store审核指南中文版(2014.9.10更新):新增Apple Pay相关内容
  5. 面向对象程序设计(OOP设计模式)-结构型模式之装饰器模式的应用与实现
  6. 如何找到电影的下载链接
  7. SAP B1销售预测报错:物料的xx个预测是同一日期
  8. Array王锐大神力作:osg与PhysX结合系列内容——第0节 前言篇
  9. 浅聊一下那些营销工具—优惠券
  10. SQL Server 创建索引时的注意事项