Commit 08fb4053 authored by 罗超's avatar 罗超

获取OPENID

parent efb8a782
...@@ -4,13 +4,12 @@ ...@@ -4,13 +4,12 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi" />
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi" />
<meta name="screen-orientation" content="portrait"> <meta name="screen-orientation" content="portrait">
</meta> </meta>
<meta name="x5-orientation" content="portrait"> <meta name="x5-orientation" content="portrait">
</meta> </meta>
<!-- <link rel="shortcut icon" href="../images/favicon.ico" type="image/x-icon" />--> <!-- <link rel="shortcut icon" href="../images/favicon.ico" type="image/x-icon" />-->
<link rel="stylesheet" href="../css/GT_activities.css"> <link rel="stylesheet" href="../css/GT_activities.css">
<link rel="stylesheet" href="../css/GT_activities2.css" media="screen" type="text/css" /> <link rel="stylesheet" href="../css/GT_activities2.css" media="screen" type="text/css" />
...@@ -22,7 +21,7 @@ ...@@ -22,7 +21,7 @@
<body> <body>
<div id="box"> <div id="box">
<div class="wx_bg" onclick="hideTips()"> <div class="wx_bg" onclick="hideTips()">
<img src="../images/qsywx.png" alt=""/> <img src="../images/qsywx.png" alt="" />
</div> </div>
<div class="box_title"> <div class="box_title">
<img src="../images/G@3x.png" alt="" class="G_img"> <img src="../images/G@3x.png" alt="" class="G_img">
...@@ -146,38 +145,38 @@ ...@@ -146,38 +145,38 @@
</div> </div>
<!--<script type="text/javascript" src="js/countdown.js"></script>--> <!--<script type="text/javascript" src="js/countdown.js"></script>-->
<script type="text/javascript" src="../js/md5.js"></script> <script type="text/javascript" src="../js/md5.js"></script>
<script type="text/javascript" src="../js/mian.js"></script> <script type="text/javascript" src="../js/mian.js"></script>
<script src="../js/jquery.dataStatistics.js"></script> <script src="../js/jquery.dataStatistics.js"></script>
<script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script> <script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script>
<script type="text/javascript" src="../js/layer/layer.js"></script> <script type="text/javascript" src="../js/layer/layer.js"></script>
<script type="text/javascript" src="../js/yql.js"></script>
<script> <script>
// let href = 'http://activity.oytour.com/html/Appmd/draw.html?customerId=1549&accountId=1182&token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NzE5NzA5MDUuMCwiZXhwIjoxNTc0NTYyOTA1LjAsInVzZXJJbmZvIjp7InVpZCI6IjExODIiLCJyZXF1ZXN0RnJvbSI6M319.vlAcXCx4C_0KOmfLm4cLRxU28gTHmuMK6jgJtwjsSPM&secretKey=5d5e16254bd741c486fe2b83b42171d2&platform=app'; // let href = 'http://activity.oytour.com/html/Appmd/draw.html?customerId=1549&accountId=1182&token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NzE5NzA5MDUuMCwiZXhwIjoxNTc0NTYyOTA1LjAsInVzZXJJbmZvIjp7InVpZCI6IjExODIiLCJyZXF1ZXN0RnJvbSI6M319.vlAcXCx4C_0KOmfLm4cLRxU28gTHmuMK6jgJtwjsSPM&secretKey=5d5e16254bd741c486fe2b83b42171d2&platform=app';
let href = window.location.href; let href = window.location.href;
// let href='http://127.0.0.1:5500/html/GT_activities.html?customerId=1549&accountId=1182&token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NzM0NjY2NjMuMCwiZXhwIjoxNTczNTUzMDYzLjAsInVzZXJJbmZvIjp7InVpZCI6IjExODIiLCJyZXF1ZXN0RnJvbSI6NH19.hX2b2MqSWYmWS0k3YsthxW-T6UxarIm5rdbqCVQtxdQ&secretKey=5d5e16254bd741c486fe2b83b42171d2&platform=app'; // let href='http://127.0.0.1:5500/html/GT_activities.html?customerId=1549&accountId=1182&token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NzM0NjY2NjMuMCwiZXhwIjoxNTczNTUzMDYzLjAsInVzZXJJbmZvIjp7InVpZCI6IjExODIiLCJyZXF1ZXN0RnJvbSI6NH19.hX2b2MqSWYmWS0k3YsthxW-T6UxarIm5rdbqCVQtxdQ&secretKey=5d5e16254bd741c486fe2b83b42171d2&platform=app';
let userInfo={}; let userInfo = {};
let platform = "H5"; let platform = "H5";
if(localStorage.u){ if (localStorage.u) {
try{ try {
userInfo=JSON.parse(localStorage.u); userInfo = JSON.parse(localStorage.u);
if(!userInfo.customerId){ if (!userInfo.customerId) {
window.location.href = 'http://activity.oytour.com/html/login.html'; window.location.href = 'http://activity.oytour.com/html/login.html';
} }
}catch (e) { } catch (e) {
window.location.href = 'http://activity.oytour.com/html/login.html'; window.location.href = 'http://activity.oytour.com/html/login.html';
} }
}else{ } else {
// 如果进入页面没有登录的参数 处理跳到h5页面登录 // 如果进入页面没有登录的参数 处理跳到h5页面登录
if(href.split('?')[1]){ if (href.split('?')[1]) {
if(href.split('?')[1].indexOf('customerId') == -1 || href.split('?')[1].indexOf('accountId') == -1 || if (href.split('?')[1].indexOf('customerId') == -1 || href.split('?')[1].indexOf('accountId') == -1 ||
href.split('?')[1].indexOf('token') == -1||href.split('?')[1].indexOf('secretKey') == -1|| href.split('?')[1].indexOf('token') == -1 || href.split('?')[1].indexOf('secretKey') == -1 ||
href.split('?')[1].indexOf('platform') == -1){ href.split('?')[1].indexOf('platform') == -1) {
window.location.href = 'http://activity.oytour.com/html/login.html'; window.location.href = 'http://activity.oytour.com/html/login.html';
} }
} } else {
else{
window.location.href = 'http://activity.oytour.com/html/login.html'; window.location.href = 'http://activity.oytour.com/html/login.html';
} }
...@@ -185,18 +184,36 @@ ...@@ -185,18 +184,36 @@
let param = href.split('?')[1].split("&") ? href.split('?')[1].split("&") : null; let param = href.split('?')[1].split("&") ? href.split('?')[1].split("&") : null;
// console.log(href.split('?')[1].split("&").indexOf('customerId')) // console.log(href.split('?')[1].split("&").indexOf('customerId'))
userInfo ={ userInfo = {
customerId: param[0].split('=')[1], customerId: param[0].split('=')[1],
accountId: param[1].split('=')[1], accountId: param[1].split('=')[1],
token: param[2].split('=')[1], token: param[2].split('=')[1],
secretKey: param[3].split('=')[1], secretKey: param[3].split('=')[1]
} }
platform = param[4].split('=')[1] //获取从哪里跳过来的 platform = param[4].split('=')[1] //获取从哪里跳过来的
} }
var ua = navigator.userAgent.toLowerCase(); var ua = navigator.userAgent.toLowerCase();
if(platform == 'H5' && ua.match(/MicroMessenger/i)!="micromessenger"){ if (platform == 'H5' && ua.match(/MicroMessenger/i) != "micromessenger") {
$('.wx_bg').css('display',"block"); $('.wx_bg').css('display', "block");
} else if (platform == 'H5' && !userInfo.openid && window.location.href.indexOf('?') == -1) {
let reu = encodeURIComponent(window.location.href);
location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx44c35529819fc345&redirect_uri=${reu}&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect`
} else if (platform == 'H5' && !userInfo.openid && window.location.href.indexOf('code') != -1) {
let codes = href.split('?')[1].split("&");
let url_openid = `https://api.weixin.qq.com/sns/oauth2/access_token?appid=wx44c35529819fc345&secret=2af0d735ab66341bec6c96d97bca2e4e&code=${codes[0].split("=")[1]}&grant_type=authorization_code`
$.getJSON("http://query.yahooapis.com/v1/public/yql", {
q: `select * from json where url="${url_openid}"`,
format: "json"
}, function(data) {
console.log(data)
if (data.query.results) {
console.log(data)
} else {
//$content.text('no such code: ' + code);
}
});
} }
var end = ''; var end = '';
var currentTime = ''; var currentTime = '';
...@@ -209,44 +226,44 @@ ...@@ -209,44 +226,44 @@
data: getJavaData({}), data: getJavaData({}),
async: false, async: false,
success: function (res) { success: function(res) {
if (res.resultCode === 1) { if (res.resultCode === 1) {
let num = res.data.repertory ; //优惠券总共数量 let num = res.data.repertory; //优惠券总共数量
// let num = 5000; //优惠券总共数量 // let num = 5000; //优惠券总共数量
$('.box_title_2 p').html(res.data.redemptionPrice +'元抢购'); $('.box_title_2 p').html(res.data.redemptionPrice + '元抢购');
$('.box_title h5').html(res.data.remark); $('.box_title h5').html(res.data.remark);
$('.explain p').html('使用说明'+ '<br/>' + res.data.instructions ); $('.explain p').html('使用说明' + '<br/>' + res.data.instructions);
$('.use_o').html(res.data.contact ); $('.use_o').html(res.data.contact);
$('.use_t').html(res.data.customerName ); $('.use_t').html(res.data.customerName);
$('.dataStatistics').dataStatistics({ $('.dataStatistics').dataStatistics({
max:num, max: num,
min:num, min: num,
len:4, len: 4,
add:true, add: true,
price:res.data.redemptionPrice, price: res.data.redemptionPrice,
couponId:res.data.couponId, couponId: res.data.couponId,
platform:platform, platform: platform,
count:res.data.count, //判断是否可以抢购 0为不可以 count: res.data.count, //判断是否可以抢购 0为不可以
}); //刚进入页面不执行动画 }); //刚进入页面不执行动画
let activityStartDate = new Date(res.data.activityStartDate.replace('T',' ').replace(/-/g,'/')).getTime(); //活动开始时间 let activityStartDate = new Date(res.data.activityStartDate.replace('T', ' ').replace(/-/g, '/')).getTime(); //活动开始时间
let activityEndDate = new Date(res.data.activityEndDate.replace('T',' ').replace(/-/g,'/')).getTime(); //活动结束时间 let activityEndDate = new Date(res.data.activityEndDate.replace('T', ' ').replace(/-/g, '/')).getTime(); //活动结束时间
let nowDate = new Date(res.data.currentTime.replace('T',' ').replace(/-/g,'/')).getTime(); //服务器时间 let nowDate = new Date(res.data.currentTime.replace('T', ' ').replace(/-/g, '/')).getTime(); //服务器时间
// let activityStartDate = new Date('2019/11/08 17:43:50').getTime(); // let activityStartDate = new Date('2019/11/08 17:43:50').getTime();
// let activityEndDate = new Date('2019/11/08 17:23:00').getTime(); //活动结束时间 // let activityEndDate = new Date('2019/11/08 17:23:00').getTime(); //活动结束时间
//判断当前时间是否到了抢购时间 //判断当前时间是否到了抢购时间
if(activityStartDate >= nowDate){ //没到抢购时间 显示抢购的具体时间 if (activityStartDate >= nowDate) { //没到抢购时间 显示抢购的具体时间
$('#t1').html('抢购时间:'); $('#t1').html('抢购时间:');
$('#t2').html(''); $('#t2').html('');
let startDate = res.data.activityStartDate; let startDate = res.data.activityStartDate;
...@@ -261,66 +278,65 @@ ...@@ -261,66 +278,65 @@
$('#t5').html('点整'); $('#t5').html('点整');
$('.img_btn p').html(res.data.redemptionPrice + '元抢购'); $('.img_btn p').html(res.data.redemptionPrice + '元抢购');
$('.img_btn').css("background-color", "#CCCCCC"); $('.img_btn').css("background-color", "#CCCCCC");
$('.img_btn p').css("color","#FFFFFF"); $('.img_btn p').css("color", "#FFFFFF");
$(".received_img").attr("src",""); $(".received_img").attr("src", "");
let time =((activityStartDate - nowDate)/1000).toFixed(0); let time = ((activityStartDate - nowDate) / 1000).toFixed(0);
runtime(time) runtime(time)
} } else if (nowDate > activityEndDate) { // 活动时间已过
else if( nowDate > activityEndDate){ // 活动时间已过
$(".received_img").attr("src",""); $(".received_img").attr("src", "");
$('.img_bg_M').css("background-image","url(../images/MJ_200@3x.png)"); $('.img_bg_M').css("background-image", "url(../images/MJ_200@3x.png)");
$('.img_bg_p1').css("color","#CCCCCC"); $('.img_bg_p1').css("color", "#CCCCCC");
$('.img_bg_p2').css("color","#CCCCCC"); $('.img_bg_p2').css("color", "#CCCCCC");
$('.img_btn p').css("color","#FFFFFF"); $('.img_btn p').css("color", "#FFFFFF");
$('.img_btn p').html('活动结束') $('.img_btn p').html('活动结束')
$('.box_content_t').hide() $('.box_content_t').hide()
$('.img_btn').css("background-color", "#CCCCCC"); $('.img_btn').css("background-color", "#CCCCCC");
let nextActivity = res.data.nextActivity; let nextActivity = res.data.nextActivity;
if(nextActivity !=null){ if (nextActivity != null) {
$('.dataStatistics').css('display',"none"); $('.dataStatistics').css('display', "none");
$('.deta_replace').css('display',"flex"); $('.deta_replace').css('display', "flex");
$('#notice').css('display',"block"); $('#notice').css('display', "block");
$('.notice_img').css('display',"block"); $('.notice_img').css('display', "block");
let nexttime = nextActivity.activityStartDate; let nexttime = nextActivity.activityStartDate;
let year = nexttime.split('T')[0].split('-')[0]; let year = nexttime.split('T')[0].split('-')[0];
let month = nexttime.split('T')[0].split('-')[1]; let month = nexttime.split('T')[0].split('-')[1];
let day = nexttime.split('T')[0].split('-')[2]; let day = nexttime.split('T')[0].split('-')[2];
let hour = nexttime.split('T')[1].split(':')[0]; let hour = nexttime.split('T')[1].split(':')[0];
$('.notice_name').html('亲爱的' + nextActivity.userName ); $('.notice_name').html('亲爱的' + nextActivity.userName);
$('.notice_content').html('下期活动将于' + year+ '年'+ month+ '月' + day+ '日'+hour+'点开始。'); $('.notice_content').html('下期活动将于' + year + '年' + month + '月' + day + '日' + hour + '点开始。');
$('.notice_content2').html('届时会有'+nextActivity.couponCount+'张价值'+nextActivity.denomination+'的折扣券等待您的抢 购(抢购价'+nextActivity.redemptionPrice+'元),请准时参加。'); $('.notice_content2').html('届时会有' + nextActivity.couponCount + '张价值' + nextActivity.denomination + '的折扣券等待您的抢 购(抢购价' + nextActivity.redemptionPrice + '元),请准时参加。');
// var time2 = setInterval(setTimer3, 1000); //计时器 // var time2 = setInterval(setTimer3, 1000); //计时器
let beforeDawn = new Date(year+'/'+month +'/'+day+' 00:00:00').getTime() let beforeDawn = new Date(year + '/' + month + '/' + day + ' 00:00:00').getTime()
let time = ((beforeDawn - nowDate)/1000).toFixed(0); let time = ((beforeDawn - nowDate) / 1000).toFixed(0);
runtime(time) runtime(time)
} }
}else{ // 到了抢购的时间显示距离结束时间的倒计时 } else { // 到了抢购的时间显示距离结束时间的倒计时
currentTime = res.data.currentTime.replace('T',' ').replace(/-/g,'/'); currentTime = res.data.currentTime.replace('T', ' ').replace(/-/g, '/');
end = res.data.activityEndDate.replace('T',' ').replace(/-/g,'/'); end = res.data.activityEndDate.replace('T', ' ').replace(/-/g, '/');
if(num > 0){ if (num > 0) {
$('#t1').html('结束倒计时:') $('#t1').html('结束倒计时:')
if(res.data.count != 0 ){ if (res.data.count != 0) {
$(".received_img").attr("src",""); $(".received_img").attr("src", "");
$('.img_btn p').html(res.data.redemptionPrice + '元抢购'); $('.img_btn p').html(res.data.redemptionPrice + '元抢购');
}else { } else {
$('.img_btn p').html('去使用'); $('.img_btn p').html('去使用');
$(".received_img").attr("src","../images/received@3x.png"); $(".received_img").attr("src", "../images/received@3x.png");
} }
}else { } else {
$(".received_img").attr("src",""); $(".received_img").attr("src", "");
$('.img_bg_M').css("background-image","url(../images/MJ_200@3x.png)"); $('.img_bg_M').css("background-image", "url(../images/MJ_200@3x.png)");
$('.img_bg_p1').css("color","#CCCCCC"); $('.img_bg_p1').css("color", "#CCCCCC");
$('.img_bg_p2').css("color","#CCCCCC"); $('.img_bg_p2').css("color", "#CCCCCC");
$('.img_btn p').css("color","#FFFFFF"); $('.img_btn p').css("color", "#FFFFFF");
$('.img_btn p').html('活动结束') $('.img_btn p').html('活动结束')
$('.box_content_t').hide() $('.box_content_t').hide()
$('.img_btn').css("background-color", "#CCCCCC"); $('.img_btn').css("background-color", "#CCCCCC");
...@@ -332,17 +348,27 @@ ...@@ -332,17 +348,27 @@
} }
//优惠券的有限时间 //优惠券的有限时间
let expirationDate = (res.data.expirationDate).split('T')[0].replace(/-/g,'.'); let expirationDate = (res.data.expirationDate).split('T')[0].replace(/-/g, '.');
$('.img_bg_p2').html('有效期截止:'+expirationDate) $('.img_bg_p2').html('有效期截止:' + expirationDate)
}else { } else {
$('.dataStatistics').dataStatistics({max:0,min:0,len:3,add:true}); //刚进入页面不执行动画 $('.dataStatistics').dataStatistics({
max: 0,
min: 0,
len: 3,
add: true
}); //刚进入页面不执行动画
} }
}, },
error: function (res) { error: function(res) {
layer.msg(res.message) layer.msg(res.message)
$('.dataStatistics').dataStatistics({max:0,min:0,len:3,add:true}); //刚进入页面不执行动画 $('.dataStatistics').dataStatistics({
max: 0,
min: 0,
len: 3,
add: true
}); //刚进入页面不执行动画
} }
}); });
...@@ -380,8 +406,7 @@ ...@@ -380,8 +406,7 @@
endTime = new Date(end); endTime = new Date(end);
//活动截止时间与当前时间的时间差 //活动截止时间与当前时间的时间差
plus = endTime - startTime; plus = endTime - startTime;
} } else {
else {
//距离活动结束还剩余的时间,第二次以后就不需要再计算,直接自减即可 //距离活动结束还剩余的时间,第二次以后就不需要再计算,直接自减即可
plus -= 1000; plus -= 1000;
//更新当前时间(getTime()获取时间转化成毫秒后的数值) //更新当前时间(getTime()获取时间转化成毫秒后的数值)
...@@ -408,16 +433,17 @@ ...@@ -408,16 +433,17 @@
} }
} }
//每秒循环一次,刷新活动截止时间与当前时间的时间差 //每秒循环一次,刷新活动截止时间与当前时间的时间差
if(end !=''){ if (end != '') {
var id = setInterval(setTimer, 1000); var id = setInterval(setTimer, 1000);
} }
function runtime(time){ function runtime(time) {
var timer1 = setInterval(increase, 1000);
var timer1 = setInterval(increase,1000);
function increase() { function increase() {
time--; time--;
if (time<1) { if (time < 1) {
clearInterval(timer1); clearInterval(timer1);
window.location.reload() window.location.reload()
return false; return false;
...@@ -429,34 +455,34 @@ ...@@ -429,34 +455,34 @@
$('.c_close').click(function () { $('.c_close').click(function() {
$('#notice').css('display',"none"); $('#notice').css('display', "none");
$('.notice_img').css('display',"none"); $('.notice_img').css('display', "none");
}) })
// 跳转到我的是优惠券 // 跳转到我的是优惠券
$('.click_use').click(function () { $('.click_use').click(function() {
if(platform == 'app'){ if (platform == 'app') {
let data = { let data = {
'action' : 'jump', // showToast->一个提示信息 showHud->一个黑色的loading 'action': 'jump', // showToast->一个提示信息 showHud->一个黑色的loading
'page' : 'mycoupon', 'page': 'mycoupon',
'pageData' : { 'pageData': {
} }
} }
window.postMessage(JSON.stringify(data)); window.postMessage(JSON.stringify(data));
} }
// 跳转到小程序 // 跳转到小程序
if(platform == 'xcx'){ if (platform == 'xcx') {
wx.miniProgram.getEnv(function (res) { wx.miniProgram.getEnv(function(res) {
window.wx.miniProgram.navigateTo({ window.wx.miniProgram.navigateTo({
url: `/pages/member/Coupon/Coupon`, url: `/pages/member/Coupon/Coupon`,
}); });
}); });
} }
//跳转到h5优惠券 //跳转到h5优惠券
if(platform == 'H5'){ if (platform == 'H5') {
window.location.href = 'http://activity.oytour.com/html/coupons.html'; window.location.href = 'http://activity.oytour.com/html/coupons.html';
} }
}) })
......
var JSON;
if (!JSON) { JSON = {}; }
(function() {
"use strict";
function f(n) { return n < 10 ? '0' + n : n; }
if (typeof Date.prototype.toJSON !== 'function') {
Date.prototype.toJSON = function(key) {
return isFinite(this.valueOf()) ? this.getUTCFullYear() + '-' +
f(this.getUTCMonth() + 1) + '-' +
f(this.getUTCDate()) + 'T' +
f(this.getUTCHours()) + ':' +
f(this.getUTCMinutes()) + ':' +
f(this.getUTCSeconds()) + 'Z' : null;
};
String.prototype.toJSON = Number.prototype.toJSON = Boolean.prototype.toJSON = function(key) { return this.valueOf(); };
}
var cx = /[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,
escapable = /[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,
gap, indent, meta = { '\b': '\\b', '\t': '\\t', '\n': '\\n', '\f': '\\f', '\r': '\\r', '"': '\\"', '\\': '\\\\' },
rep;
function quote(string) { escapable.lastIndex = 0; return escapable.test(string) ? '"' + string.replace(escapable, function(a) { var c = meta[a]; return typeof c === 'string' ? c : '\\u' + ('0000' + a.charCodeAt(0).toString(16)).slice(-4); }) + '"' : '"' + string + '"'; }
function str(key, holder) {
var i, k, v, length, mind = gap,
partial, value = holder[key];
if (value && typeof value === 'object' && typeof value.toJSON === 'function') { value = value.toJSON(key); }
if (typeof rep === 'function') { value = rep.call(holder, key, value); }
switch (typeof value) {
case 'string':
return quote(value);
case 'number':
return isFinite(value) ? String(value) : 'null';
case 'boolean':
case 'null':
return String(value);
case 'object':
if (!value) { return 'null'; }
gap += indent;
partial = [];
if (Object.prototype.toString.apply(value) === '[object Array]') {
length = value.length;
for (i = 0; i < length; i += 1) { partial[i] = str(i, value) || 'null'; }
v = partial.length === 0 ? '[]' : gap ? '[\n' + gap + partial.join(',\n' + gap) + '\n' + mind + ']' : '[' + partial.join(',') + ']';
gap = mind;
return v;
}
if (rep && typeof rep === 'object') {
length = rep.length;
for (i = 0; i < length; i += 1) {
if (typeof rep[i] === 'string') {
k = rep[i];
v = str(k, value);
if (v) { partial.push(quote(k) + (gap ? ': ' : ':') + v); }
}
}
} else { for (k in value) { if (Object.prototype.hasOwnProperty.call(value, k)) { v = str(k, value); if (v) { partial.push(quote(k) + (gap ? ': ' : ':') + v); } } } }
v = partial.length === 0 ? '{}' : gap ? '{\n' + gap + partial.join(',\n' + gap) + '\n' + mind + '}' : '{' + partial.join(',') + '}';
gap = mind;
return v;
}
}
if (typeof JSON.stringify !== 'function') {
JSON.stringify = function(value, replacer, space) {
var i;
gap = '';
indent = '';
if (typeof space === 'number') { for (i = 0; i < space; i += 1) { indent += ' '; } } else if (typeof space === 'string') { indent = space; }
rep = replacer;
if (replacer && typeof replacer !== 'function' && (typeof replacer !== 'object' || typeof replacer.length !== 'number')) { throw new Error('JSON.stringify'); }
return str('', { '': value });
};
}
if (typeof JSON.parse !== 'function') {
JSON.parse = function(text, reviver) {
var j;
function walk(holder, key) {
var k, v, value = holder[key];
if (value && typeof value === 'object') { for (k in value) { if (Object.prototype.hasOwnProperty.call(value, k)) { v = walk(value, k); if (v !== undefined) { value[k] = v; } else { delete value[k]; } } } }
return reviver.call(holder, key, value);
}
text = String(text);
cx.lastIndex = 0;
if (cx.test(text)) {
text = text.replace(cx, function(a) {
return '\\u' +
('0000' + a.charCodeAt(0).toString(16)).slice(-4);
});
}
if (/^[\],:{}\s]*$/.test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g, '@').replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, ']').replace(/(?:^|:|,)(?:\s*\[)+/g, ''))) { j = eval('(' + text + ')'); return typeof reviver === 'function' ? walk({ '': j }, '') : j; }
throw new SyntaxError('JSON.parse');
};
}
}());
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment