English is not my mother tongue; please excuse any errors on my part.
Visual Studio Code Native-Weex Snippets
for internal company use only
nw.utils.dialog Tab
nw.utils.dialog({
content: '富强 民主 文明 和谐',
buttons: [
{
name: '是',
style: 0,
action(tag) {},
},
],
});
nw.utils.closeDialog Tab
nw.utils.closeDialog('all');
MIT License, refer to license file.
** Enjoy!**