Selaa lähdekoodia

适配低版本调试库

xiaohaizhao 2 vuotta sitten
vanhempi
commit
673d206df4
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      pages/classroom/modules/list/index.js

+ 3 - 1
pages/classroom/modules/list/index.js

@@ -1,6 +1,8 @@
 Component({
     properties: {
-        list: Array
+        list: {
+            type: Array
+        }
     },
     methods: {
         toDetail(e) {