增加激活码列表页面,修复进件部分问题
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user