<View>
<AtModal
isOpened={isOpened}
title="标题"
cancelText="取消"
confirmText="确认"
onClose={() => {
this.handleClose();
}}
onCancel={() => {
this.handleCancel();
}}
onConfirm={() => {
this.handleConfirm();
}}
content={userGuide}
/>
</View>
Taro+react开发(39)taro中model使用
浙公网安备 33010602011771号