对接切换小区接口

This commit is contained in:
zhouyanli
2026-04-22 18:00:48 +08:00
parent c71102f256
commit 057758772e
9 changed files with 493 additions and 404 deletions

View File

@@ -75,9 +75,17 @@
<script setup>
import { ref, onMounted } from 'vue'
// import { onLoad, onShow } from '@dcloudio/uni-app'
import { onLoad, onShow } from '@dcloudio/uni-app'
const isLoading = ref(false)
// =====方法====
onLoad((options) =>{
console.log('options',options.id)
})
// 下载文件
const downloadFile = (fileName) => {
uni.showModal({