geer-builder 1.2.804 → 1.2.805
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<q-card class="incentive-log-dialog" style="min-width: 400px;">
|
|
3
3
|
<q-bar class="bg-primary text-white q-pa-lg">
|
|
4
|
-
<q-icon class="q-mr-sm" name="fa fa-card"></q-icon>
|
|
4
|
+
<q-icon class="q-mr-sm" name="fa fa-credit-card"></q-icon>
|
|
5
5
|
<b>Scan Privilege Card</b>
|
|
6
6
|
<q-space />
|
|
7
7
|
<q-btn dense flat icon="close" v-close-popup>
|
|
@@ -59,6 +59,7 @@ import { Html5QrcodeScanner } from "html5-qrcode";
|
|
|
59
59
|
});
|
|
60
60
|
},
|
|
61
61
|
async onScanSuccess(data) {
|
|
62
|
+
this.$q.dialog({ title: 'Success', message: "Scan Success" });
|
|
62
63
|
this.unique_code = data
|
|
63
64
|
this.confirm_disabled = false
|
|
64
65
|
},
|
|
@@ -82,4 +83,4 @@ import { Html5QrcodeScanner } from "html5-qrcode";
|
|
|
82
83
|
</script>
|
|
83
84
|
<style lang="scss">
|
|
84
85
|
|
|
85
|
-
</style>
|
|
86
|
+
</style>
|