更新city
This commit is contained in:
parent
b237a9a0dc
commit
c50f4080a3
0
gym_list.txt
Normal file
0
gym_list.txt
Normal file
@ -635,8 +635,8 @@
|
|||||||
if (cityDict[$(e).text()])
|
if (cityDict[$(e).text()])
|
||||||
$(e).text(cityDict[$(e).text()]);
|
$(e).text(cityDict[$(e).text()]);
|
||||||
else if($(e).text().trim().split(' ')[0]==='Your')
|
else if($(e).text().trim().split(' ')[0]==='Your')
|
||||||
if(propertyDict[$(e).text().trim().split(' ').slice(1).join(' ')])
|
if(propertyDict[$(e).text().trim().slice(5)])
|
||||||
$(e).text('你的'+propertyDict[$(e).text().trim().split(' ').slice(1).join(' ')]);
|
$(e).text('你的'+propertyDict[$(e).text().trim().slice(5)]);
|
||||||
});
|
});
|
||||||
|
|
||||||
// 快速链接中的分类选择
|
// 快速链接中的分类选择
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user