This commit is contained in:
yanran200730
2022-11-08 19:00:14 +08:00
parent e29568c97d
commit 0bf5bbf217
3 changed files with 27 additions and 16 deletions

View File

@@ -118,7 +118,6 @@
},
success: (res) => {
const data = JSON.parse(res.data)
console.log(data)
if (data.code === 0) {
this.photoUrl = data.data[0].split(';')[0]