hookehuyr

fix(产品详情): 修复非卖家用户在产品状态为5时仍显示底部按钮的问题

......@@ -167,7 +167,7 @@
</view>
<!-- 底部按钮 -->
<view v-if="!isCurrentUserSeller" class="bottom-actions">
<view v-if="!isCurrentUserSeller && product.status !== 5" class="bottom-actions">
<nut-row :gutter="10">
<nut-col :span="12">
<nut-button @click="handleContactSeller" block type="default" shape="round"
......