|
@@ -305,7 +305,7 @@ $(document).ready(function () {
|
|
|
// console.log(location.href);
|
|
|
|
|
|
// Qrcode頁面
|
|
|
-$(document).ready(function () {
|
|
|
+// $(document).ready(function () {
|
|
|
// collecturl = location.search;
|
|
|
// collecturl = collecturl.split("&")[0];
|
|
|
// console.log("collecturl = " + collecturl); // test
|
|
@@ -335,7 +335,7 @@ $(document).ready(function () {
|
|
|
});
|
|
|
}
|
|
|
get_data();
|
|
|
-});
|
|
|
+// });
|
|
|
|
|
|
function copyEvent(id) {
|
|
|
var str = document.getElementById(id);
|