parkingwang / vehicle-keyboard-js

停车王车牌号码专用键盘 - 基于vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

新能源调用isProvince方法报错

leonineli opened this issue · comments

新能源调用isProvince方法报错,要改一下help.js
function isProvince (str) {
return contains(def.S_CIVIL_PVS, str)
}
改为:
export function isProvince (str) {
return contains(def.S_CIVIL_PVS, str)
}