Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
manulife-weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
You need to sign in or sign up before continuing.
Authored by
hookehuyr
2026-02-12 14:42:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0e03546694d185462be758078976db57f45404e5
0e035466
1 parent
d9704900
style: 隐藏产品详情页附件下载提示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/product-detail/index.vue
src/pages/product-detail/index.vue
View file @
0e03546
...
...
@@ -69,7 +69,7 @@
<div v-if="productDetail.documents && productDetail.documents.length" class="px-[32rpx] mt-[32rpx]">
<div class="bg-white rounded-[32rpx] p-[40rpx]">
<h2 class="text-[#1F2937] text-[32rpx] font-bold mb-[16rpx]">相关附件</h2>
<
text class="text-[#9CA3AF] text-[24rpx] mb-[24rpx] block">如需下载,可在预览页点击右上角「...」转发至其他设备</text
>
<
!-- <text class="text-[#9CA3AF] text-[24rpx] mb-[24rpx] block">如需下载,可在预览页点击右上角「...」转发至其他设备</text> --
>
<div class="flex flex-col gap-[24rpx]">
<div
v-for="(doc, index) in productDetail.documents"
...
...
Please
register
or
login
to post a comment