Commit 3271d496 authored by Mac's avatar Mac

1

parent 73ba8050
...@@ -1088,6 +1088,7 @@ ...@@ -1088,6 +1088,7 @@
let path = "/Upload/Temporary/" let path = "/Upload/Temporary/"
this.$message.info(this.$t('tips.shangchuanzhong')) this.$message.info(this.$t('tips.shangchuanzhong'))
UploadSelfFile('Temporary', file.file, x => { UploadSelfFile('Temporary', file.file, x => {
if(x.Code==1){
let fileSize = file.file.size < 1024 ? file.file.size : (file.file.size / 1024).toFixed(0); let fileSize = file.file.size < 1024 ? file.file.size : (file.file.size / 1024).toFixed(0);
this.saveMsg.push({ this.saveMsg.push({
Content: x.FileUrl, Content: x.FileUrl,
...@@ -1096,6 +1097,8 @@ ...@@ -1096,6 +1097,8 @@
Url: x.FileUrl, Url: x.FileUrl,
}) })
this.$message.success(this.$t('tips.scchenggong')) this.$message.success(this.$t('tips.scchenggong'))
}
}, 1); }, 1);
}, },
AuditOrRefund() { AuditOrRefund() {
......
...@@ -989,6 +989,7 @@ ...@@ -989,6 +989,7 @@
let path = "/Upload/Temporary/" let path = "/Upload/Temporary/"
this.$message.info(this.$t('tips.shangchuanzhong')) this.$message.info(this.$t('tips.shangchuanzhong'))
UploadSelfFile('Temporary', file.file, x => { UploadSelfFile('Temporary', file.file, x => {
if(x.Code==1){
let fileSize = file.file.size < 1024 ? file.file.size : (file.file.size / 1024).toFixed(0); let fileSize = file.file.size < 1024 ? file.file.size : (file.file.size / 1024).toFixed(0);
this.saveMsg.push({ this.saveMsg.push({
Content: x.FileUrl, Content: x.FileUrl,
...@@ -1030,6 +1031,7 @@ ...@@ -1030,6 +1031,7 @@
}); });
}); });
} }
}
}, 1); }, 1);
}, },
countFee() { // 输入原币手续费计算本位币手续费 countFee() { // 输入原币手续费计算本位币手续费
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment