小程序穿透滚动
<view catchtouchmove=
"true"
>
<textarea fixed />
<text>你好</text>
<view class=
"list"
style=
"height:100rpx;overflow-y:scroll"
>
//这块会是一个可滚动区域,请问如何让这块可以滚动....在这个弹窗设置catchtouchmove后
<text>1</text>
<text>1</text>
<text>1</text>
<text>1</text>
<text>1</text>
<text>1</text>
</view>
</view>