update
This commit is contained in:
@@ -7,9 +7,8 @@ import Api from "../api/index.js";
|
||||
const show = defineModel('show');
|
||||
const detail = reactive({});
|
||||
onMounted(() => {
|
||||
Api.system.getQrcode(1).then(({data}) => {
|
||||
Api.system.getQrcode(2).then(({data}) => {
|
||||
Object.assign(detail, data);
|
||||
console.log('我坎坎坷坷', detail)
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user