摘要: <template> <div class="calendar-main"> <div class="choose_year"> <div class="icon" @click="chooseYears(-1)"><i class="el-icon-d-arrow-left"></i></div> 阅读全文
posted @ 2019-07-25 14:04 黎明之光123 阅读(2824) 评论(1) 推荐(1)
摘要: /** * @return {boolean} */ export const IdentityCodeValid = function IdentityCodeValid(rule, code, callback) { let city = { 11: "北京", 12: "天津", 13: "河北", 14: "山西... 阅读全文
posted @ 2019-07-25 14:02 黎明之光123 阅读(252) 评论(0) 推荐(0)