Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
jgdl
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-07-14 19:43:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a589b09a54f04f8887a52dbeaaf8466ccc448987
a589b09a
1 parent
1dd36f4c
fix(产品详情): 修复非卖家用户在产品状态为5时仍显示底部按钮的问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/productDetail/index.vue
src/pages/productDetail/index.vue
View file @
a589b09
...
...
@@ -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"
...
...
Please
register
or
login
to post a comment