diff --git a/lib/watcher.js b/lib/watcher.js
index d80edec..84576a0 100644
--- a/lib/watcher.js
+++ b/lib/watcher.js
@@ -2,6 +2,7 @@ var chokidar = require('chokidar');
var io = require('./socket');
var path = require('path');
var clc = require('cli-color');
+var cwd = process.cwd();
chokidar.watch(path.join(process.cwd()))
.on('change', function(path) {
if (isType(path, 'ftl')) {
@@ -16,7 +17,9 @@ chokidar.watch(path.join(process.cwd()))
if( isType(path, 'js')) {
io.emit('reloadAll');
}
- console.log(clc.blackBright(path) + ': ' + clc.green('changed'));
+ console.log(
+ clc.bgMagenta('|watch|'),
+ clc.blackBright('["' + path.replace(cwd + '/', '') + '"]') + ' ' + clc.green('changed'));
});
function isType(path, type) {
diff --git a/routes/reload.js b/routes/reload.js
index 8116508..0606cb3 100644
--- a/routes/reload.js
+++ b/routes/reload.js
@@ -11,15 +11,15 @@ var types = [
];
router.get('*', function(req, res, next) {
var file;
- if (req.url == '/') {
- var _fi = existIndex();
+ if (req.url.slice(-1) == '/') {
+ var _fi = existIndex(req.url);
_fi ? file = _fi : next();
} else {
var _ft = existType(req.url);
- _ft ? file = _ft : next();
+ _ft ? file = _ft : next();
}
if (file) {
- sendRenderHtml(path.join(cwd, file), res);
+ sendRenderHtml(file, res);
}
});
@@ -39,10 +39,11 @@ function sendRenderHtml(file, res) {
});
}
-function existIndex() {
+function existIndex(url) {
for (var i = 0, len = types.length; i < len; i ++) {
- if (fs.existsSync(path.join(cwd, 'index' + types[i]))) {
- return 'index' + types[i];
+ url = path.join(cwd, url,'index' + types[i]);
+ if (fs.existsSync(url)) {
+ return url;
}
return false;
}
@@ -51,6 +52,7 @@ function existIndex() {
function existType(url) {
for (var i = 0, len = types.length; i < len; i ++ ) {
if (url.indexOf(types[i]) > -1) {
+ url = path.join(cwd, url);
return url;
}
}
diff --git a/template/app/config.json b/template/app/config.json
new file mode 100644
index 0000000..a81ac0e
--- /dev/null
+++ b/template/app/config.json
@@ -0,0 +1,486 @@
+{
+ "resize": {
+ "path": "/Users/elr-mbp/Desktop/guangzhou/",
+ "width": 180,
+ "height": 180
+ },
+ "deployPath": "70s/1406-1/",
+ "prizeSwitch": 1,
+ "ajaxList": {
+ "/prize/ajax/prizeDraw?groupId=393": {
+ "code": 200,
+ "msg": {
+ "chanceNum": 498,
+ "recordId": 2258566,
+ "prize": {
+ "memo": "",
+ "pic": "",
+ "prizeId": 1798,
+ "prizeName": "1.8",
+ "prizeType": 1.8,
+ "rank": 1
+ }
+ }
+ },
+ "/prize/ajax/prizeDraw?groupId=389": {
+ "code": 200,
+ "msg": {
+ "chanceNum": 498,
+ "recordId": 2258566,
+ "prize": {
+ "memo": "",
+ "pic": "",
+ "prizeId": 1798,
+ "prizeName": "1.8",
+ "prizeType": 1.8,
+ "rank": 1
+ }
+ }
+ },
+ "/activityvip/hLife/addHLifeUser?cityID=0":{
+ "code":200,
+ "msg":{
+ "status":1,
+ "userID":2131,
+ "loveNum":2
+ }
+ },
+ "/activityvip/hLife/addHLifeCommend":{
+ "code":200
+ },
+ "/activityvip/hLife/addHLifeTryDriver?name=1&phoneNum=13127995662&cityID=1":{
+ "code":200
+ },
+ "/activityvip/hLife/getShopByCityID?cityID=8": {
+ "code": 200,
+ "shopDTOs": [{
+ "activityID": 177,
+ "cityID": 1,
+ "foretasteFund": null,
+ "groupNum": null,
+ "groupType": 0,
+ "id": 234,
+ "nowPrice": "25.0",
+ "num": null,
+ "oldPrice": "46.0",
+ "saledNum": 0,
+ "shopID": 5091832,
+ "shopIntroduce": "6666品古镇文化风韵,赏庭院美景如画,尝缤纷美味小吃",
+ "shopPic": "http:\/\/i2.s2.51ping.com\/pc\/promo\/d83c230e10d185b605d85738e78b6121(440c272)\/thumb.jpg",
+ "shopTitle": "南翔老街景点联票",
+ "status": 1
+ }]
+ },
+ "/activityvip/hLife/getShopByCityID?cityID=5": {
+ "code": 200,
+ "shopDTOs": [{
+ "activityID": 177,
+ "cityID": 1,
+ "foretasteFund": null,
+ "groupNum": null,
+ "groupType": 0,
+ "id": 234,
+ "nowPrice": "25.0",
+ "num": null,
+ "oldPrice": "46.0",
+ "saledNum": 0,
+ "shopID": 5091832,
+ "shopIntroduce": "5555品古镇文化风韵,赏庭院美景如画,尝缤纷美味小吃",
+ "shopPic": "http:\/\/i2.s2.51ping.com\/pc\/promo\/d83c230e10d185b605d85738e78b6121(440c272)\/thumb.jpg",
+ "shopTitle": "南翔老街景点联票",
+ "status": 1
+ }]
+ },
+ "/activityvip/hLife/getShopByCityID?cityID=4": {
+ "code": 200,
+ "shopDTOs": [{
+ "activityID": 177,
+ "cityID": 1,
+ "foretasteFund": null,
+ "groupNum": null,
+ "groupType": 0,
+ "id": 234,
+ "nowPrice": "25.0",
+ "num": null,
+ "oldPrice": "46.0",
+ "saledNum": 0,
+ "shopID": 5091832,
+ "shopIntroduce": "4444品古镇文化风韵,赏庭院美景如画,尝缤纷美味小吃",
+ "shopPic": "http:\/\/i2.s2.51ping.com\/pc\/promo\/d83c230e10d185b605d85738e78b6121(440c272)\/thumb.jpg",
+ "shopTitle": "南翔老街景点联票",
+ "status": 1
+ }]
+ },
+ "/activityvip/hLife/getShopByCityID?cityID=3": {
+ "code": 200,
+ "shopDTOs": [{
+ "activityID": 177,
+ "cityID": 1,
+ "foretasteFund": null,
+ "groupNum": null,
+ "groupType": 0,
+ "id": 234,
+ "nowPrice": "25.0",
+ "num": null,
+ "oldPrice": "46.0",
+ "saledNum": 0,
+ "shopID": 5091832,
+ "shopIntroduce": "333品古镇文化风韵,赏庭院美景如画,尝缤纷美味小吃",
+ "shopPic": "http:\/\/i2.s2.51ping.com\/pc\/promo\/d83c230e10d185b605d85738e78b6121(440c272)\/thumb.jpg",
+ "shopTitle": "南翔老街景点联票",
+ "status": 1
+ }]
+ },
+ "/activityvip/hLife/getShopByCityID?cityID=2": {
+ "code": 200,
+ "shopDTOs": [{
+ "activityID": 177,
+ "cityID": 1,
+ "foretasteFund": null,
+ "groupNum": null,
+ "groupType": 0,
+ "id": 234,
+ "nowPrice": "25.0",
+ "num": null,
+ "oldPrice": "46.0",
+ "saledNum": 0,
+ "shopID": 5091832,
+ "shopIntroduce": "222品古镇文化风韵,赏庭院美景如画,尝缤纷美味小吃",
+ "shopPic": "http:\/\/i2.s2.51ping.com\/pc\/promo\/d83c230e10d185b605d85738e78b6121(440c272)\/thumb.jpg",
+ "shopTitle": "南翔老街景点联票",
+ "status": 1
+ }]
+ },
+ "/activityvip/hLife/getShopByCityID?cityID=1": {
+ "code": 200,
+ "shopDTOs": [{
+ "activityID": 177,
+ "cityID": 1,
+ "foretasteFund": null,
+ "groupNum": null,
+ "groupType": 0,
+ "id": 234,
+ "nowPrice": "25.0",
+ "num": null,
+ "oldPrice": "46.0",
+ "saledNum": 0,
+ "shopID": 5091832,
+ "shopIntroduce": "111品古镇文化风韵,赏庭院美景如画,尝缤纷美味小吃",
+ "shopPic": "http:\/\/i2.s2.51ping.com\/pc\/promo\/d83c230e10d185b605d85738e78b6121(440c272)\/thumb.jpg",
+ "shopTitle": "南翔老街景点联票",
+ "status": 1
+ }, {
+ "activityID": 177,
+ "cityID": 1,
+ "foretasteFund": null,
+ "groupNum": null,
+ "groupType": 0,
+ "id": 233,
+ "nowPrice": "125.0",
+ "num": null,
+ "oldPrice": "338.0",
+ "saledNum": 0,
+ "shopID": 2008532,
+ "shopIntroduce": "静静观赏水乡风貌,感受民俗风情,梦回周庄,奇美景致!",
+ "shopPic": "http:\/\/i2.s2.51ping.com\/pc\/promo\/d83c230e10d185b605d85738e78b6121(440c272)\/thumb.jpg",
+ "shopTitle": "周庄一日游(含船票和演出)",
+ "status": 1
+ }, {
+ "activityID": 177,
+ "cityID": 1,
+ "foretasteFund": null,
+ "groupNum": null,
+ "groupType": 0,
+ "id": 232,
+ "nowPrice": "98.0",
+ "num": null,
+ "oldPrice": "128.0",
+ "saledNum": 0,
+ "shopID": 6169581,
+ "shopIntroduce": "环境很好,服务也热情!提供免费wifi,免费停车,男女通用!",
+ "shopPic": "http:\/\/i2.s2.51ping.com\/pc\/promo\/d83c230e10d185b605d85738e78b6121(440c272)\/thumb.jpg",
+ "shopTitle": "极乐汤碧云温泉馆",
+ "status": 1
+ }, {
+ "activityID": 177,
+ "cityID": 1,
+ "foretasteFund": null,
+ "groupNum": null,
+ "groupType": 0,
+ "id": 231,
+ "nowPrice": "98.0",
+ "num": null,
+ "oldPrice": "196.0",
+ "saledNum": 0,
+ "shopID": 15907964,
+ "shopIntroduce": "节假日通用!提供免费wifi,免费停车!",
+ "shopPic": "http:\/\/i2.s2.51ping.com\/pc\/promo\/d83c230e10d185b605d85738e78b6121(440c272)\/thumb.jpg",
+ "shopTitle": "万幕私人影院",
+ "status": 1
+ }, {
+ "activityID": 177,
+ "cityID": 1,
+ "foretasteFund": null,
+ "groupNum": null,
+ "groupType": 0,
+ "id": 230,
+ "nowPrice": "185.0",
+ "num": null,
+ "oldPrice": "200.0",
+ "saledNum": 0,
+ "shopID": 2858632,
+ "shopIntroduce": "可免费携带儿童!节假日通用,无需集合",
+ "shopPic": "http:\/\/i2.s2.51ping.com\/pc\/promo\/d83c230e10d185b605d85738e78b6121(440c272)\/thumb.jpg",
+ "shopTitle": "上海欢乐谷",
+ "status": 1
+ }, {
+ "activityID": 177,
+ "cityID": 1,
+ "foretasteFund": null,
+ "groupNum": null,
+ "groupType": 0,
+ "id": 229,
+ "nowPrice": "150.0",
+ "num": null,
+ "oldPrice": "360.0",
+ "saledNum": 0,
+ "shopID": 9335488,
+ "shopIntroduce": "4大密室主题+真人CS任你玩",
+ "shopPic": "http:\/\/i2.s2.51ping.com\/pc\/promo\/d83c230e10d185b605d85738e78b6121(440c272)\/thumb.jpg",
+ "shopTitle": "77真人密室逃脱+真人CS",
+ "status": 1
+ }, {
+ "activityID": 177,
+ "cityID": 1,
+ "foretasteFund": null,
+ "groupNum": null,
+ "groupType": 0,
+ "id": 228,
+ "nowPrice": "0.0",
+ "num": null,
+ "oldPrice": "0.0",
+ "saledNum": 0,
+ "shopID": 15924139,
+ "shopIntroduce": "聚会多快乐,优惠齐分享",
+ "shopPic": "http:\/\/i2.s2.51ping.com\/pc\/promo\/d83c230e10d185b605d85738e78b6121(440c272)\/thumb.jpg",
+ "shopTitle": "昱工坊DIY",
+ "status": 1
+ }, {
+ "activityID": 177,
+ "cityID": 1,
+ "foretasteFund": null,
+ "groupNum": null,
+ "groupType": 0,
+ "id": 227,
+ "nowPrice": "49.0",
+ "num": null,
+ "oldPrice": "90.0",
+ "saledNum": 0,
+ "shopID": 3384955,
+ "shopIntroduce": "百玩不厌,增强体魄,锻炼毅力,给孩子一个多彩童年",
+ "shopPic": "http:\/\/i2.s2.51ping.com\/pc\/promo\/d83c230e10d185b605d85738e78b6121(440c272)\/thumb.jpg",
+ "shopTitle": "大玩家儿童乐园(周浦万达店)",
+ "status": 1
+ }, {
+ "activityID": 177,
+ "cityID": 1,
+ "foretasteFund": null,
+ "groupNum": null,
+ "groupType": 0,
+ "id": 226,
+ "nowPrice": "58.0",
+ "num": null,
+ "oldPrice": "160.0",
+ "saledNum": 0,
+ "shopID": 17966703,
+ "shopIntroduce": "",
+ "shopPic": "http:\/\/i2.s2.51ping.com\/pc\/promo\/d83c230e10d185b605d85738e78b6121(440c272)\/thumb.jpg",
+ "shopTitle": "宝贝驾到婴童SPA生活馆(文涵店)",
+ "status": 1
+ }, {
+ "activityID": 177,
+ "cityID": 1,
+ "foretasteFund": null,
+ "groupNum": null,
+ "groupType": 0,
+ "id": 225,
+ "nowPrice": "89.9",
+ "num": null,
+ "oldPrice": "100.0",
+ "saledNum": 0,
+ "shopID": 13891985,
+ "shopIntroduce": "茶餐厅式的本帮菜馆,地道老上海味道一应俱全!",
+ "shopPic": "http:\/\/i2.s2.51ping.com\/pc\/promo\/d83c230e10d185b605d85738e78b6121(440c272)\/thumb.jpg",
+ "shopTitle": "锦逸",
+ "status": 1
+ }, {
+ "activityID": 177,
+ "cityID": 1,
+ "foretasteFund": null,
+ "groupNum": null,
+ "groupType": 0,
+ "id": 224,
+ "nowPrice": "89.9",
+ "num": null,
+ "oldPrice": "100.0",
+ "saledNum": 0,
+ "shopID": 6422744,
+ "shopIntroduce": "好吃 实惠 服务好 装修很有老上海调调",
+ "shopPic": "http:\/\/i2.s2.51ping.com\/pc\/promo\/d83c230e10d185b605d85738e78b6121(440c272)\/thumb.jpg",
+ "shopTitle": "年代秀飯堂(人民广场店)",
+ "status": 1
+ }, {
+ "activityID": 177,
+ "cityID": 1,
+ "foretasteFund": null,
+ "groupNum": null,
+ "groupType": 0,
+ "id": 223,
+ "nowPrice": "88.0",
+ "num": null,
+ "oldPrice": "100.0",
+ "saledNum": 0,
+ "shopID": 17877763,
+ "shopIntroduce": "韩寒的店",
+ "shopPic": "http:\/\/i2.s2.51ping.com\/pc\/promo\/d83c230e10d185b605d85738e78b6121(440c272)\/thumb.jpg",
+ "shopTitle": "很高兴遇见你(旗舰店)",
+ "status": 1
+ }]
+ },
+
+ "/prize/ajax/recordList?groupId=198&max=20": {
+ "code": 200,
+ "groupId": 231,
+ "max": 13,
+ "msg": {
+ "recordList": [{
+ "addDate": "2014-06-12 09:55",
+ "groupId": 231,
+ "prizeId": 1937,
+ "prizeName": "10只小龙虾",
+ "recordId": 1861374,
+ "userFace": "http://i3.dpfile.com/pc/9b43a8f51ba401fa0ed815ae9fcde6a0(48c48)/thumb.jpg",
+ "userId": 2492350,
+ "userNickName": "糖盒子__行大运"
+ }, {
+ "addDate": "2014-06-12 09:51",
+ "groupId": 231,
+ "prizeId": 1937,
+ "prizeName": "10只小龙虾",
+ "recordId": 1861303,
+ "userFace": "http://i3.dpfile.com/u/20101128/5958683_80665_s.jpg",
+ "userId": 5958683,
+ "userNickName": "五月的花儿别样红"
+ }, {
+ "addDate": "2014-06-12 09:33",
+ "groupId": 231,
+ "prizeId": 1936,
+ "prizeName": "20只小龙虾",
+ "recordId": 1860932,
+ "userFace": null,
+ "userId": 63414259,
+ "userNickName": "dpuser_5258070007"
+ }, {
+ "addDate": "2014-06-12 09:31",
+ "groupId": 231,
+ "prizeId": 1937,
+ "prizeName": "10只小龙虾",
+ "recordId": 1860881,
+ "userFace": "http://i1.dpfile.com/comm/userface/5932/2725932_57723_s.jpg",
+ "userId": 2725932,
+ "userNickName": "李二小姐"
+ }, {
+ "addDate": "2014-06-12 09:15",
+ "groupId": 231,
+ "prizeId": 1937,
+ "prizeName": "10只小龙虾",
+ "recordId": 1860557,
+ "userFace": "http://i2.dpfile.com/pc/1030ea9e8407310263ea5bc3d6a67a4c(48c48)/thumb.jpg",
+ "userId": 803778,
+ "userNickName": "xiu570822"
+ }, {
+ "addDate": "2014-06-12 09:15",
+ "groupId": 231,
+ "prizeId": 1937,
+ "prizeName": "10只小龙虾",
+ "recordId": 1860543,
+ "userFace": "http://i3.dpfile.com/pc/cf288054af3f33e63991569e764c5484(48c48)/thumb.jpg",
+ "userId": 14377164,
+ "userNickName": "huniuniumama"
+ }, {
+ "addDate": "2014-06-12 08:50",
+ "groupId": 231,
+ "prizeId": 1937,
+ "prizeName": "10只小龙虾",
+ "recordId": 1860097,
+ "userFace": "http://i2.dpfile.com/pc/f95e5621fc15c025aa71fb095d2cd793(48c48)/thumb.jpg",
+ "userId": 4524686,
+ "userNickName": "月亮5663"
+ }, {
+ "addDate": "2014-06-12 08:32",
+ "groupId": 231,
+ "prizeId": 1936,
+ "prizeName": "20只小龙虾",
+ "recordId": 1859851,
+ "userFace": null,
+ "userId": 45447012,
+ "userNickName": "桃子麻麻8010"
+ }, {
+ "addDate": "2014-06-12 08:26",
+ "groupId": 231,
+ "prizeId": 1937,
+ "prizeName": "10只小龙虾",
+ "recordId": 1859773,
+ "userFace": "http://i3.dpfile.com/pc/dedf6483a8480d297563c80902cc521b(48c48)/thumb.jpg",
+ "userId": 4018086,
+ "userNickName": "璐珠菁盈"
+ }, {
+ "addDate": "2014-06-12 08:16",
+ "groupId": 231,
+ "prizeId": 1937,
+ "prizeName": "10只小龙虾",
+ "recordId": 1859684,
+ "userFace": null,
+ "userId": 49200154,
+ "userNickName": "周周112132"
+ }, {
+ "addDate": "2014-06-12 06:59",
+ "groupId": 231,
+ "prizeId": 1937,
+ "prizeName": "10只小龙虾",
+ "recordId": 1859419,
+ "userFace": null,
+ "userId": 45446373,
+ "userNickName": "th1333"
+ }, {
+ "addDate": "2014-06-12 05:51",
+ "groupId": 231,
+ "prizeId": 1937,
+ "prizeName": "10只小龙虾",
+ "recordId": 1859338,
+ "userFace": "http://i2.dpfile.com/comm/userface/8804/1438804_67472_s.jpg",
+ "userId": 1438804,
+ "userNickName": "heriver"
+ }, {
+ "addDate": "2014-06-12 00:31",
+ "groupId": 231,
+ "prizeId": 1937,
+ "prizeName": "10只小龙虾",
+ "recordId": 1858928,
+ "userFace": "http://i3.dpfile.com/pc/ab4bea374a494d50cf71d4a2f14ae72a(48c48)/thumb.jpg",
+ "userId": 2920692,
+ "userNickName": "蛋奶星星茶"
+ }]
+ }
+ },
+ "/ajax/json/account/info": {
+ "code": 200,
+ "msg": {
+ "id": 15448257,
+ "email": "244883833@qq.com",
+ "name": "都被占用了啊",
+ "mobile": "13391129699"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/template/app/css/main.css b/template/app/css/main.css
new file mode 100644
index 0000000..905e16c
--- /dev/null
+++ b/template/app/css/main.css
@@ -0,0 +1,38 @@
+body
+{
+ font-family: 微软雅黑;
+ font-size: 13px;
+
+ position: relative;
+
+ width: 100%;
+ height: 100%;
+ margin: 0;
+ padding: 0;
+
+ background: #fff;
+}
+div,
+ul
+{
+ margin: 0;
+ padding: 0;
+}
+img
+{
+ width: 100%;
+ margin: 0;
+ padding: 0;
+
+ vertical-align: middle;
+}
+li
+{
+ list-style: none;
+}
+input
+{
+ border: none;
+ outline: none;
+ background: none;
+}
diff --git a/template/app/index.html b/template/app/index.html
new file mode 100644
index 0000000..8420a32
--- /dev/null
+++ b/template/app/index.html
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/template/app/js/dpShare.js b/template/app/js/dpShare.js
new file mode 100644
index 0000000..de25d24
--- /dev/null
+++ b/template/app/js/dpShare.js
@@ -0,0 +1,164 @@
+window.share_url = "http://event.dianping.com/market/地址阿亲/index.html?platform=notindp";
+window.share_desc = "";
+window.share_title = "";
+window.share_img = "";
+try {
+
+ window.DPAppUp = {};
+ window.DPAppUp.shareConfig = {
+ url: window.share_url,
+ image: window.share_img,
+ title: window.share_title,
+ desc: window.share_title
+ }
+
+ function initShare() {
+ var iframe = document.createElement("iframe"),
+ frameContainer = document.createElement("div"),
+ shareConfig = "dpshare://_?content=" + encodeURIComponent(JSON.stringify(window.DPAppUp.shareConfig));
+ frameContainer.setAttribute('style', 'display:none');
+ frameContainer.appendChild(iframe);
+ document.body.appendChild(frameContainer);
+ iframe.setAttribute("src", shareConfig);
+ }
+
+ window.onload = function() {
+
+ function getQueryStringByName(name) {
+ var result = location.search.match(new RegExp("[\?\&]" + name + "=([^\&]+)", "i"));
+ if (result == null || result.length < 1) {
+ return "";
+ }
+ return result[1];
+ };
+ initShare();
+ }
+
+} catch (e) {
+
+}
+
+
+function autoListenWx(shareWX, shareWXTL) {
+ document.addEventListener('WeixinJSBridgeReady', function onBridgeReady() {
+ WeixinJSBridge.on('menu:share:appmessage', function(argv) {
+ WeixinJSBridge.invoke('sendAppMessage', shareWX, function(res) {});
+ });
+ WeixinJSBridge.on('menu:share:timeline', function(argv) {
+ WeixinJSBridge.invoke('shareTimeline', shareWXTL, function(res) {});
+ });
+ }, false);
+}
+
+function share_Wx_Dp_Attach(args) {
+ function getQueryStringByName(name) {
+ var result = location.search.match(new RegExp("[\?\&]" + name + "=([^\&]+)", "i"));
+ if (result == null || result.length < 1) {
+ return "";
+ }
+ return result[1];
+ }
+
+ function is_notInDp() {
+ var platform = getQueryStringByName('platform');
+ if (platform == 'notindp') {
+ return true;
+ }
+ return false;
+ }
+
+ function is_weixin() {
+ var ua = navigator.userAgent.toLowerCase();
+ if (ua.match(/MicroMessenger/i) == "micromessenger") {
+ return true;
+ } else {
+ return false;
+ }
+ }
+
+ function isInDp() {
+ var userAgent = window.navigator.userAgent.toLowerCase(),
+ isInDp = !userAgent.match(/MicroMessenger/i);
+ return isInDp;
+ }
+
+ function isInSina() {
+ var userAgent = window.navigator.userAgent.toLowerCase(),
+ isInSina = userAgent.match(/weibo/i);
+ return isInSina;
+ }
+
+ function isInTenXun() {
+ var userAgent = window.navigator.userAgent.toLowerCase(),
+ isInTenXun = userAgent.match(/tencentmicroblog/i);
+ return isInTenXun;
+ }
+
+ function sinaShare(c) {
+ var pic = c.image;
+ var url = 'http://v.t.sina.com.cn/share/share.php?appkey=1392673069&url=' + encodeURIComponent(c.url) + '&title=' + encodeURIComponent(c.title + c.desc) + '&content=utf-8' + '&pic=' + encodeURIComponent(pic);
+ //window.open(url, '_blank');
+ location.href = url;
+ };
+
+ function tengxunShare(c) {
+ var pic = c.image;
+ var url = 'http://share.v.t.qq.com/index.php?c=share&a=index&source=1000013&url=' + encodeURIComponent(c.url) + '&title=' + encodeURIComponent(c.title + c.desc) + '&content=utf-8' + '&pic=' + encodeURIComponent(pic);
+ //window.open(url, '_blank');
+ location.href = url;
+ };
+
+
+ function showShareTips(info) {
+ var tips = $('').css({
+ 'z-index': '999',
+ 'font-size': '13px',
+ 'line-height': '180%',
+ 'position': 'fixed',
+ 'width': document.documentElement.scrollWidth,
+ 'height': document.documentElement.clientHeight,
+ 'margin': 0,
+ 'padding': '40px 10px',
+ 'color': ' #fff',
+ 'background-color': 'rgba(0,0,0,.8)',
+ 'top': 0,
+ 'left': 0,
+ 'background-image': 'url(http://si1.s1.dpfile.com/t/cssnew/events/labevent/seefilm/mmimages/share-cover-tips.e3893cb7ee521914fd768d05fab419b3.png)',
+ 'background-repeat': 'no-repeat',
+ '-webkit-background-size': '100% auto',
+ 'background-size': '100% auto'
+ }).appendTo($('body'));
+ if (info) {
+ tips.html(info);
+ }
+ tips.on('click', function() {
+ tips.remove();
+ });
+ setTimeout(function() {
+ tips.remove();
+ }, 3000);
+ }
+ if (is_weixin()) {
+ showShareTips();
+ return;
+ }
+ if (typeof WeixinJSBridge != 'undefined') {
+ showShareTips();
+ return;
+ };
+ if (isInSina()) {
+ sinaShare(args);
+ return;
+ }
+ if (isInTenXun()) {
+ tengxunShare(args);
+ return;
+ }
+ if (is_notInDp()) {
+ return;
+ }
+ if (isInDp()) {
+ args = (typeof args === 'object') ? JSON.stringify(args) : args + '';
+ location.href = "js://_?method=share&args=" + encodeURIComponent(args);
+ }
+}
\ No newline at end of file
diff --git a/template/app/js/index.js b/template/app/js/index.js
new file mode 100644
index 0000000..04aea45
--- /dev/null
+++ b/template/app/js/index.js
@@ -0,0 +1,86 @@
+window.shareUrl = window.share_url;
+window.shareImg = window.share_img;
+window.shareDesc = window.share_desc;
+window.shareTitle = window.share_title;
+window.shareWX = {
+ appid: 'wx841a97238d9e17b2',
+ title: shareTitle,
+ desc: shareDesc,
+ link: shareUrl,
+ img_url: shareImg,
+};
+window.shareWXTL = $.extend({}, shareWX);
+shareWXTL.title = shareWX.desc;
+window.shareApp = {
+ title: shareDesc,
+ desc: shareTitle + " " + shareDesc + shareUrl, //fix ios app, so android may have double
+ url: shareUrl,
+ image: shareImg
+};
+autoListenWx(shareWX, shareWXTL);
+//share_Wx_Dp_Attach(shareApp);
+$(document).ready(function() {
+ //commonly used-------------------------------------------------------------------
+ var ajax_prize = "/prize/ajax/prizeDraw?groupId=198",
+ words_notLogin = "对不起,您还没有登陆,请先登陆!",
+ ajax_send_tel = '/prize/ajax/userInfo',
+ rand = function() {
+ return (" " + Math.random()).split('.')[1];
+ },
+ indexPlat = function() {
+ if (getQueryStringByName('platform') == 'notindp') {
+ return "index.html?platform=notindp";
+ }
+ return "index.html";
+ };
+ //this is for code----------------------------------------------------------------
+ //****************----------------------------------------------------------------
+ //****************----------------------------------------------------------------
+ //****************----------------------------------------------------------------
+ //write something
+
+
+
+
+ //****************----------------------------------------------------------------
+ //****************----------------------------------------------------------------
+ //****************----------------------------------------------------------------
+ //commonly used-------------------------------------------------------------------
+ function setCookie(c_name, value, expiredays, domain) {
+ var exdate = new Date()
+ exdate.setDate(exdate.getDate() + expiredays)
+ document.cookie = c_name + "=" + escape(value) + ";path=/" +
+ ((expiredays == null) ? "" : ";expires=" + exdate.toGMTString())
+ }
+
+ function getCookie(c_name) {
+ if (document.cookie.length > 0) {
+ c_start = document.cookie.indexOf(c_name + "=")
+ if (c_start != -1) {
+ c_start = c_start + c_name.length + 1
+ c_end = document.cookie.indexOf(";", c_start)
+ if (c_end == -1) c_end = document.cookie.length
+ return unescape(document.cookie.substring(c_start, c_end))
+ }
+ }
+ return ""
+ }
+
+ function getQueryStringByName(name) {
+ var result = location.search.match(new RegExp("[\?\&]" + name + "=([^\&]+)", "i"));
+ if (result == null || result.length < 1) {
+ return "";
+ }
+ return result[1];
+ };
+
+ function isLogin() {
+ $.ajax({
+ url: '/ajax/json/account/info',
+ success: function(data) {
+ console.log(data);
+ }
+ })
+ }
+
+})
\ No newline at end of file
diff --git a/template/app/js/zepto.min.js b/template/app/js/zepto.min.js
new file mode 100644
index 0000000..0b2f97a
--- /dev/null
+++ b/template/app/js/zepto.min.js
@@ -0,0 +1,2 @@
+/* Zepto v1.1.3 - zepto event ajax form ie - zeptojs.com/license */
+var Zepto=function(){function L(t){return null==t?String(t):j[T.call(t)]||"object"}function Z(t){return"function"==L(t)}function $(t){return null!=t&&t==t.window}function _(t){return null!=t&&t.nodeType==t.DOCUMENT_NODE}function D(t){return"object"==L(t)}function R(t){return D(t)&&!$(t)&&Object.getPrototypeOf(t)==Object.prototype}function M(t){return"number"==typeof t.length}function k(t){return s.call(t,function(t){return null!=t})}function z(t){return t.length>0?n.fn.concat.apply([],t):t}function F(t){return t.replace(/::/g,"/").replace(/([A-Z]+)([A-Z][a-z])/g,"$1_$2").replace(/([a-z\d])([A-Z])/g,"$1_$2").replace(/_/g,"-").toLowerCase()}function q(t){return t in f?f[t]:f[t]=new RegExp("(^|\\s)"+t+"(\\s|$)")}function H(t,e){return"number"!=typeof e||c[F(t)]?e:e+"px"}function I(t){var e,n;return u[t]||(e=a.createElement(t),a.body.appendChild(e),n=getComputedStyle(e,"").getPropertyValue("display"),e.parentNode.removeChild(e),"none"==n&&(n="block"),u[t]=n),u[t]}function V(t){return"children"in t?o.call(t.children):n.map(t.childNodes,function(t){return 1==t.nodeType?t:void 0})}function U(n,i,r){for(e in i)r&&(R(i[e])||A(i[e]))?(R(i[e])&&!R(n[e])&&(n[e]={}),A(i[e])&&!A(n[e])&&(n[e]=[]),U(n[e],i[e],r)):i[e]!==t&&(n[e]=i[e])}function B(t,e){return null==e?n(t):n(t).filter(e)}function J(t,e,n,i){return Z(e)?e.call(t,n,i):e}function X(t,e,n){null==n?t.removeAttribute(e):t.setAttribute(e,n)}function W(e,n){var i=e.className,r=i&&i.baseVal!==t;return n===t?r?i.baseVal:i:void(r?i.baseVal=n:e.className=n)}function Y(t){var e;try{return t?"true"==t||("false"==t?!1:"null"==t?null:/^0/.test(t)||isNaN(e=Number(t))?/^[\[\{]/.test(t)?n.parseJSON(t):t:e):t}catch(i){return t}}function G(t,e){e(t);for(var n in t.childNodes)G(t.childNodes[n],e)}var t,e,n,i,C,N,r=[],o=r.slice,s=r.filter,a=window.document,u={},f={},c={"column-count":1,columns:1,"font-weight":1,"line-height":1,opacity:1,"z-index":1,zoom:1},l=/^\s*<(\w+|!)[^>]*>/,h=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,p=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,d=/^(?:body|html)$/i,m=/([A-Z])/g,g=["val","css","html","text","data","width","height","offset"],v=["after","prepend","before","append"],y=a.createElement("table"),x=a.createElement("tr"),b={tr:a.createElement("tbody"),tbody:y,thead:y,tfoot:y,td:x,th:x,"*":a.createElement("div")},w=/complete|loaded|interactive/,E=/^[\w-]*$/,j={},T=j.toString,S={},O=a.createElement("div"),P={tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},A=Array.isArray||function(t){return t instanceof Array};return S.matches=function(t,e){if(!e||!t||1!==t.nodeType)return!1;var n=t.webkitMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.matchesSelector;if(n)return n.call(t,e);var i,r=t.parentNode,o=!r;return o&&(r=O).appendChild(t),i=~S.qsa(r,e).indexOf(t),o&&O.removeChild(t),i},C=function(t){return t.replace(/-+(.)?/g,function(t,e){return e?e.toUpperCase():""})},N=function(t){return s.call(t,function(e,n){return t.indexOf(e)==n})},S.fragment=function(e,i,r){var s,u,f;return h.test(e)&&(s=n(a.createElement(RegExp.$1))),s||(e.replace&&(e=e.replace(p,"<$1>$2>")),i===t&&(i=l.test(e)&&RegExp.$1),i in b||(i="*"),f=b[i],f.innerHTML=""+e,s=n.each(o.call(f.childNodes),function(){f.removeChild(this)})),R(r)&&(u=n(s),n.each(r,function(t,e){g.indexOf(t)>-1?u[t](e):u.attr(t,e)})),s},S.Z=function(t,e){return t=t||[],t.__proto__=n.fn,t.selector=e||"",t},S.isZ=function(t){return t instanceof S.Z},S.init=function(e,i){var r;if(!e)return S.Z();if("string"==typeof e)if(e=e.trim(),"<"==e[0]&&l.test(e))r=S.fragment(e,RegExp.$1,i),e=null;else{if(i!==t)return n(i).find(e);r=S.qsa(a,e)}else{if(Z(e))return n(a).ready(e);if(S.isZ(e))return e;if(A(e))r=k(e);else if(D(e))r=[e],e=null;else if(l.test(e))r=S.fragment(e.trim(),RegExp.$1,i),e=null;else{if(i!==t)return n(i).find(e);r=S.qsa(a,e)}}return S.Z(r,e)},n=function(t,e){return S.init(t,e)},n.extend=function(t){var e,n=o.call(arguments,1);return"boolean"==typeof t&&(e=t,t=n.shift()),n.forEach(function(n){U(t,n,e)}),t},S.qsa=function(t,e){var n,i="#"==e[0],r=!i&&"."==e[0],s=i||r?e.slice(1):e,a=E.test(s);return _(t)&&a&&i?(n=t.getElementById(s))?[n]:[]:1!==t.nodeType&&9!==t.nodeType?[]:o.call(a&&!i?r?t.getElementsByClassName(s):t.getElementsByTagName(e):t.querySelectorAll(e))},n.contains=function(t,e){return t!==e&&t.contains(e)},n.type=L,n.isFunction=Z,n.isWindow=$,n.isArray=A,n.isPlainObject=R,n.isEmptyObject=function(t){var e;for(e in t)return!1;return!0},n.inArray=function(t,e,n){return r.indexOf.call(e,t,n)},n.camelCase=C,n.trim=function(t){return null==t?"":String.prototype.trim.call(t)},n.uuid=0,n.support={},n.expr={},n.map=function(t,e){var n,r,o,i=[];if(M(t))for(r=0;r=0?e:e+this.length]},toArray:function(){return this.get()},size:function(){return this.length},remove:function(){return this.each(function(){null!=this.parentNode&&this.parentNode.removeChild(this)})},each:function(t){return r.every.call(this,function(e,n){return t.call(e,n,e)!==!1}),this},filter:function(t){return Z(t)?this.not(this.not(t)):n(s.call(this,function(e){return S.matches(e,t)}))},add:function(t,e){return n(N(this.concat(n(t,e))))},is:function(t){return this.length>0&&S.matches(this[0],t)},not:function(e){var i=[];if(Z(e)&&e.call!==t)this.each(function(t){e.call(this,t)||i.push(this)});else{var r="string"==typeof e?this.filter(e):M(e)&&Z(e.item)?o.call(e):n(e);this.forEach(function(t){r.indexOf(t)<0&&i.push(t)})}return n(i)},has:function(t){return this.filter(function(){return D(t)?n.contains(this,t):n(this).find(t).size()})},eq:function(t){return-1===t?this.slice(t):this.slice(t,+t+1)},first:function(){var t=this[0];return t&&!D(t)?t:n(t)},last:function(){var t=this[this.length-1];return t&&!D(t)?t:n(t)},find:function(t){var e,i=this;return e="object"==typeof t?n(t).filter(function(){var t=this;return r.some.call(i,function(e){return n.contains(e,t)})}):1==this.length?n(S.qsa(this[0],t)):this.map(function(){return S.qsa(this,t)})},closest:function(t,e){var i=this[0],r=!1;for("object"==typeof t&&(r=n(t));i&&!(r?r.indexOf(i)>=0:S.matches(i,t));)i=i!==e&&!_(i)&&i.parentNode;return n(i)},parents:function(t){for(var e=[],i=this;i.length>0;)i=n.map(i,function(t){return(t=t.parentNode)&&!_(t)&&e.indexOf(t)<0?(e.push(t),t):void 0});return B(e,t)},parent:function(t){return B(N(this.pluck("parentNode")),t)},children:function(t){return B(this.map(function(){return V(this)}),t)},contents:function(){return this.map(function(){return o.call(this.childNodes)})},siblings:function(t){return B(this.map(function(t,e){return s.call(V(e.parentNode),function(t){return t!==e})}),t)},empty:function(){return this.each(function(){this.innerHTML=""})},pluck:function(t){return n.map(this,function(e){return e[t]})},show:function(){return this.each(function(){"none"==this.style.display&&(this.style.display=""),"none"==getComputedStyle(this,"").getPropertyValue("display")&&(this.style.display=I(this.nodeName))})},replaceWith:function(t){return this.before(t).remove()},wrap:function(t){var e=Z(t);if(this[0]&&!e)var i=n(t).get(0),r=i.parentNode||this.length>1;return this.each(function(o){n(this).wrapAll(e?t.call(this,o):r?i.cloneNode(!0):i)})},wrapAll:function(t){if(this[0]){n(this[0]).before(t=n(t));for(var e;(e=t.children()).length;)t=e.first();n(t).append(this)}return this},wrapInner:function(t){var e=Z(t);return this.each(function(i){var r=n(this),o=r.contents(),s=e?t.call(this,i):t;o.length?o.wrapAll(s):r.append(s)})},unwrap:function(){return this.parent().each(function(){n(this).replaceWith(n(this).children())}),this},clone:function(){return this.map(function(){return this.cloneNode(!0)})},hide:function(){return this.css("display","none")},toggle:function(e){return this.each(function(){var i=n(this);(e===t?"none"==i.css("display"):e)?i.show():i.hide()})},prev:function(t){return n(this.pluck("previousElementSibling")).filter(t||"*")},next:function(t){return n(this.pluck("nextElementSibling")).filter(t||"*")},html:function(t){return 0===arguments.length?this.length>0?this[0].innerHTML:null:this.each(function(e){var i=this.innerHTML;n(this).empty().append(J(this,t,e,i))})},text:function(e){return 0===arguments.length?this.length>0?this[0].textContent:null:this.each(function(){this.textContent=e===t?"":""+e})},attr:function(n,i){var r;return"string"==typeof n&&i===t?0==this.length||1!==this[0].nodeType?t:"value"==n&&"INPUT"==this[0].nodeName?this.val():!(r=this[0].getAttribute(n))&&n in this[0]?this[0][n]:r:this.each(function(t){if(1===this.nodeType)if(D(n))for(e in n)X(this,e,n[e]);else X(this,n,J(this,i,t,this.getAttribute(n)))})},removeAttr:function(t){return this.each(function(){1===this.nodeType&&X(this,t)})},prop:function(e,n){return e=P[e]||e,n===t?this[0]&&this[0][e]:this.each(function(t){this[e]=J(this,n,t,this[e])})},data:function(e,n){var i=this.attr("data-"+e.replace(m,"-$1").toLowerCase(),n);return null!==i?Y(i):t},val:function(t){return 0===arguments.length?this[0]&&(this[0].multiple?n(this[0]).find("option").filter(function(){return this.selected}).pluck("value"):this[0].value):this.each(function(e){this.value=J(this,t,e,this.value)})},offset:function(t){if(t)return this.each(function(e){var i=n(this),r=J(this,t,e,i.offset()),o=i.offsetParent().offset(),s={top:r.top-o.top,left:r.left-o.left};"static"==i.css("position")&&(s.position="relative"),i.css(s)});if(0==this.length)return null;var e=this[0].getBoundingClientRect();return{left:e.left+window.pageXOffset,top:e.top+window.pageYOffset,width:Math.round(e.width),height:Math.round(e.height)}},css:function(t,i){if(arguments.length<2){var r=this[0],o=getComputedStyle(r,"");if(!r)return;if("string"==typeof t)return r.style[C(t)]||o.getPropertyValue(t);if(A(t)){var s={};return n.each(A(t)?t:[t],function(t,e){s[e]=r.style[C(e)]||o.getPropertyValue(e)}),s}}var a="";if("string"==L(t))i||0===i?a=F(t)+":"+H(t,i):this.each(function(){this.style.removeProperty(F(t))});else for(e in t)t[e]||0===t[e]?a+=F(e)+":"+H(e,t[e])+";":this.each(function(){this.style.removeProperty(F(e))});return this.each(function(){this.style.cssText+=";"+a})},index:function(t){return t?this.indexOf(n(t)[0]):this.parent().children().indexOf(this[0])},hasClass:function(t){return t?r.some.call(this,function(t){return this.test(W(t))},q(t)):!1},addClass:function(t){return t?this.each(function(e){i=[];var r=W(this),o=J(this,t,e,r);o.split(/\s+/g).forEach(function(t){n(this).hasClass(t)||i.push(t)},this),i.length&&W(this,r+(r?" ":"")+i.join(" "))}):this},removeClass:function(e){return this.each(function(n){return e===t?W(this,""):(i=W(this),J(this,e,n,i).split(/\s+/g).forEach(function(t){i=i.replace(q(t)," ")}),void W(this,i.trim()))})},toggleClass:function(e,i){return e?this.each(function(r){var o=n(this),s=J(this,e,r,W(this));s.split(/\s+/g).forEach(function(e){(i===t?!o.hasClass(e):i)?o.addClass(e):o.removeClass(e)})}):this},scrollTop:function(e){if(this.length){var n="scrollTop"in this[0];return e===t?n?this[0].scrollTop:this[0].pageYOffset:this.each(n?function(){this.scrollTop=e}:function(){this.scrollTo(this.scrollX,e)})}},scrollLeft:function(e){if(this.length){var n="scrollLeft"in this[0];return e===t?n?this[0].scrollLeft:this[0].pageXOffset:this.each(n?function(){this.scrollLeft=e}:function(){this.scrollTo(e,this.scrollY)})}},position:function(){if(this.length){var t=this[0],e=this.offsetParent(),i=this.offset(),r=d.test(e[0].nodeName)?{top:0,left:0}:e.offset();return i.top-=parseFloat(n(t).css("margin-top"))||0,i.left-=parseFloat(n(t).css("margin-left"))||0,r.top+=parseFloat(n(e[0]).css("border-top-width"))||0,r.left+=parseFloat(n(e[0]).css("border-left-width"))||0,{top:i.top-r.top,left:i.left-r.left}}},offsetParent:function(){return this.map(function(){for(var t=this.offsetParent||a.body;t&&!d.test(t.nodeName)&&"static"==n(t).css("position");)t=t.offsetParent;return t})}},n.fn.detach=n.fn.remove,["width","height"].forEach(function(e){var i=e.replace(/./,function(t){return t[0].toUpperCase()});n.fn[e]=function(r){var o,s=this[0];return r===t?$(s)?s["inner"+i]:_(s)?s.documentElement["scroll"+i]:(o=this.offset())&&o[e]:this.each(function(t){s=n(this),s.css(e,J(this,r,t,s[e]()))})}}),v.forEach(function(t,e){var i=e%2;n.fn[t]=function(){var t,o,r=n.map(arguments,function(e){return t=L(e),"object"==t||"array"==t||null==e?e:S.fragment(e)}),s=this.length>1;return r.length<1?this:this.each(function(t,a){o=i?a:a.parentNode,a=0==e?a.nextSibling:1==e?a.firstChild:2==e?a:null,r.forEach(function(t){if(s)t=t.cloneNode(!0);else if(!o)return n(t).remove();G(o.insertBefore(t,a),function(t){null==t.nodeName||"SCRIPT"!==t.nodeName.toUpperCase()||t.type&&"text/javascript"!==t.type||t.src||window.eval.call(window,t.innerHTML)})})})},n.fn[i?t+"To":"insert"+(e?"Before":"After")]=function(e){return n(e)[t](this),this}}),S.Z.prototype=n.fn,S.uniq=N,S.deserializeValue=Y,n.zepto=S,n}();window.Zepto=Zepto,void 0===window.$&&(window.$=Zepto),function(t){function l(t){return t._zid||(t._zid=e++)}function h(t,e,n,i){if(e=p(e),e.ns)var r=d(e.ns);return(s[l(t)]||[]).filter(function(t){return!(!t||e.e&&t.e!=e.e||e.ns&&!r.test(t.ns)||n&&l(t.fn)!==l(n)||i&&t.sel!=i)})}function p(t){var e=(""+t).split(".");return{e:e[0],ns:e.slice(1).sort().join(" ")}}function d(t){return new RegExp("(?:^| )"+t.replace(" "," .* ?")+"(?: |$)")}function m(t,e){return t.del&&!u&&t.e in f||!!e}function g(t){return c[t]||u&&f[t]||t}function v(e,i,r,o,a,u,f){var h=l(e),d=s[h]||(s[h]=[]);i.split(/\s/).forEach(function(i){if("ready"==i)return t(document).ready(r);var s=p(i);s.fn=r,s.sel=a,s.e in c&&(r=function(e){var n=e.relatedTarget;return!n||n!==this&&!t.contains(this,n)?s.fn.apply(this,arguments):void 0}),s.del=u;var l=u||r;s.proxy=function(t){if(t=j(t),!t.isImmediatePropagationStopped()){t.data=o;var i=l.apply(e,t._args==n?[t]:[t].concat(t._args));return i===!1&&(t.preventDefault(),t.stopPropagation()),i}},s.i=d.length,d.push(s),"addEventListener"in e&&e.addEventListener(g(s.e),s.proxy,m(s,f))})}function y(t,e,n,i,r){var o=l(t);(e||"").split(/\s/).forEach(function(e){h(t,e,n,i).forEach(function(e){delete s[o][e.i],"removeEventListener"in t&&t.removeEventListener(g(e.e),e.proxy,m(e,r))})})}function j(e,i){return(i||!e.isDefaultPrevented)&&(i||(i=e),t.each(E,function(t,n){var r=i[t];e[t]=function(){return this[n]=x,r&&r.apply(i,arguments)},e[n]=b}),(i.defaultPrevented!==n?i.defaultPrevented:"returnValue"in i?i.returnValue===!1:i.getPreventDefault&&i.getPreventDefault())&&(e.isDefaultPrevented=x)),e}function T(t){var e,i={originalEvent:t};for(e in t)w.test(e)||t[e]===n||(i[e]=t[e]);return j(i,t)}var n,e=1,i=Array.prototype.slice,r=t.isFunction,o=function(t){return"string"==typeof t},s={},a={},u="onfocusin"in window,f={focus:"focusin",blur:"focusout"},c={mouseenter:"mouseover",mouseleave:"mouseout"};a.click=a.mousedown=a.mouseup=a.mousemove="MouseEvents",t.event={add:v,remove:y},t.proxy=function(e,n){if(r(e)){var i=function(){return e.apply(n,arguments)};return i._zid=l(e),i}if(o(n))return t.proxy(e[n],e);throw new TypeError("expected function")},t.fn.bind=function(t,e,n){return this.on(t,e,n)},t.fn.unbind=function(t,e){return this.off(t,e)},t.fn.one=function(t,e,n,i){return this.on(t,e,n,i,1)};var x=function(){return!0},b=function(){return!1},w=/^([A-Z]|returnValue$|layer[XY]$)/,E={preventDefault:"isDefaultPrevented",stopImmediatePropagation:"isImmediatePropagationStopped",stopPropagation:"isPropagationStopped"};t.fn.delegate=function(t,e,n){return this.on(e,t,n)},t.fn.undelegate=function(t,e,n){return this.off(e,t,n)},t.fn.live=function(e,n){return t(document.body).delegate(this.selector,e,n),this},t.fn.die=function(e,n){return t(document.body).undelegate(this.selector,e,n),this},t.fn.on=function(e,s,a,u,f){var c,l,h=this;return e&&!o(e)?(t.each(e,function(t,e){h.on(t,s,a,e,f)}),h):(o(s)||r(u)||u===!1||(u=a,a=s,s=n),(r(a)||a===!1)&&(u=a,a=n),u===!1&&(u=b),h.each(function(n,r){f&&(c=function(t){return y(r,t.type,u),u.apply(this,arguments)}),s&&(l=function(e){var n,o=t(e.target).closest(s,r).get(0);return o&&o!==r?(n=t.extend(T(e),{currentTarget:o,liveFired:r}),(c||u).apply(o,[n].concat(i.call(arguments,1)))):void 0}),v(r,e,u,a,s,l||c)}))},t.fn.off=function(e,i,s){var a=this;return e&&!o(e)?(t.each(e,function(t,e){a.off(t,i,e)}),a):(o(i)||r(s)||s===!1||(s=i,i=n),s===!1&&(s=b),a.each(function(){y(this,e,s,i)}))},t.fn.trigger=function(e,n){return e=o(e)||t.isPlainObject(e)?t.Event(e):j(e),e._args=n,this.each(function(){"dispatchEvent"in this?this.dispatchEvent(e):t(this).triggerHandler(e,n)})},t.fn.triggerHandler=function(e,n){var i,r;return this.each(function(s,a){i=T(o(e)?t.Event(e):e),i._args=n,i.target=a,t.each(h(a,e.type||e),function(t,e){return r=e.proxy(i),i.isImmediatePropagationStopped()?!1:void 0})}),r},"focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select keydown keypress keyup error".split(" ").forEach(function(e){t.fn[e]=function(t){return t?this.bind(e,t):this.trigger(e)}}),["focus","blur"].forEach(function(e){t.fn[e]=function(t){return t?this.bind(e,t):this.each(function(){try{this[e]()}catch(t){}}),this}}),t.Event=function(t,e){o(t)||(e=t,t=e.type);var n=document.createEvent(a[t]||"Events"),i=!0;if(e)for(var r in e)"bubbles"==r?i=!!e[r]:n[r]=e[r];return n.initEvent(t,i,!0),j(n)}}(Zepto),function(t){function l(e,n,i){var r=t.Event(n);return t(e).trigger(r,i),!r.isDefaultPrevented()}function h(t,e,i,r){return t.global?l(e||n,i,r):void 0}function p(e){e.global&&0===t.active++&&h(e,null,"ajaxStart")}function d(e){e.global&&!--t.active&&h(e,null,"ajaxStop")}function m(t,e){var n=e.context;return e.beforeSend.call(n,t,e)===!1||h(e,n,"ajaxBeforeSend",[t,e])===!1?!1:void h(e,n,"ajaxSend",[t,e])}function g(t,e,n,i){var r=n.context,o="success";n.success.call(r,t,o,e),i&&i.resolveWith(r,[t,o,e]),h(n,r,"ajaxSuccess",[e,n,t]),y(o,e,n)}function v(t,e,n,i,r){var o=i.context;i.error.call(o,n,e,t),r&&r.rejectWith(o,[n,e,t]),h(i,o,"ajaxError",[n,i,t||e]),y(e,n,i)}function y(t,e,n){var i=n.context;n.complete.call(i,e,t),h(n,i,"ajaxComplete",[e,n]),d(n)}function x(){}function b(t){return t&&(t=t.split(";",2)[0]),t&&(t==f?"html":t==u?"json":s.test(t)?"script":a.test(t)&&"xml")||"text"}function w(t,e){return""==e?t:(t+"&"+e).replace(/[&?]{1,2}/,"?")}function E(e){e.processData&&e.data&&"string"!=t.type(e.data)&&(e.data=t.param(e.data,e.traditional)),!e.data||e.type&&"GET"!=e.type.toUpperCase()||(e.url=w(e.url,e.data),e.data=void 0)}function j(e,n,i,r){return t.isFunction(n)&&(r=i,i=n,n=void 0),t.isFunction(i)||(r=i,i=void 0),{url:e,data:n,success:i,dataType:r}}function S(e,n,i,r){var o,s=t.isArray(n),a=t.isPlainObject(n);t.each(n,function(n,u){o=t.type(u),r&&(n=i?r:r+"["+(a||"object"==o||"array"==o?n:"")+"]"),!r&&s?e.add(u.name,u.value):"array"==o||!i&&"object"==o?S(e,u,i,n):e.add(n,u)})}var i,r,e=0,n=window.document,o=/
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+