import { ref, reactive } from "vue"; | import { ref, reactive } from "vue"; | ||||
import { onLoad, onReady } from "@dcloudio/uni-app"; | import { onLoad, onReady } from "@dcloudio/uni-app"; | ||||
import { fileURL } from "@/datas/fileURL.js"; | import { fileURL } from "@/datas/fileURL.js"; | ||||
const imgURL = `${fileURL}image/`; | const imgURL = `${fileURL}image/`; | ||||
const selectedUrl = "common/selected.png`"; | const selectedUrl = "common/selected.png`"; |