ソースを参照

发布测试环境验证文件下载接口返回信息

t_finder 1 ヶ月 前
コミット
9901310789
共有2 個のファイルを変更した7 個の追加0 個の削除を含む
  1. 1 0
      pages/activity/invite-user/invite-new-user.vue
  2. 6 0
      pages/activity/invite-user/invite-passive-user.vue

+ 1 - 0
pages/activity/invite-user/invite-new-user.vue

@@ -330,6 +330,7 @@ $-bg-yellow: rgb(255, 253, 241);
     background-repeat: no-repeat;
     background-position: center;
     background-origin: padding-box;
+    z-index: 0;
   }
 
   .day-statistics{

+ 6 - 0
pages/activity/invite-user/invite-passive-user.vue

@@ -154,6 +154,12 @@ export default {
     this.form.invitationUserName = this.$route.query.invitationUserName;
     this.form.activityId = this.$route.query.activityId;
     this.merchantSign = this.$route.query.merchantSign;
+    this.$axios.$post('http://14.18.190.138:18120/document/newFile/download/0/13d0arghebcc4cm49cf04?fileKey=breakUpload_56826819070604008055', {},{
+      responseType: 'blob'
+    }).then((res)=>{
+      console.log('下载返回数据')
+      console.log(res)
+    });
   },
   data() {
     return {