Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 594 Bytes

dev_note.md

File metadata and controls

25 lines (19 loc) · 594 Bytes

2022.12.15

  • [] 增加 nanoid(似乎不需要, 由于数据是 array, 删除时只需要 index 就行)

edit 页面

  • uni-checkbox 换成 内置checkbox
  • [] uni-form 换成 内置 form

2022.12.14

plan 页面

  • 使用短按进入编辑页面
  • [] 长按进入删除模式(参考小米时钟),
  • 新增按钮需要悬浮
  • [] plan 组件

onLoad state 是 loading 获得 this.plans(可能是空 list) 和 this.lastSelect

computed chosenMode 返回 this.plans[this.lastSelect] (可能是 undefined)

watch chosenMode (换 模式 的时候, 需要清零计时)