获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
请问您这个问题解决了吗
该怎么重置piker和textview等组件?我想在request之后重置piker和textarea,请问该怎么做?设置什么值? <view class='view_head'> <view class='view_head_content'> <picker class='pk' bindchange="bindPickerChange" value="{{stockindex}}" range='{{stockNos}}' range-key="{{'value'}}"> <view class="picker">{{stockNos[stockindex].value}}</view> </picker> </view> <view class='view_head_content'> <picker class='pk' mode="date" value="{{date}}" start="{{nowDate}}" end="{{endDate}}" bindchange="bindDateChange"> <view class="picker">{{date}}</view> </picker> </view> <view class='view_head_content'> <textarea class='txtarea' bindinput='remarkInput'></textarea> </view>
2019-04-01