From 5e19beee53cdd6fffdf6f91bf60a2b81cdca06c0 Mon Sep 17 00:00:00 2001 From: sfmind Date: Wed, 20 Apr 2022 23:59:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E9=A1=B5=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E7=95=99=E5=87=BA=E5=85=BC=E5=AE=B9iPhone=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E7=9A=84=E5=AE=89=E5=85=A8=E5=8C=BA=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-ui-app/pages/product/product.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/yudao-ui-app/pages/product/product.vue b/yudao-ui-app/pages/product/product.vue index 9fd017c0e..532bc4fc6 100644 --- a/yudao-ui-app/pages/product/product.vue +++ b/yudao-ui-app/pages/product/product.vue @@ -172,6 +172,7 @@ + @@ -313,7 +314,11 @@ export default { // TODO 展示评论 } }, - computed: {} + computed: { + hasLogin() { + return this.$store.getters.hasLogin + } + } } @@ -505,7 +510,7 @@ export default { padding: 30rpx; .prom-item { @include flex-left; - font-size: 14rpx; + font-size: 22rpx; margin-bottom: 15rpx; .prom-title { padding: 1rpx 10rpx; @@ -559,7 +564,7 @@ export default { } .comment-empty { - + margin-bottom: 100rpx; } } }