图片
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<div class="middle">
|
||||
<div class="cardTop">
|
||||
<img src="../../static/workOnline/池夏2.jpg" alt="" />
|
||||
<img src="../../static/workOnline/icon3@2x.png" alt="" />
|
||||
|
||||
<div class="rightTop">
|
||||
<div class="leftStaus">
|
||||
@@ -23,7 +23,7 @@
|
||||
<div class="cardConts">⾦秋穿上⽑⾐,漫步森林,在阳光下呼吸伸展,⾃在安逸的天⼈。也许是兰天名字的由来吧。</div>
|
||||
|
||||
<div class="cardImg">
|
||||
<img src="../../static/workOnline/池夏2.jpg" alt="" v-for="(items, i) in 4" :key="i" />
|
||||
<img src="../../static/workOnline/icon3@2x.png" alt="" v-for="(items, i) in 4" :key="i" />
|
||||
</div>
|
||||
|
||||
<div class="cardBot">
|
||||
@@ -107,7 +107,7 @@ export default {
|
||||
return this.$u.toast('请输入你的想法')
|
||||
}
|
||||
|
||||
this.$http
|
||||
this.$instance
|
||||
.post(`/app/appvillagediscussmessage/addOrUpdate`, {
|
||||
content: this.content,
|
||||
avatar: this.user.avatar,
|
||||
@@ -127,7 +127,7 @@ export default {
|
||||
},
|
||||
|
||||
like(id) {
|
||||
this.$http
|
||||
this.$instance
|
||||
.post(`/app/appvillagediscussmessage/suport?id=${id}&userId=${this.user.id}`)
|
||||
.then((res) => {
|
||||
this.$hideLoading()
|
||||
|
||||
Reference in New Issue
Block a user