diff --git a/src/project/baiduAI/AppDialogue/AppDialogue.vue b/src/project/baiduAI/AppDialogue/AppDialogue.vue index 00a1526..fde6b0b 100644 --- a/src/project/baiduAI/AppDialogue/AppDialogue.vue +++ b/src/project/baiduAI/AppDialogue/AppDialogue.vue @@ -98,20 +98,20 @@ export default { onLoad() { this.autoLogin().then(() => { this.getHistoryList() - uni.getLocation({ - type: 'wgs84', // 返回可以用于uni.openLocation的经纬度,默认为wgs84的gps坐标 - success : (res) => { - let location = `${res.latitude}, ${res.longitude}` - this.$instance.post(`/admin/area/reverseGeocoding?location=${location}`).then(res => { - if(res && res.code == 0){ - this.areaId = res.data.result.addressComponent.adcode + '000000' - } - }) - }, - fail: (error) => { - console.log('获取位置失败:', error); - } - }); + // uni.getLocation({ + // type: 'wgs84', // 返回可以用于uni.openLocation的经纬度,默认为wgs84的gps坐标 + // success : (res) => { + // let location = `${res.latitude}, ${res.longitude}` + // this.$instance.post(`/admin/area/reverseGeocoding?location=${location}`).then(res => { + // if(res && res.code == 0){ + // this.areaId = res.data.result.addressComponent.adcode + '000000' + // } + // }) + // }, + // fail: (error) => { + // console.log('获取位置失败:', error); + // } + // }); }) recorderManager.onStop((res)=> { this.upLoad(res.tempFilePath) diff --git a/src/project/lianhua/AppEnteringVillage/AppEnteringVillage.vue b/src/project/lianhua/AppEnteringVillage/AppEnteringVillage.vue new file mode 100644 index 0000000..3d371e9 --- /dev/null +++ b/src/project/lianhua/AppEnteringVillage/AppEnteringVillage.vue @@ -0,0 +1,664 @@ + + + + diff --git a/src/project/lianhua/AppEnteringVillage/custom.png b/src/project/lianhua/AppEnteringVillage/custom.png new file mode 100644 index 0000000..35b3676 Binary files /dev/null and b/src/project/lianhua/AppEnteringVillage/custom.png differ diff --git a/src/project/lianhua/AppEnteringVillage/custom_selected.png b/src/project/lianhua/AppEnteringVillage/custom_selected.png new file mode 100644 index 0000000..3895108 Binary files /dev/null and b/src/project/lianhua/AppEnteringVillage/custom_selected.png differ