api
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="video-item" v-if="item">
|
||||
<view class="video-item" v-if="item" @click="toDetailsPage">
|
||||
<image class="head" :src="item.article_pic"></image>
|
||||
<view class="title" v-if="!isguanzhu">{{ item.article_title }}</view>
|
||||
<view class="jianjie">{{ item.article_content }}</view>
|
||||
@@ -8,7 +8,7 @@
|
||||
<image :src="item.member_avatar"></image>
|
||||
<text>{{ item.member_nickname }}</text>
|
||||
</view>
|
||||
<image src="/static/image/common/4.png" @click="showAction"></image>
|
||||
<image src="/static/image/common/4.png" @click.stop="showAction"></image>
|
||||
<view class="action" v-if="show == item.article_id">
|
||||
<view class="bubble">
|
||||
<view @click="articleLike">
|
||||
@@ -210,6 +210,9 @@ export default {
|
||||
}
|
||||
})
|
||||
},
|
||||
toDetailsPage() {
|
||||
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user