This commit is contained in:
parent
f4a9b5ce21
commit
eafb575f09
|
@ -316,8 +316,11 @@ const initAreaMap = async () => {
|
|||
bg.setOption(option);
|
||||
bg.on('click', function (params) {
|
||||
|
||||
console.log(params, 'parmas')
|
||||
|
||||
|
||||
if (isMainScreen) {
|
||||
sendFn('choseTown', { name: params.name })
|
||||
sendFn('choseTown', { name: params?.name||params?.value })
|
||||
} else {
|
||||
areaStore.areaCodeList.forEach(item => {
|
||||
if (item.name == (params.name || params.value)) {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<leftCenter :data="data" :key="data.land_id"></leftCenter>
|
||||
</div>
|
||||
<div class="top center">
|
||||
<!-- <JessibucaDemo v-if="video_url&&showVideo" :src="video_url"></JessibucaDemo> -->
|
||||
<JessibucaDemo v-if="video_url&&showVideo" :src="video_url"></JessibucaDemo>
|
||||
</div>
|
||||
</div>
|
||||
<div class="center">
|
||||
|
|
Loading…
Reference in New Issue