增加激活码列表页面,修复进件部分问题

This commit is contained in:
2026-01-16 13:42:58 +08:00
parent 6bbe3b2d09
commit 6535b6f580
29 changed files with 3583 additions and 128 deletions

View File

@@ -159,11 +159,12 @@
return this.zIndex ? this.zIndex : this.$u.zIndex.popup;
}
},
emits: ['city-change'],
emits: ['city-change','init'],
methods: {
async getRegon(){
const res=await region()
this.provinces=res||[]
this.emits('init',res)
},
init() {
if (this.areaCode.length == 3) {