调整个人中心会员身份

This commit is contained in:
唐明明
2022-01-14 14:41:44 +08:00
parent e7d4e15459
commit a93a07a7e5
6 changed files with 33 additions and 272 deletions

View File

@@ -14,9 +14,6 @@
</view>
</block>
<block v-else>
<!-- <button type="default">连接</button> -->
<!-- <button type="default">发送</button> -->
<view v-for="(item, index) in messageArr" :key="index" class="mssage-box">
<view class="mssage-action" @click="openChum">
<block v-if="item.cover === ''">
@@ -44,10 +41,6 @@
</view>
</view>
</view>
<view @click="$Router.push({name: 'Record'})">
临时记录
</view>
</block>
</view>
</template>