11
WXL
2024-01-24 1869f4d8956d69bf63130d5d485ce1a9d5acdcef
src/views/project/donationdetails/index.vue
@@ -2652,6 +2652,7 @@
  },
  created() {
    this.Getnetworkheader();
    this.infoid = this.$route.query.id;
  },
  mounted() {
@@ -3471,6 +3472,7 @@
        headers: { Authorization: "Bearer " + this.ICDtoken }
      };
      const pdfimg = this.Networkheader + "/prod-api" + response.fileName;
      console.log(this.Networkheader);
      //获取票据信息位置
      if (response.code == 200) {
        this.previewpdf = true;