feat(AddressEdit): add new event click-area (#5939)

This commit is contained in:
rex
2020-03-29 06:45:59 +08:00
committed by GitHub
parent ed28f808b2
commit 6ee5448b35
2 changed files with 13 additions and 0 deletions

View File

@@ -297,6 +297,7 @@ export default createComponent({
value={this.areaText}
onFocus={onFocus('areaCode')}
onClick={() => {
this.$emit('click-area');
this.showAreaPopup = !disableArea;
}}
/>