<script module="test" lang="renderjs">
import { useLocationStore } from "../../stores/locationStore.js";
import { debounce } from "../../utils/debounce.js";
import popup from '../index/popup.vue';
const locationStore = useLocationStore();
import AMapLoader from "@amap/amap-jsapi-loader";
let map = null;
export default {
data(){
return {
currentList: null,
stat: 0,
}
},
components: {
popup
},
1***@qq.com (作者)
那这里可以怎么和普通script通信传值,能用axios或者uni.request吗
2024-08-14 11:14
BFC
回复 1***@qq.com: this.$ownerInstance.callMethod 这种方式和普通script 通信
2024-08-14 11:44