Fix:3829 【商城小程序】首次进入供应商入驻页面省市区选项显示“null”

This commit is contained in:
LinCyJang
2025-06-02 12:51:25 +08:00
parent f801863241
commit 8f28c33ba2
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
<view class="">
<CitySelect
ref="cityselect"
:defaultValue="addressText"
:defaultValue="addressText || ''"
@callback="result"
:items="district"
></CitySelect>