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