mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-19 13:46:44 +08:00
图片上传修改
This commit is contained in:
@@ -178,8 +178,6 @@ export default {
|
||||
async uploadSupplementImg(file) {
|
||||
if (this.isWeixin) {
|
||||
localStorage.setItem('supplementImages', JSON.stringify(this.imageList))
|
||||
} else {
|
||||
this.imageList.push(file)
|
||||
}
|
||||
},
|
||||
deleteSupplementImg() {
|
||||
|
||||
Reference in New Issue
Block a user