feat: 完成绘制汉字基础功能
This commit is contained in:
@@ -30,12 +30,12 @@ Component({
|
||||
ready() {
|
||||
},
|
||||
},
|
||||
observers: {
|
||||
/* observers: {
|
||||
cardList(newVal: CardList) {
|
||||
const selectedWords = newVal.map((item) => item.word);
|
||||
this.setData({ selectedWords });
|
||||
},
|
||||
},
|
||||
}, */
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user