Browse Source

feat: 阳光采购详情页附件下载逻辑兼容2

cuiyalong 9 months ago
parent
commit
24c9390cbd

+ 1 - 1
apps/bigmember_pc/src/composables/attachment-download/component/AttachmentDownload.vue

@@ -32,7 +32,7 @@
           </template>
         </div>
       </div>
-      <div class="content-file-attachment-actions" v-if="!canShowTip">
+      <div class="content-file-attachment-actions" v-if="canShowTip">
         <span
           class="action-button"
           @click="chargeFilePack"

+ 1 - 1
apps/mobile/src/composables/attachment-download/component/AttachmentDownload.vue

@@ -33,7 +33,7 @@
           </template>
         </div>
       </div>
-      <div class="content-file-attachment-actions" v-if="!canShowTip">
+      <div class="content-file-attachment-actions" v-if="canShowTip">
         <span
           class="action-button"
           @click="chargeFilePack"