对接切换小区接口
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user