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