Commit 15d12764 authored by ‘yangmengxue’'s avatar ‘yangmengxue’

11

parent d222ef4b
...@@ -548,7 +548,7 @@ export default { ...@@ -548,7 +548,7 @@ export default {
// 上传截图 // 上传截图
uploadConfirm() { uploadConfirm() {
this.bankDialogVisible = false; this.bankDialogVisible = false;
// this.$message.success("你的支付信息已提交,请留意短信通知。"); this.$message.success("提交成功");
// this.getOssConfigs(this.file_image, this.file); // this.getOssConfigs(this.file_image, this.file);
}, },
async changeStatus() { async changeStatus() {
...@@ -719,7 +719,7 @@ export default { ...@@ -719,7 +719,7 @@ export default {
// console.log(savefile.match(/^(?:[^\/]|\/\/)*/),'222222');//获取域名 // console.log(savefile.match(/^(?:[^\/]|\/\/)*/),'222222');//获取域名
let str = getfile.split( let str = getfile.split(
"https://yingdi-bank-info-1320656968.cos.ap-beijing.myqcloud.com/" "https://yingdi-bank-info-1320656968.cos.ap-beijing.myqcloud.com/"
); );
let savefile = str[1].split("?")[0]; let savefile = str[1].split("?")[0];
delPayingPic({ object: savefile }).then((res) => { delPayingPic({ object: savefile }).then((res) => {
......
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