模板修复

master
zhouyk 3 years ago
parent 4c979cc8ba
commit fa098cfc5c
  1. 24
      src/main/webapp/template/1/default/news-detail.htm

@ -61,11 +61,8 @@
已经没有了
</#if>
</div>
<el-badge :value="Total" class="item">
<el-button @click="save">点赞</el-button>
</el-badge>
</div>
</div>
</div>
<!--新闻详情-end-->
</div>
@ -93,25 +90,6 @@
}
})
},
// 点赞关注(一个账号只允许关注一次)
save: function() {
var that = this;
//用户-关注接口
ms.http.post("/people/attention/collectionLog/save.do", that.collectionFrorm).then(function (data) {
if (data.result) {
that.$message.success("点赞成功!");
}
})
that.likeTotal()
},
// 点赞数
likeTotal: function (){
var that = this;
//用户-关注接口
ms.http.post("/attention/collection/list", that.collectionFrorm).then(function (data) {
that.Total = data.data.rows[0].dataCount
})
}
},
created() {
this.likeTotal()

Loading…
Cancel
Save