Commit 006c3b01 authored by GuanHua's avatar GuanHua

fix: 店铺地区选择问题

parent 41711913
...@@ -76,10 +76,10 @@ const CityCascader: React.FC<CitySelectPropsType> = (props) => { ...@@ -76,10 +76,10 @@ const CityCascader: React.FC<CitySelectPropsType> = (props) => {
}) })
if (item.areaResponses) { if (item.areaResponses) {
const tempCityList = [] const tempCityList = []
tempCityList.push({ // tempCityList.push({
lable: "所有", // lable: "所有",
value: "0" // value: "0"
}) // })
for (const cityItem of item.areaResponses) { for (const cityItem of item.areaResponses) {
tempCityList.push({ tempCityList.push({
lable: cityItem.name, lable: cityItem.name,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment