Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

未定義檢查有問題 #23

Open
SmallSmallBear opened this issue Sep 7, 2018 · 1 comment
Open

未定義檢查有問題 #23

SmallSmallBear opened this issue Sep 7, 2018 · 1 comment

Comments

@SmallSmallBear
Copy link

在載入舊資料時 因為台 是以簡字儲存 所以 dc 會有值 但在 data 會找不到
if ('undefined' !== typeof data[dc][dd])
應該改為
if ('undefined' !== typeof data[dc] && 'undefined' !== typeof data[dc][dd])

@essoduke
Copy link
Owner

已修正這個問題。
另外加入了自動轉換縣市的簡化字(台/臺)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants