vctfence / scrapbee

Mozilla Public License 2.0
40 stars 22 forks source link

Fix showDlg broken #9

Closed yfdyh000 closed 5 years ago

yfdyh000 commented 5 years ago

Fix #7.

另外,有尝试将showDlg系列从回调改成Promise,但data等方面总弄不好。

vctfence commented 5 years ago

Promise 可以考虑试试, 我也不大喜欢callback

vctfence commented 5 years ago

将dialog跟promise结合了一下, 感觉效果还好 :)

yfdyh000 commented 5 years ago

我是尝试const showDlg = async (type, data) => {,但没调通。