guhongwei 2 years ago
parent
commit
0f87277e4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      commpents/pagesMatchs/achieve/achieve-3.js

+ 1 - 1
commpents/pagesMatchs/achieve/achieve-3.js

@@ -4,7 +4,7 @@ Component({
      * 组件的属性列表
      */
     properties: {
-        cList: { typ: Array }
+        cList: { type: Array }
     },
 
     /**