This commit is contained in:
2025-09-17 13:18:40 +08:00
parent 31bfde4fbb
commit 0a8a7b1f17
6 changed files with 74 additions and 41 deletions

View File

@@ -100,6 +100,11 @@
handleChange1 (e) {
if (e) {
this._getRegionByPoint(e)
} else {
uni.showToast({
title: 'scan',
icon: 'none'
})
}
},
async _getRegionByPoint (e) {