Commit fe63eef5 authored by 华国豪's avatar 华国豪 🙄

1

parent 63787aab
...@@ -1002,7 +1002,7 @@ export default { ...@@ -1002,7 +1002,7 @@ export default {
y.City_Name = "沈阳" y.City_Name = "沈阳"
} }
if(y.City_Name == "所有城市") { if(y.City_Name == "所有城市") {
y.City_Name == "" y.City_Name = ""
} }
}) })
deleteIdiot.push(x) deleteIdiot.push(x)
......
...@@ -1087,7 +1087,7 @@ export default { ...@@ -1087,7 +1087,7 @@ export default {
y.City_Name = "沈阳" y.City_Name = "沈阳"
} }
if(y.City_Name == "所有城市") { if(y.City_Name == "所有城市") {
y.City_Name == "" y.City_Name = ""
} }
}) })
deleteIdiot.push(x) deleteIdiot.push(x)
......
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