收藏
回答

该怎么重置piker和textview等组件?

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 需求 piker textarea 客户端 不知道 不知道

我想在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>


回答关注问题邀请回答
收藏

2 个回答

  • 晴天
    晴天
    2019-04-01

    请问您这个问题解决了吗

    2019-04-01
    有用
    回复
  • 杨泉
    杨泉
    2019-01-23

    这。。。

    重新setData

    至于该怎么用

    我觉得还是该好好理解理解文档

    2019-01-23
    有用
    回复
登录 后发表内容