|
@@ -398,7 +398,7 @@ $(document).ready(function () {
|
|
|
$(".qrcode").click(function () {
|
|
|
liff.scanCode().then(result => {
|
|
|
// e.g. result = { value: "Hello LIFF app!" }
|
|
|
- alert(JSON.stringify(result); // test
|
|
|
+ alert(JSON.stringify(result)); // test
|
|
|
$('#address').val(result.value);
|
|
|
}).catch(err => {
|
|
|
alert(JSON.stringify(err)); // test
|