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

11

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