|
@@ -0,0 +1,29 @@
|
|
|
+<?php ?>
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta name="viewport" content="width=750,user-scalable=no,target-densitydpi=device-dpi">
|
|
|
+ <meta name="format-detection" content="telephone=no">
|
|
|
+ <title>捐步排行榜</title>
|
|
|
+ <link rel="stylesheet" href="<?php echo RESOURCE_SITE_URL; ?>/mobile/festival/freeCollection/css/style.css?<?php echo bonus_version(); ?>">
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+<div class="container">
|
|
|
+</div>
|
|
|
+
|
|
|
+<script src="<?php echo RESOURCE_SITE_URL; ?>/mobile/comm/new_bridge.js"></script>
|
|
|
+<script src="<?php echo RESOURCE_SITE_URL; ?>/mobile/comm/jquery-1.11.0.min.js?<?php echo bonus_version(); ?>"></script>
|
|
|
+<script>
|
|
|
+ $(function () {
|
|
|
+ var jsBridge = new Bridge();
|
|
|
+ console.log(jsBridge);
|
|
|
+ console.log(11);
|
|
|
+
|
|
|
+
|
|
|
+ });
|
|
|
+</script>
|
|
|
+</body>
|
|
|
+</html>
|