Compare commits
No commits in common. "e50bd3fba4b6153e59aef88bf0d5bd91ea1d6f0c" and "f8e2f269d83ad934f1b304edf757c5771271a95f" have entirely different histories.
e50bd3fba4
...
f8e2f269d8
|
@ -1983,7 +1983,7 @@ const getData = async (e) => {
|
||||||
changeRs(e1);
|
changeRs(e1);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
//列表点击->点击年龄
|
//列表点击
|
||||||
const getDatasL = async (e, i) => {
|
const getDatasL = async (e, i) => {
|
||||||
//y用来判断选中标签后,点击街道,不重复渲染
|
//y用来判断选中标签后,点击街道,不重复渲染
|
||||||
if (i == "9999") {
|
if (i == "9999") {
|
||||||
|
|
Loading…
Reference in New Issue