代码优化,变量名称调整
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
@success="onSuccess" />
|
||||
<sent-text v-if="chatType === 1" :conversationType="conversationType" :targetId="targetId"
|
||||
@success="onSuccess" />
|
||||
<view class="msg-type msg-popups" @click="scrollBottom('msgPopups')">
|
||||
<view class="msg-type msg-popups" @click="showPopups = !showPopups">
|
||||
<image class="icon" src="@/static/icon/popups-icon.png"></image>
|
||||
</view>
|
||||
</view>
|
||||
@@ -27,7 +27,6 @@
|
||||
import sentVoice from '../components/sentVoice'
|
||||
import sentPopups from '../components/sentPopups'
|
||||
|
||||
|
||||
export default {
|
||||
props: {
|
||||
conversationType: {
|
||||
|
||||
Reference in New Issue
Block a user