ray组件中如何使用小程序的进度条progress组件?
Posted: 2022年 Nov 1日 16:49
我在ray函数组件中直接使用小程序的组件,运行时报错,请问progress这个组件怎么使用
我在ray函数组件中直接使用小程序的组件,运行时报错,请问progress这个组件怎么使用
请问你是怎么写的呢?运行报什么错误?
return (
<View className="c-width-full scene-home-wrapper">
<ScrollView className="scene-home-scroll-wrapper" scrollY>
{scenesRowRenderList.map(renderSceneRowItem)}
</ScrollView>
<View>
<progress></progress>
</View>
</View>
);