DESKTOP-O04BTUJ\muzen %!s(int64=3) %!d(string=hai) anos
pai
achega
959798dec4
Modificáronse 1 ficheiros con 4 adicións e 6 borrados
  1. 4 6
      src/components/Upload/index.vue

+ 4 - 6
src/components/Upload/index.vue

@@ -53,12 +53,6 @@ export default {
       default: ''
     }
   },
-  watch: {
-    url(val) {
-      this.newUrl = val ? val : ''
-      this.hidden = val ? false : true
-    }
-  },
   data() {
     return {
       // 上传地址
@@ -101,6 +95,10 @@ export default {
     measure(val) {
       this.width = Number(val.split('*')[0]),
       this.height = Number(val.split('*')[1])
+    },
+    url(val) {
+      this.newUrl = val ? val : ''
+      this.hidden = val ? false : true
     }
   },
   methods: {