关于van-area组件 问题 设置 value="210102" 我value明明设置了一个固定值,
,但是我发现 代码
picker.setIndexes([this.getIndex('province', code), this.getIndex('city', code), this.getIndex('county', code)]);
解析出来的位置是正确的,但是页面显示的位置却有问题,
第一个是省级回显是北京市,,市级和区级是正常 沈阳市和和平区,这就让人等蛋疼了。
关于van-area组件 问题 设置 value="210102" 我value明明设置了一个固定值,
,但是我发现 代码
picker.setIndexes([this.getIndex('province', code), this.getIndex('city', code), this.getIndex('county', code)]);
解析出来的位置是正确的,但是页面显示的位置却有问题,
第一个是省级回显是北京市,,市级和区级是正常 沈阳市和和平区,这就让人等蛋疼了。