yinLiangDream / mp-colorui

MP-COLORUI 是基于 Taro框架的组件库,由于作者平时工作较忙,有时回复不及时,有事可以加QQ群 1145534886 咨询,文档请看这里→
https://yinliangdream.github.io/mp-colorui-doc/
MIT License
365 stars 41 forks source link

这个怎么重置默认城市 #46

Closed HelloSuLei closed 4 years ago

HelloSuLei commented 4 years ago

微信截图_20191216094328

PlutoCA commented 4 years ago

我也碰到这问题,在state设置了一个place初始值,然后想更改,

 <ClSelect
  onChange={this.changeRegion}
  className="region_select"
  mode="region"
  title="选择城市"
  region={{ value: place }}
/>

setState 设置无效 监听这个place值已经更改了,页面上的选中值改不了 @yinLiangDream

yinLiangDream commented 4 years ago

@HelloSuLei @PlutoCA 我检查了一下,是代码问题,下个版本修复哈

PlutoCA commented 4 years ago

好的

@HelloSuLei @PlutoCA 我检查了一下,是代码问题,下个版本修复哈

👌