feat: 新增im接口权限失效判定,优化买家显示样式以及卖家样式。

This commit is contained in:
学习很差啦
2023-02-17 11:28:26 +08:00
parent 5d24dda4c1
commit 674c2352ef
8 changed files with 207 additions and 164 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div style="max-width: 362px;">
<div class="current-preview">
当前浏览
<div class="base">
<div>
@@ -16,7 +16,6 @@
</div>
</div>
</div>
<hr class="separate" />
</div>
</template>
@@ -40,6 +39,7 @@ export default {
}),
},
mounted () {
console.log(this.goodsDetail)
this.btnHide = localStorage.getItem('btnHide')
},
components: {
@@ -151,6 +151,9 @@ export default {
background-color: white;
border-color: #F56C6C;
}
.current-preview{
padding: 16px;
}
.base {
margin-top: 5px;