Taro+react开发(39)taro中model使用
Posted 小歌谣(公众号同名)
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Taro+react开发(39)taro中model使用相关的知识,希望对你有一定的参考价值。
<View>
<AtModal
isOpened={isOpened}
title="标题"
cancelText="取消"
confirmText="确认"
onClose={() => {
this.handleClose();
}}
onCancel={() => {
this.handleCancel();
}}
onConfirm={() => {
this.handleConfirm();
}}
content={userGuide}
/>
</View>
以上是关于Taro+react开发(39)taro中model使用的主要内容,如果未能解决你的问题,请参考以下文章