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; } } }