Commit 006c3b01 authored by GuanHua's avatar GuanHua

fix: 店铺地区选择问题

parent 41711913
......@@ -76,10 +76,10 @@ const CityCascader: React.FC<CitySelectPropsType> = (props) => {
})
if (item.areaResponses) {
const tempCityList = []
tempCityList.push({
lable: "所有",
value: "0"
})
// tempCityList.push({
// lable: "所有",
// value: "0"
// })
for (const cityItem of item.areaResponses) {
tempCityList.push({
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