Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -69,7 +69,7 @@ | ... | @@ -69,7 +69,7 @@ |
| 69 | <div v-if="productDetail.documents && productDetail.documents.length" class="px-[32rpx] mt-[32rpx]"> | 69 | <div v-if="productDetail.documents && productDetail.documents.length" class="px-[32rpx] mt-[32rpx]"> |
| 70 | <div class="bg-white rounded-[32rpx] p-[40rpx]"> | 70 | <div class="bg-white rounded-[32rpx] p-[40rpx]"> |
| 71 | <h2 class="text-[#1F2937] text-[32rpx] font-bold mb-[16rpx]">相关附件</h2> | 71 | <h2 class="text-[#1F2937] text-[32rpx] font-bold mb-[16rpx]">相关附件</h2> |
| 72 | - <text class="text-[#9CA3AF] text-[24rpx] mb-[24rpx] block">如需下载,可在预览页点击右上角「...」转发至其他设备</text> | 72 | + <!-- <text class="text-[#9CA3AF] text-[24rpx] mb-[24rpx] block">如需下载,可在预览页点击右上角「...」转发至其他设备</text> --> |
| 73 | <div class="flex flex-col gap-[24rpx]"> | 73 | <div class="flex flex-col gap-[24rpx]"> |
| 74 | <div | 74 | <div |
| 75 | v-for="(doc, index) in productDetail.documents" | 75 | v-for="(doc, index) in productDetail.documents" | ... | ... |
-
Please register or login to post a comment