mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-08-06 10:57:26 +08:00
feat: ✨ 新增im接口权限失效判定,优化买家显示样式以及卖家样式。
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user