摘要: import { useStore } from 'vuex'; let store = useStore(); const item = computed(() => { return { name: store.state.printerName, deviceId: store.state.d 阅读全文
posted @ 2025-03-06 15:35 格林格林 阅读(23) 评论(0) 推荐(0)
摘要: let wait = ref() function wait(){ //打开等待弹窗 wait.value = plus.nativeUI.showWaiting("正在连接蓝牙..."); // 2秒后更新等待对话框上显示的文字内容 setTimeout(function(){ w.setTitl 阅读全文
posted @ 2025-03-06 11:13 格林格林 阅读(38) 评论(0) 推荐(0)