city_pickers
city_pickers copied to clipboard
选择城市,点击完成后报错
NoSuchMethodError: The setter 'provinceName=' was called on null. Receiver: null Tried calling: provinceName=""
@langlang1015 这个报错信息也太.....少了. 有详细的位置 ?
加个判断.if (result != null) . 在result不为null时赋值
@FiathZZ 什么情况下. 出现的报错呢?
@langlang1015 什么情况下的报错呢?