jufubao-base 1.0.197-beta7 → 1.0.197-beta8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -466,7 +466,12 @@ export default {
|
|
|
466
466
|
2、正确格式需包含(label,value)字段。
|
|
467
467
|
例如: [{label: \'北京市\',value: 1},{label: \'广东省\',value: 2}]`);
|
|
468
468
|
} else {
|
|
469
|
+
console.log(this.level,'this.levelthis.levelthis.level');
|
|
470
|
+
|
|
469
471
|
this.cityList = this.$xdUniHelper.cloneDeep(cityList);
|
|
472
|
+
if(cityList.length === 1&&this.level===0) {
|
|
473
|
+
this.selectCity(cityList[0]);
|
|
474
|
+
}
|
|
470
475
|
}
|
|
471
476
|
} else {
|
|
472
477
|
//选择完成操作
|