guhongwei 4 anni fa
parent
commit
e02e74b033
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      src/views/room/detail.vue

+ 3 - 1
src/views/room/detail.vue

@@ -25,7 +25,9 @@ export default {
     topInfo,
   },
   data: () => ({
-    form: {},
+    form: {
+      adverts: [],
+    },
     newlist: [],
   }),
   created() {