Commit 4e8ff834 authored by 黄媛媛's avatar 黄媛媛

11

parent c4a3b37a
......@@ -390,6 +390,8 @@ Page({
btn_c:function(){
let that = this;
let userInfo = (wx.getStorageSync('userInfo'))
let videoList = that.data.videoList;
let item = that.data.videoList[that.data.current];
let VideoId = that.data.videoList[that.data.current].Id
let msg = {
'Content': that.data.searchinput,
......@@ -404,6 +406,10 @@ Page({
icon: 'none',
duration: 1000
})
item.CommentNum = item.CommentNum+1;
that.setData({
videoList: videoList
})
if (that.data.placeholdertype ==0){
that.btnTx()
}else{
......
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