当前位置:   article > 正文

uni-app APP里的toast字体放大_uni.$u.toast

uni.$u.toast
showNewToast(msg){
	plus.nativeUI.toast(
		"<font style=\"font-size:54px\">"+msg+"</font>", {
			type: 'richtext',
			duration: 'short',
			richTextStyle: {
				align: 'center'
			},
			verticalAlign: "center"
		});
}
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11

参考:https://www.html5plus.org/doc/zh_cn/nativeui.html#plus.nativeUI.alert

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号