diff --git a/src/views/sce/sceInfo/index.vue b/src/views/sce/sceInfo/index.vue
index 86e70fe..f692d64 100644
--- a/src/views/sce/sceInfo/index.vue
+++ b/src/views/sce/sceInfo/index.vue
@@ -131,7 +131,15 @@
+
+
+
+
+
+
-
+
+
{
this.dataImg.push(res.data.wjUrl);
- } catch (err) {
- console.log(err);
- }
+ });
},
beforeAvatarUpload(file) {
console.log(file, 41231);
@@ -1393,6 +1456,14 @@ export default {
DelVideo(index) {
this.ruleForm.radioVideo.splice(index, 1);
},
+ handleRemove(file) {
+ console.log(file);
+ // delFile({ wjUrl: item.url }).then(res => {
+ // if (res.code == 200) {
+ // this.$message.success("删除成功");
+ // }
+ // });
+ },
// 图片删除
deldialogimg(index) {
this.ruleForm.imgUrls.splice(index, 1);
@@ -1506,6 +1577,14 @@ export default {
this.radioType = true;
});
},
+ delDataImg(item,index){
+ this.dataImg.splice(index,1)
+ delFile({ wjUrl: item }).then(res => {
+ if (res.code == 200) {
+ this.$message.success("删除成功");
+ }
+ });
+ },
// 图片删除
deldialogimg(item, index, type) {
console.log(index, type);