我在ray函数组件中直接使用小程序的组件,运行时报错,请问progress这个组件怎么使用
ray组件中如何使用小程序的进度条progress组件?
-
- Posts: 18
Re: ray组件中如何使用小程序的进度条progress组件?
请问你是怎么写的呢?运行报什么错误?
-
- Posts: 18
Re: 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>
);