Commit 161b02bc00de07207c511ddf7571364bb0fa3953

Authored by songchongxian
1 parent 880543d5

master

Signed-off-by: songchongxian <546803970@qq.com>
js/ajax.js
1 var jsajax = jsajax || {}; 1 var jsajax = jsajax || {};
2 -jsajax.appID = 'wxb207fd26449b20bc';//'wxe98c8ee886986377';  
3 -//任你2停wx1e9001e5940605b1 2 +jsajax.appID = 'wx1e9001e5940605b1';//'wxe98c8ee886986377';
  3 +//任你停wx1e9001e5940605b1
4 //丹阳通wxb207fd26449b20bc 4 //丹阳通wxb207fd26449b20bc
5 //获取openid 5 //获取openid
6 jsajax.getopenid = function (code,fn) { 6 jsajax.getopenid = function (code,fn) {
@@ -116,7 +116,7 @@ jsajax.setcss = function(strpath){ @@ -116,7 +116,7 @@ jsajax.setcss = function(strpath){
116 }; 116 };
117 117
118 /* 默认请求*/ 118 /* 默认请求*/
119 -jsajax.defaultReq=function(url, data, successfn) { 119 +jsajax.defaultReq=function(url, data, successfn,errorfn) {
120 data = (data==null || data=="" || typeof(data)=="undefined")? {"date": new Date().getTime()} : data; 120 data = (data==null || data=="" || typeof(data)=="undefined")? {"date": new Date().getTime()} : data;
121 $.ajax({ 121 $.ajax({
122 type: "post", 122 type: "post",
@@ -129,8 +129,11 @@ jsajax.defaultReq=function(url, data, successfn) { @@ -129,8 +129,11 @@ jsajax.defaultReq=function(url, data, successfn) {
129 successfn(d); 129 successfn(d);
130 }, 130 },
131 error: function(e){ 131 error: function(e){
132 - //alert(JSON.stringify(e)); 132 + //alert(JSON.stringify(e));
133 console.log(JSON.stringify(e)); 133 console.log(JSON.stringify(e));
  134 + if (typeof (errorfn) != "undefined") {
  135 + errorfn(JSON.stringify(e));
  136 + }
134 }, 137 },
135 complete:function (e) {} 138 complete:function (e) {}
136 }); 139 });
js/url.js
1 var mUrl = mUrl || {}; 1 var mUrl = mUrl || {};
2 -/*  
3 - @songcxa  
4 - @2018/10/8  
5 - @PC端测试使用  
6 -*/  
7 -mUrl.testtoken = "21f2ee47e3a34f93838b37fce4bbeba6";//用户登录tocken  
8 -mUrl.testdeviceInfo = "868869021179618";//当前用户设备号  
9 -//谢建朋  
10 -//mUrl.testtoken = "1935117c009c4efb9cee2ea9e68db42d";  
11 -//mUrl.testdeviceInfo = "866822033228388";  
12 -//曹郎鹏  
13 -//mUrl.testtoken = "7551e008856e4a388d7ae8e91e1c6c55";  
14 -//mUrl.testdeviceInfo = "99575C3E-3F7F-4521-B6FB-AEDD26350ACA";//IOS  
15 -//END 2 +
  3 +//songcxa 15801541129
  4 +mUrl.testtoken = "a49e4835f5184f0fb5d0aba2a30bca8b";
  5 +mUrl.testdeviceInfo = "868869021179618";//android
16 6
17 /*获取设置openid start*/ 7 /*获取设置openid start*/
18 mUrl.GetOpenid = function(){ 8 mUrl.GetOpenid = function(){
@@ -96,12 +86,8 @@ mUrl.getJx = function(){ @@ -96,12 +86,8 @@ mUrl.getJx = function(){
96 } 86 }
97 87
98 /*end*/ 88 /*end*/
99 -//测试环境  
100 -//var cepath = 'http://39.98.54.240:8090';  
101 -//正式环境  
102 -var cepath = 'http://app.api.dyszt.com:8090';  
103 89
104 -//https://pay.service.rnting.com//'http://47.96.41.38:8090'; 90 +var cepath = 'http://39.98.54.240:8090';//http://pay.service.renniting.cn//http://39.98.54.240:8090//http://app.api.dyszt.com:8090//var cepath = 'http://app.api.dyszt.com:8090';//https://pay.service.rnting.com//'http://47.96.41.38:8090';
105 /*----------------------------------------------登录登出绑定手机号 start*/ 91 /*----------------------------------------------登录登出绑定手机号 start*/
106 //发送验证码 92 //发送验证码
107 mUrl.sendRandCode = cepath + '/user/sendverificode';//webPath + '/binding/sendRandCode'+mUrl.getCommonParam(); 93 mUrl.sendRandCode = cepath + '/user/sendverificode';//webPath + '/binding/sendRandCode'+mUrl.getCommonParam();
@@ -118,7 +104,7 @@ mUrl.tcgettoken =cepath+&#39;/wxPublicUser/getTokenByOpenId&#39;; @@ -118,7 +104,7 @@ mUrl.tcgettoken =cepath+&#39;/wxPublicUser/getTokenByOpenId&#39;;
118 mUrl.tcpaysuccess = cepath+'/query/Issued';//目前暂时不用//无用 104 mUrl.tcpaysuccess = cepath+'/query/Issued';//目前暂时不用//无用
119 //mUrl.tcwxpay = cepath+ '/weixinPublicPay/unifiedOrder'; 105 //mUrl.tcwxpay = cepath+ '/weixinPublicPay/unifiedOrder';
120 mUrl.tcwxpay = cepath+ '/weixinpay/publicUnifiedOrder';//修改 添加字段 106 mUrl.tcwxpay = cepath+ '/weixinpay/publicUnifiedOrder';//修改 添加字段
121 - mUrl.SelectCar = cepath +'/user/queryUserCars';////车辆信息查询(查看是否绑定车牌号)无用 107 + mUrl.SelectCar = cepath +'/user/queryUserCars';//车辆信息查询(查看是否绑定车牌号)无用
122 mUrl.SelectOrder = cepath +'/query/queryOrderByCarNumbers';//查询订单 (查询待支付订单)//无用 108 mUrl.SelectOrder = cepath +'/query/queryOrderByCarNumbers';//查询订单 (查询待支付订单)//无用
123 109
124 /*----------------------支付页面所需接口 end*/ 110 /*----------------------支付页面所需接口 end*/
@@ -169,13 +155,10 @@ mUrl.loginOut = cepath+&#39;/user/logout&#39;;//退出登录 //个人信息目前无用 @@ -169,13 +155,10 @@ mUrl.loginOut = cepath+&#39;/user/logout&#39;;//退出登录 //个人信息目前无用
169 mUrl.deleteaddress = cepath+'/invoice/deleteCustMailingAddressInfoByID';//删除一条邮寄地址 155 mUrl.deleteaddress = cepath+'/invoice/deleteCustMailingAddressInfoByID';//删除一条邮寄地址
170 mUrl.checkAddress = cepath+'/invoice/queryCustMailingAddressInfoById';//'/invoice/queryCustrMailingAddressInfoById';//根据id查询出地址详情信息 156 mUrl.checkAddress = cepath+'/invoice/queryCustMailingAddressInfoById';//'/invoice/queryCustrMailingAddressInfoById';//根据id查询出地址详情信息
171 157
172 -mUrl.vipkpList = cepath+'/invoice/queryVipCardTicketList';//获取会员卡开票列表  
173 -//mUrl.vipkpList = cepath+'/invoice/queryRntPayOrderForInvoice';//获取会员卡开票列表  
174 -//开票列表songcx 2018-10-8  
175 -mUrl.vipkpList2 = cepath + '/invoice/queryRntPayOrderForInvoice';//获取开票列表  
176 -mUrl.kaipaioHistory2 = cepath + '/invoice/openTicketForCustInvoiceHisInfo';//确认提交开票  
177 -  
178 - mUrl.kaipaioHistory = cepath+'/invoice/insertCustInvoiceHisInfo';//•记录客户开发票历史信息及开票历史详情信息 158 +//mUrl.vipkpList = cepath+'/invoice/queryVipCardTicketList';//获取会员卡开票列表[old]
  159 + mUrl.vipkpList = cepath + '/invoice/queryRntPayOrderForInvoice';//获取会员卡开票列表[new]
  160 + mUrl.kaipaioHistory = cepath + '/invoice/insertCustInvoiceHisInfo';//•记录客户开发票历史信息及开票历史详情信息
  161 + mUrl.queryAppOrgs = cepath + '/appOrg/queryAppOrgs';//获取区域列表songcxa
179 162
180 mUrl.gethistorylist = cepath+'/invoice/queryCustInvoiceHistoryList';//获取所有的历史接口 163 mUrl.gethistorylist = cepath+'/invoice/queryCustInvoiceHistoryList';//获取所有的历史接口
181 164
more/.DS_Store
No preview for this file type
more/VipCardtwo/Vipcard.html
@@ -118,7 +118,7 @@ @@ -118,7 +118,7 @@
118 background: -webkit-linear-gradient(-45deg, rgba(252,116,147,1),rgba(185,92,193,1)); 118 background: -webkit-linear-gradient(-45deg, rgba(252,116,147,1),rgba(185,92,193,1));
119 background: linear-gradient(-45deg, rgba(185,92,193,1),rgba(252,116,147,1));/*linear-gradient(-45deg, rgba(252,116,147,1),rgba(185,92,193,1));*/ 119 background: linear-gradient(-45deg, rgba(185,92,193,1),rgba(252,116,147,1));/*linear-gradient(-45deg, rgba(252,116,147,1),rgba(185,92,193,1));*/
120 } 120 }
121 - /*.mylistdata .list{ 121 + .mylistdata .list{
122 float: left; 122 float: left;
123 position: relative; 123 position: relative;
124 width: 100%; 124 width: 100%;
@@ -129,13 +129,13 @@ @@ -129,13 +129,13 @@
129 border-radius: 8px; 129 border-radius: 8px;
130 background: url(imgs/shuiyy.png)no-repeat center center; 130 background: url(imgs/shuiyy.png)no-repeat center center;
131 background-size: 90% !important; 131 background-size: 90% !important;
132 - }*/  
133 - /*.mylistdata .list .cardstype{ 132 + }
  133 + .mylistdata .list .cardstype{
134 padding: 0; 134 padding: 0;
135 margin-bottom: 59.3px; 135 margin-bottom: 59.3px;
136 background: url(imgs/ztesy.png)no-repeat top right ; 136 background: url(imgs/ztesy.png)no-repeat top right ;
137 background-size: 61px !important; 137 background-size: 61px !important;
138 - }*/ 138 + }
139 .mylistdata .list .cardstype li{ 139 .mylistdata .list .cardstype li{
140 padding:0 4px; 140 padding:0 4px;
141 padding-left: 0; 141 padding-left: 0;
more/VipCardtwo/css/Vipcard.html
@@ -118,7 +118,7 @@ @@ -118,7 +118,7 @@
118 background: -webkit-linear-gradient(-45deg, rgba(252,116,147,1),rgba(185,92,193,1)); 118 background: -webkit-linear-gradient(-45deg, rgba(252,116,147,1),rgba(185,92,193,1));
119 background: linear-gradient(-45deg, rgba(185,92,193,1),rgba(252,116,147,1));/*linear-gradient(-45deg, rgba(252,116,147,1),rgba(185,92,193,1));*/ 119 background: linear-gradient(-45deg, rgba(185,92,193,1),rgba(252,116,147,1));/*linear-gradient(-45deg, rgba(252,116,147,1),rgba(185,92,193,1));*/
120 } 120 }
121 - /*.mylistdata .list{ 121 + .mylistdata .list{
122 float: left; 122 float: left;
123 position: relative; 123 position: relative;
124 width: 100%; 124 width: 100%;
@@ -129,13 +129,13 @@ @@ -129,13 +129,13 @@
129 border-radius: 8px; 129 border-radius: 8px;
130 background: url(imgs/shuiyy.png)no-repeat center center; 130 background: url(imgs/shuiyy.png)no-repeat center center;
131 background-size: 90% !important; 131 background-size: 90% !important;
132 - }*/  
133 - /*.mylistdata .list .cardstype{ 132 + }
  133 + .mylistdata .list .cardstype{
134 padding: 0; 134 padding: 0;
135 margin-bottom: 59.3px; 135 margin-bottom: 59.3px;
136 background: url(imgs/ztesy.png)no-repeat top right ; 136 background: url(imgs/ztesy.png)no-repeat top right ;
137 background-size: 61px !important; 137 background-size: 61px !important;
138 - }*/ 138 + }
139 .mylistdata .list .cardstype li{ 139 .mylistdata .list .cardstype li{
140 padding:0 4px; 140 padding:0 4px;
141 padding-left: 0; 141 padding-left: 0;
more/VipCardtwo/css/minec.html
@@ -65,7 +65,7 @@ @@ -65,7 +65,7 @@
65 background: -webkit-linear-gradient(-45deg, #bd5ebe, #fc7493); 65 background: -webkit-linear-gradient(-45deg, #bd5ebe, #fc7493);
66 background: linear-gradient(-45deg, #bd5ebe, #fc7493); 66 background: linear-gradient(-45deg, #bd5ebe, #fc7493);
67 } 67 }
68 - /*.mineclist .list{ 68 + .mineclist .list{
69 float: left; 69 float: left;
70 position: relative; 70 position: relative;
71 width: 100%; 71 width: 100%;
@@ -76,7 +76,7 @@ @@ -76,7 +76,7 @@
76 border-radius: 8px; 76 border-radius: 8px;
77 background: url(imgs/shuiyy.png)no-repeat center center; 77 background: url(imgs/shuiyy.png)no-repeat center center;
78 background-size: 90% !important; 78 background-size: 90% !important;
79 - }*/ 79 + }
80 .mineclist .list>span{ 80 .mineclist .list>span{
81 position: absolute; 81 position: absolute;
82 right: 0; 82 right: 0;
@@ -88,12 +88,12 @@ @@ -88,12 +88,12 @@
88 text-align: center; 88 text-align: center;
89 color: #fff; 89 color: #fff;
90 } 90 }
91 - /*.mineclist .list .cardstype{ 91 + .mineclist .list .cardstype{
92 padding: 0; 92 padding: 0;
93 margin-bottom: 20.3px; 93 margin-bottom: 20.3px;
94 background: url(imgs/ztesy.png)no-repeat top right ; 94 background: url(imgs/ztesy.png)no-repeat top right ;
95 background-size: 61px !important; 95 background-size: 61px !important;
96 - }*/ 96 + }
97 .mineclist .list .cardstype li{ 97 .mineclist .list .cardstype li{
98 padding-right: 8px; 98 padding-right: 8px;
99 padding-left: 0; 99 padding-left: 0;
more/VipCardtwo/css/searchVip.html
@@ -124,7 +124,7 @@ @@ -124,7 +124,7 @@
124 background: -webkit-linear-gradient(-45deg, rgba(252,116,147,1),rgba(185,92,193,1)); 124 background: -webkit-linear-gradient(-45deg, rgba(252,116,147,1),rgba(185,92,193,1));
125 background: linear-gradient(-45deg, rgba(185,92,193,1),rgba(252,116,147,1));/*linear-gradient(-45deg, rgba(252,116,147,1),rgba(185,92,193,1));*/ 125 background: linear-gradient(-45deg, rgba(185,92,193,1),rgba(252,116,147,1));/*linear-gradient(-45deg, rgba(252,116,147,1),rgba(185,92,193,1));*/
126 } 126 }
127 - /*.mylistdata .list{ 127 + .mylistdata .list{
128 float: left; 128 float: left;
129 position: relative; 129 position: relative;
130 width: 100%; 130 width: 100%;
@@ -135,7 +135,7 @@ @@ -135,7 +135,7 @@
135 border-radius: 8px; 135 border-radius: 8px;
136 background: url(imgs/shuiyy.png)no-repeat center center; 136 background: url(imgs/shuiyy.png)no-repeat center center;
137 background-size: 90% !important; 137 background-size: 90% !important;
138 - }*/ 138 + }
139 .mylistdata .list .cardstype{ 139 .mylistdata .list .cardstype{
140 padding: 0; 140 padding: 0;
141 margin-bottom: 59.3px; 141 margin-bottom: 59.3px;
more/VipCardtwo/css/vcard.html
@@ -47,7 +47,7 @@ @@ -47,7 +47,7 @@
47 background: -webkit-linear-gradient(-45deg, rgba(252,116,147,1),rgba(185,92,193,1)); 47 background: -webkit-linear-gradient(-45deg, rgba(252,116,147,1),rgba(185,92,193,1));
48 background: linear-gradient(-45deg, rgba(185,92,193,1),rgba(252,116,147,1)); 48 background: linear-gradient(-45deg, rgba(185,92,193,1),rgba(252,116,147,1));
49 } 49 }
50 - /*.list{ 50 + .list{
51 float: left; 51 float: left;
52 position: relative; 52 position: relative;
53 width: 100%; 53 width: 100%;
@@ -58,13 +58,13 @@ @@ -58,13 +58,13 @@
58 border-radius: 8px; 58 border-radius: 8px;
59 background: url(imgs/shuiyy.png)no-repeat center center; 59 background: url(imgs/shuiyy.png)no-repeat center center;
60 background-size: 90% !important; 60 background-size: 90% !important;
61 - }*/  
62 - /*.list .cardstype{ 61 + }
  62 + .list .cardstype{
63 padding: 0; 63 padding: 0;
64 margin-bottom: 59.3px; 64 margin-bottom: 59.3px;
65 background: url(imgs/ztesy.png)no-repeat top right ; 65 background: url(imgs/ztesy.png)no-repeat top right ;
66 background-size: 61px !important; 66 background-size: 61px !important;
67 - }*/ 67 + }
68 .list .cardstype li{ 68 .list .cardstype li{
69 padding:0 4px; 69 padding:0 4px;
70 padding-left: 0; 70 padding-left: 0;
more/VipCardtwo/css/vipcardpay.html
@@ -674,7 +674,7 @@ @@ -674,7 +674,7 @@
674 var orderId = datas.orderId; 674 var orderId = datas.orderId;
675 var apporwx = mUrl.getApporWX(); 675 var apporwx = mUrl.getApporWX();
676 if(apporwx=='wx'){ 676 if(apporwx=='wx'){
677 - var src = 'http://wxgzh.rnting.com/ceshi/wechatthree/Threewf/WEB-INF/pages/elsepages/cards_pages/confirmp.html?orderId='+orderId+"&orderFee="+orderFee+"&carNumber="+carNumber+"&startDate="+startd+"&endDate="+endDate+"&optType=1&openid="+func.openid+"&token="+func.token+"&"; 677 + var src = 'http://wxgzh.renniting.cn/wechatwuxi/Threewf/WEB-INF/pages/elsepages/cards_pages/confirmp.html?orderId='+orderId+"&orderFee="+orderFee+"&carNumber="+carNumber+"&startDate="+startd+"&endDate="+endDate+"&optType=1&openid="+func.openid+"&token="+func.token+"&";
678 //window.location.assign(encodeURI(src)); 678 //window.location.assign(encodeURI(src));
679 }else{ 679 }else{
680 isAndroidorios(function(data){ 680 isAndroidorios(function(data){
more/VipCardtwo/minec.html
@@ -75,7 +75,7 @@ @@ -75,7 +75,7 @@
75 padding: 11px; 75 padding: 11px;
76 box-sizing: border-box; 76 box-sizing: border-box;
77 border-radius: 8px; 77 border-radius: 8px;
78 - background: url(imgs/shuiyy11.png)no-repeat center center; 78 + background: url(imgs/shuiyy.png)no-repeat center center;
79 background-size: 90% !important; 79 background-size: 90% !important;
80 } 80 }
81 .mineclist .list>span{ 81 .mineclist .list>span{
@@ -92,7 +92,7 @@ @@ -92,7 +92,7 @@
92 .mineclist .list .cardstype{ 92 .mineclist .list .cardstype{
93 padding: 0; 93 padding: 0;
94 margin-bottom: 20.3px; 94 margin-bottom: 20.3px;
95 - background: url(imgs/ztesy9.png)no-repeat top right ; 95 + background: url(imgs/ztesy.png)no-repeat top right ;
96 background-size: 61px !important; 96 background-size: 61px !important;
97 } 97 }
98 .mineclist .list .cardstype li{ 98 .mineclist .list .cardstype li{
@@ -153,10 +153,8 @@ @@ -153,10 +153,8 @@
153 </style> 153 </style>
154 <body onclick=""> 154 <body onclick="">
155 <div class="minectop"> 155 <div class="minectop">
156 - <i class="icon iconfont" onclick="vipback()">&#xe65a;</i>  
157 -  
158 -<!-- <i class="icon iconfont" onclick="javascript:window.history.go(-1)">&#xe65a;</i>  
159 ---> </div> 156 + <i class="icon iconfont" onclick="javascript:window.history.go(-1)">&#xe65a;</i>
  157 + </div>
160 <div class="mineclist"> 158 <div class="mineclist">
161 <!--<div class="oned"> 159 <!--<div class="oned">
162 <div class="list"> 160 <div class="list">
@@ -187,13 +185,8 @@ @@ -187,13 +185,8 @@
187 <script src="../../js/ajax.js"></script> 185 <script src="../../js/ajax.js"></script>
188 <script> 186 <script>
189 $(function(){ 187 $(function(){
190 -  
191 - //初始化  
192 - initlist();  
193 //获取数据 188 //获取数据
194 - var apporwx = mUrl.getApporWX();  
195 - //songcxa测试  
196 - //var apporwx = "wx"; 189 + var apporwx = mUrl.getApporWX();
197 if(apporwx){ 190 if(apporwx){
198 if(apporwx=='wx'){ 191 if(apporwx=='wx'){
199 getMyParkCardInfo(); 192 getMyParkCardInfo();
@@ -216,11 +209,8 @@ @@ -216,11 +209,8 @@
216 209
217 //div.setAttribute('data-parkAddr',parkAddr);//停车场位置 210 //div.setAttribute('data-parkAddr',parkAddr);//停车场位置
218 //若不在此判断token则下个页面就没有选择车牌 211 //若不在此判断token则下个页面就没有选择车牌
219 - if (token && token != 'null' && token != '') {  
220 - //改前是[续费]vipbuyedpay.html  
221 - //var href = 'myVipCardInfo.html';//'vipbuyedpay.html';  
222 - //改后是[详情]vipDetail.html  
223 - var href = 'vipDetail.html'; 212 + if(token&&token!='null'&&token!=''){
  213 + var href = 'vipbuyedpay.html';//'vipbuyedpay.html';
224 var datasrc = '?custCardNo='+custCardNo; 214 var datasrc = '?custCardNo='+custCardNo;
225 //var datasrc = '?plNo='+plNo+'&cardNo='+cardNo+'&cardprice='+danjia+'&cardType='+cardType+'&carType='+carType+'&carNumber='+carNumber+'&cardCouponsId='+cardCouponsId+'&optType=2&expDate='+expDate+'&parkname='+parkname+'&effDate='+effDate+'&'; 215 //var datasrc = '?plNo='+plNo+'&cardNo='+cardNo+'&cardprice='+danjia+'&cardType='+cardType+'&carType='+carType+'&carNumber='+carNumber+'&cardCouponsId='+cardCouponsId+'&optType=2&expDate='+expDate+'&parkname='+parkname+'&effDate='+effDate+'&';
226 window.location.assign(encodeURI(href+datasrc)); 216 window.location.assign(encodeURI(href+datasrc));
@@ -253,105 +243,6 @@ @@ -253,105 +243,6 @@
253 } 243 }
254 }); 244 });
255 } 245 }
256 - //app点击返回按钮调用该函数  
257 - function vipback(){  
258 - var s = mUrl.getApporWX();  
259 - console.log("调用返回函数 "+s);  
260 -  
261 - if(s=='android'){  
262 - JSInterface.Vback();  
263 - }else if(s=='ios'){  
264 - window.webkit.messageHandlers.Vback.postMessage(null);  
265 - }else if(s=='wx'){  
266 - var src = document.referrer;  
267 - if(src&&src.length>5){  
268 - window.history.go(-1);  
269 - }else{  
270 - if(typeof(WeixinJSBridge)!="undefined"){  
271 - WeixinJSBridge.call('closeWindow');  
272 - }else{  
273 - if (navigator.userAgent.indexOf("MSIE") > 0) {  
274 - if (navigator.userAgent.indexOf("MSIE 6.0") > 0) {  
275 - window.opener = null; window.close();  
276 - }  
277 - else {  
278 - window.open('', '_top'); window.top.close();  
279 - }  
280 - }  
281 - else if (navigator.userAgent.indexOf("Firefox") > 0) {  
282 - window.location.href = 'about:blank ';  
283 - }  
284 - else {  
285 - window.opener = null;  
286 - window.open('', '_self', '');  
287 - window.close();  
288 - }  
289 - }  
290 - }  
291 - }  
292 - }  
293 -  
294 -  
295 - //初始化界面数据  
296 - function initlist(){  
297 - //若为微信回去微信中的用户信息  
298 -  
299 - var getcode = location.href;  
300 - var datacoded = getcode.split('?')[1];  
301 - var openid = mUrl.GetOpenid();  
302 - if(openid&&openid!=''&&openid!='null'&&openid!='undefined'){  
303 - var pt = 'wx';mUrl.setApporWX(pt);  
304 - gett(openid);  
305 - }else{  
306 - if(datacoded&&datacoded!=''){  
307 - var datacode = datacoded.split('&')[0].split('=')[1];  
308 - if(datacoded.split('&')[0].split('=')[0]=='code'){  
309 - console.log('1');  
310 - var pt = 'wx';mUrl.setApporWX(pt);  
311 - jsajax.getopenid(datacode,function(openid){  
312 - console.log('1'+openid);  
313 - gett(openid);  
314 - });//获取openid token  
315 - }else{  
316 - console.log('2');  
317 - var openid = mUrl.GetOpenid();  
318 - if(openid&&openid!=''&&openid!='null'&&openid!='undefined'){  
319 - var pt = 'wx';mUrl.setApporWX(pt);  
320 - gett(openid);  
321 - }  
322 - }  
323 - }else{  
324 - isAndroidorios(function(data){  
325 - console.log('huoqu '+data);  
326 - var sx = mUrl.getApporWX();  
327 - if(sx!='wx'){  
328 - console.log('执行不是微信的');  
329 - mUrl.setApporWX(data);  
330 - }  
331 - console.log("微信还是app"+mUrl.getApporWX());  
332 - });  
333 - }  
334 - }  
335 -// setTimeout(function(){  
336 -// var sx = mUrl.getApporWX();  
337 -// if(sx=='wx'){  
338 -// var lonlat = sessionStorage.getItem('lonandlat');  
339 -// if(lonlat&&lonlat!=''){  
340 -// var slonlat = JSON.parse(lonlat);  
341 -// if(slonlat.lon&&slonlat.lon!=''){getParkInfoList(lonlat)}else{  
342 -// func.getLocation();  
343 -// }  
344 -// }else{  
345 -// func.getLocation();  
346 -// }  
347 -// }  
348 -// var openid = mUrl.GetOpenid();  
349 -//  
350 -// console.log('openid'+openid);  
351 -// },200);  
352 -  
353 - }  
354 -  
355 246
356 //获取用户购买会员卡 247 //获取用户购买会员卡
357 function getMyParkCardInfo() { 248 function getMyParkCardInfo() {
@@ -444,7 +335,7 @@ @@ -444,7 +335,7 @@
444 +'<div class="parksname">'+carstr+cardtstr+'</div>' 335 +'<div class="parksname">'+carstr+cardtstr+'</div>'
445 /*+'<div class="parksaddr">'+parkAddr+'</div>'*/ 336 /*+'<div class="parksaddr">'+parkAddr+'</div>'*/
446 +'</div>' 337 +'</div>'
447 - +'<div class="enddate">有效期:<span>'+expDate+'</span></div>' 338 + +'<div class="enddate">有效期:<span>'+expDate+'</span></div>'
448 +'</div>'; 339 +'</div>';
449 $('.mineclist').append(div); 340 $('.mineclist').append(div);
450 } 341 }
more/VipCardtwo/searchVip.html
@@ -124,7 +124,7 @@ @@ -124,7 +124,7 @@
124 background: -webkit-linear-gradient(-45deg, rgba(252,116,147,1),rgba(185,92,193,1)); 124 background: -webkit-linear-gradient(-45deg, rgba(252,116,147,1),rgba(185,92,193,1));
125 background: linear-gradient(-45deg, rgba(185,92,193,1),rgba(252,116,147,1));/*linear-gradient(-45deg, rgba(252,116,147,1),rgba(185,92,193,1));*/ 125 background: linear-gradient(-45deg, rgba(185,92,193,1),rgba(252,116,147,1));/*linear-gradient(-45deg, rgba(252,116,147,1),rgba(185,92,193,1));*/
126 } 126 }
127 - /*.mylistdata .list{ 127 + .mylistdata .list{
128 float: left; 128 float: left;
129 position: relative; 129 position: relative;
130 width: 100%; 130 width: 100%;
@@ -135,13 +135,13 @@ @@ -135,13 +135,13 @@
135 border-radius: 8px; 135 border-radius: 8px;
136 background: url(imgs/shuiyy.png)no-repeat center center; 136 background: url(imgs/shuiyy.png)no-repeat center center;
137 background-size: 90% !important; 137 background-size: 90% !important;
138 - }*/  
139 - /*.mylistdata .list .cardstype{ 138 + }
  139 + .mylistdata .list .cardstype{
140 padding: 0; 140 padding: 0;
141 margin-bottom: 59.3px; 141 margin-bottom: 59.3px;
142 background: url(imgs/ztesy.png)no-repeat top right ; 142 background: url(imgs/ztesy.png)no-repeat top right ;
143 background-size: 61px !important; 143 background-size: 61px !important;
144 - }*/ 144 + }
145 .mylistdata .list .cardstype li{ 145 .mylistdata .list .cardstype li{
146 padding:0 4px; 146 padding:0 4px;
147 padding-left: 0; 147 padding-left: 0;
more/VipCardtwo/vcard.html
@@ -47,7 +47,7 @@ @@ -47,7 +47,7 @@
47 background: -webkit-linear-gradient(-45deg, rgba(252,116,147,1),rgba(185,92,193,1)); 47 background: -webkit-linear-gradient(-45deg, rgba(252,116,147,1),rgba(185,92,193,1));
48 background: linear-gradient(-45deg, rgba(185,92,193,1),rgba(252,116,147,1)); 48 background: linear-gradient(-45deg, rgba(185,92,193,1),rgba(252,116,147,1));
49 } 49 }
50 - /*.list{ 50 + .list{
51 float: left; 51 float: left;
52 position: relative; 52 position: relative;
53 width: 100%; 53 width: 100%;
@@ -58,13 +58,13 @@ @@ -58,13 +58,13 @@
58 border-radius: 8px; 58 border-radius: 8px;
59 background: url(imgs/shuiyy.png)no-repeat center center; 59 background: url(imgs/shuiyy.png)no-repeat center center;
60 background-size: 90% !important; 60 background-size: 90% !important;
61 - }*/  
62 - /*.list .cardstype{ 61 + }
  62 + .list .cardstype{
63 padding: 0; 63 padding: 0;
64 margin-bottom: 59.3px; 64 margin-bottom: 59.3px;
65 background: url(imgs/ztesy.png)no-repeat top right ; 65 background: url(imgs/ztesy.png)no-repeat top right ;
66 background-size: 61px !important; 66 background-size: 61px !important;
67 - }*/ 67 + }
68 .list .cardstype li{ 68 .list .cardstype li{
69 padding:0 4px; 69 padding:0 4px;
70 padding-left: 0; 70 padding-left: 0;
more/VipCardtwo/vippay.html
@@ -478,7 +478,7 @@ @@ -478,7 +478,7 @@
478 if(apporwx=='wx'){ 478 if(apporwx=='wx'){
479 var src = '../../pay/confirmxc.html?orderId='+orderId+"&orderFee="+orderFee+"&carNumber="+carNumber+"&startDate="+startd+"&endDate="+endDate+"&optType=1&openid="+func.openid+"&token="+func.token+"&"; 479 var src = '../../pay/confirmxc.html?orderId='+orderId+"&orderFee="+orderFee+"&carNumber="+carNumber+"&startDate="+startd+"&endDate="+endDate+"&optType=1&openid="+func.openid+"&token="+func.token+"&";
480 window.location.assign(encodeURI(src)); 480 window.location.assign(encodeURI(src));
481 - /*var src = 'http://wxgzh.rnting.com/ceshi/wechatthree/Threewf/WEB-INF/pages/elsepages/cards_pages/confirmxz.html?orderId='+orderId+"&orderFee="+orderFee+"&carNumber="+carNumber+"&startDate="+startd+"&endDate="+endDate+"&optType=1&openid="+func.openid+"&token="+func.token+"&"; 481 + /*var src = 'http://wxgzh.renniting.cn/ceshi/wechatthree/Threewf/WEB-INF/pages/elsepages/cards_pages/confirmxz.html?orderId='+orderId+"&orderFee="+orderFee+"&carNumber="+carNumber+"&startDate="+startd+"&endDate="+endDate+"&optType=1&openid="+func.openid+"&token="+func.token+"&";
482 window.location.assign(encodeURI(src));*/ 482 window.location.assign(encodeURI(src));*/
483 }else{ 483 }else{
484 isAndroidorios(function(data){ 484 isAndroidorios(function(data){
more/fanxtc/bf/fxone.html
@@ -43,7 +43,7 @@ @@ -43,7 +43,7 @@
43 <img src="imgs/bg.png" class="fobg"/> 43 <img src="imgs/bg.png" class="fobg"/>
44 <img src="imgs/yu.png" class="foyu"/> 44 <img src="imgs/yu.png" class="foyu"/>
45 </div> 45 </div>
46 - <p style="text-align: center;color: #fff;">未找到车辆位置,请确认已驶入丹阳行停车场</p> 46 + <p style="text-align: center;color: #fff;">未找到车辆位置,请确认已驶入任你停停车场</p>
47 </body> 47 </body>
48 </html> 48 </html>
49 <script src="../../js/jquery-3.2.1.min.js"></script> 49 <script src="../../js/jquery-3.2.1.min.js"></script>
more/fanxtc/fxone.html
@@ -45,7 +45,7 @@ @@ -45,7 +45,7 @@
45 <img src="imgs/bg.png" class="fobg"/> 45 <img src="imgs/bg.png" class="fobg"/>
46 <img src="imgs/yu.png" class="foyu"/> 46 <img src="imgs/yu.png" class="foyu"/>
47 </div> 47 </div>
48 - <p style="text-align: center;color: #fff;">未找到车辆位置,请确认已驶入丹阳行停车场</p> 48 + <p style="text-align: center;color: #fff;">未找到车辆位置,请确认已驶入任你停停车场</p>
49 </body> 49 </body>
50 </html> 50 </html>
51 <script src="../../js/jquery-3.2.1.min.js"></script> 51 <script src="../../js/jquery-3.2.1.min.js"></script>
more/self/.DS_Store
No preview for this file type
more/self/Vehiclemanagement/EditCar.html
@@ -30,6 +30,25 @@ @@ -30,6 +30,25 @@
30 .dialog{ 30 .dialog{
31 31
32 } 32 }
  33 +
  34 + .clapninfo{
  35 + position: absolute;
  36 + bottom: 200px;
  37 + left: 10px;
  38 + }
  39 +
  40 + .clapninfo1{
  41 + position: absolute;
  42 + bottom: 200px;
  43 + left: 10px;
  44 + }
  45 +
  46 + .clapninfo2{
  47 + position: absolute;
  48 + bottom: 200px;
  49 + left: 10px;
  50 + }
  51 +
33 .carbd li{ 52 .carbd li{
34 /*width: 100%;*/ 53 /*width: 100%;*/
35 padding: 10px; 54 padding: 10px;
@@ -72,8 +91,8 @@ @@ -72,8 +91,8 @@
72 </style> 91 </style>
73 <body> 92 <body>
74 <div> 93 <div>
75 - <p style="color: #fff;padding: 10px;">每人最多可以绑定三个车牌</p>  
76 - <ul class="carbd row"> 94 +<!-- <p class="clapninfo" style="color: #fff;padding: 10px;">每人最多可以绑定三个车牌</p>
  95 +--> <ul class="carbd row">
77 <!--<li class="col-xs-4">1</li> 96 <!--<li class="col-xs-4">1</li>
78 <li class="col-xs-4">2</li> 97 <li class="col-xs-4">2</li>
79 <li class="col-xs-4">3</li>--> 98 <li class="col-xs-4">3</li>-->
@@ -93,6 +112,17 @@ @@ -93,6 +112,17 @@
93 <div class="libottom">添加车辆</div> 112 <div class="libottom">添加车辆</div>
94 </li>--> 113 </li>-->
95 </ul> 114 </ul>
  115 +
  116 +
  117 + <div class="clapninfo" style="color: #fff;padding: 10px;">
  118 +
  119 + 友情提示:<br />
  120 + 1) 每个账号可绑定3个车牌,未经车主同意,不得擅自绑定他人车牌,如因私自绑定他人车牌所产生的后果由责任人自行承担。<br />
  121 + 2) 账号绑定3个车牌的功能,是为方便1个账号可以为3辆车购买月租卡或付停车费,并非1卡共享2或3个车位,如需添加辅牌,请联系车场运营管理方。<br />
  122 +
  123 + </div>
  124 +
  125 +
96 <div class="btn"></div> 126 <div class="btn"></div>
97 </div> 127 </div>
98 <div></div> 128 <div></div>
more/self/fapiao/Billinghistory/BhistoryInfo.html
@@ -82,8 +82,7 @@ @@ -82,8 +82,7 @@
82 </table> 82 </table>
83 </div> 83 </div>
84 <div class="fpinfo bder97 beizhu" style="display: none;"> 84 <div class="fpinfo bder97 beizhu" style="display: none;">
85 - <!--<p class="">一张发票,含<span id="fpinfocishu"></span>次余额充值</p>-->  
86 - <p class="">详情:</p> 85 + <p class="">一张发票,含<span id="fpinfocishu"></span>次余额充值</p>
87 <ul class="fplist"> 86 <ul class="fplist">
88 <!--<li>2017/11/11 12:12:2充值600.00元</li> 87 <!--<li>2017/11/11 12:12:2充值600.00元</li>
89 <li>2017/11/11 12:12:2充值600.00元</li>--> 88 <li>2017/11/11 12:12:2充值600.00元</li>-->
@@ -223,10 +222,9 @@ @@ -223,10 +222,9 @@
223 var createDate = cIHisD[k].createDate; 222 var createDate = cIHisD[k].createDate;
224 orderDate = new Date(orderDate).toLocaleString(); 223 orderDate = new Date(orderDate).toLocaleString();
225 224
226 - var _orderActFee = cIHisD[k].orderActFee;  
227 li.setAttribute('data-id',id); 225 li.setAttribute('data-id',id);
228 li.setAttribute('data-orderId',orderId); 226 li.setAttribute('data-orderId',orderId);
229 - li.innerHTML = (k + 1) + '、' + orderDate + "支付" + jsajax.fenToYuan(_orderActFee) + "元"; 227 + li.innerHTML = (k+1)+'、'+orderDate+"充值"+jsajax.fenToYuan(orderTotalFee)+"元";
230 /*if(orderType=='1'){chongztype = '停车订单';} 228 /*if(orderType=='1'){chongztype = '停车订单';}
231 else if(orderType=='2'){chongztype = '年卡订单';} 229 else if(orderType=='2'){chongztype = '年卡订单';}
232 else if(orderType=='3'){chongztype = '月卡订单';} 230 else if(orderType=='3'){chongztype = '月卡订单';}
more/self/fapiao/Billinghistory/Ticketopeningrules.html
@@ -29,10 +29,10 @@ @@ -29,10 +29,10 @@
29 <body> 29 <body>
30 <p class="rulestopp">开票规则</p> 30 <p class="rulestopp">开票规则</p>
31 <p> 31 <p>
32 - 1.线上发票申领暂时不支持电子发票,请您选择开具纸质发票,丹阳行将在3个工作日内为你安排发票打印并寄出。 32 + 1.线上发票申领暂时不支持电子发票,请您选择开具纸质发票,任你停将在3个工作日内为你安排发票打印并寄出。
33 </p> 33 </p>
34 <p> 34 <p>
35 - 2.根据相关政策规定,发内容仅支持开具“停车服务费”。 35 + 2.根据相关政策规定,发内容仅支持开具“停车服务费”。
36 </p> 36 </p>
37 <p> 37 <p>
38 3.停车消费中,各种形式的折扣券金额不支持开具发票。 38 3.停车消费中,各种形式的折扣券金额不支持开具发票。
@@ -44,16 +44,16 @@ @@ -44,16 +44,16 @@
44 5.如您开具的增值税普通发票用于企业报销,根据国家税务相关政策要求请填写纳税人识别号;如您的单位是非企业性质或您要求开具个人名义抬头,您可以选择“个人/非企业单位”的开票选项,则无需填写纳税人识别号。 44 5.如您开具的增值税普通发票用于企业报销,根据国家税务相关政策要求请填写纳税人识别号;如您的单位是非企业性质或您要求开具个人名义抬头,您可以选择“个人/非企业单位”的开票选项,则无需填写纳税人识别号。
45 </p> 45 </p>
46 <p> 46 <p>
47 - 6.您每次提交申请的纸质发票金额累计满200元时由丹阳行包邮;单次申请不满200元时您可以选择在线支付快递费,丹阳行将为您开具内容为”服务费”的发票,您也可以选择收到发票后自行支付快递费给快递公司,快递费发票请您向及时快递公司索要。暂不支持港、澳、台地区邮寄。 47 + 6.您每次提交申请的纸质发票金额累计满200元时由任你停包邮;单次申请不满200元时您可以选择在线支付快递费,任你停将为您开具内容为”服务费”的发票,您也可以选择收到发票后自行支付快递费给快递公司,快递费发票请您向及时快递公司索要。暂不支持港、澳、台地区邮寄。
48 </p> 48 </p>
49 <p> 49 <p>
50 - 7. 如您错填发票抬头信息需要进行修改,请您及时联系丹阳行客服人员为您处理;如果发票已经寄出,还请您收到发票后立即跟客服人员联系。 50 + 7. 如您错填发票抬头信息需要进行修改,请您及时联系任你停客服人员为您处理;如果发票已经寄出,还请您收到发票后立即跟客服人员联系。
51 </p> 51 </p>
52 <p> 52 <p>
53 8.因您个人填写发票信息和快递信息有误等原因产生的发票退票及重寄的往来费用,需由您本人自行承担。 53 8.因您个人填写发票信息和快递信息有误等原因产生的发票退票及重寄的往来费用,需由您本人自行承担。
54 </p> 54 </p>
55 <p> 55 <p>
56 - 9. 丹阳行客服电话为0511-86903456 56 + 9. 任你停客服电话为400-690-0899
57 </p> 57 </p>
58 58
59 </body> 59 </body>
more/self/fapiao/Billinghistory/kaipiao/Viptjf.html
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
5 - <title>开票</title> 5 + <title>会员卡开票</title>
6 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
7 <meta name="format-detection" content="telephone=no" /> 7 <meta name="format-detection" content="telephone=no" />
8 <meta name="format-detection" content="email=no" /> 8 <meta name="format-detection" content="email=no" />
@@ -28,9 +28,6 @@ @@ -28,9 +28,6 @@
28 border: 1px solid #f5a623; 28 border: 1px solid #f5a623;
29 color: #f5a623; 29 color: #f5a623;
30 } 30 }
31 - .viplist li, .resultsd .dcheck {  
32 - cursor: pointer;  
33 - }  
34 </style> 31 </style>
35 <body> 32 <body>
36 <p id="tipt" style="text-align: right;padding: 20px 10px 0;margin-bottom: -17px;font-size: 13px;" onclick="">开票金额说明</p> 33 <p id="tipt" style="text-align: right;padding: 20px 10px 0;margin-bottom: -17px;font-size: 13px;" onclick="">开票金额说明</p>
@@ -40,42 +37,42 @@ @@ -40,42 +37,42 @@
40 <p>暂无记录</p> 37 <p>暂无记录</p>
41 </div> 38 </div>
42 </div> 39 </div>
43 - <ul class="viplist kpDefaultColor">  
44 - <!--<li data-checked="0" data-id="1" data-carnum='苏B' data-money="900.00">  
45 - <p>2017/02/12&nbsp;11:11:11</p>  
46 - <table>  
47 - <tr>  
48 - <td rowspan="7">  
49 - <span class="dcheck" data-name="">  
50 - <i class="icon iconfont">&#xe685;</i>  
51 - </span>  
52 - </td>  
53 - <td>卡&nbsp;类&nbsp;型&nbsp;:<span>蓝牌包月卡</span></td>  
54 - <td rowspan="7">  
55 - <span class="vipmonrynum">900.00</span>元  
56 - </td>  
57 - </tr>  
58 - <tr>  
59 - <td>绑定车牌:<span>苏B12345</span></td>  
60 - </tr>  
61 - <tr>  
62 - <td>单&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;价:<span>100.00元</span></td>  
63 - </tr>  
64 - <tr>  
65 - <td>购买数量:<span>10个月</span></td>  
66 - </tr>  
67 - <tr>  
68 - <td>优惠活动:<span>9折</span></td>  
69 - </tr>  
70 - <tr>  
71 - <td>优惠金额:<span>-100.00元</span></td>  
72 - </tr>  
73 - <tr>  
74 - <td>实付金额:<span>900.00元(微信)</span></td>  
75 - </tr>  
76 - </table>  
77 - </li>-->  
78 - </ul> 40 + <ul class="viplist">
  41 + <!--<li data-checked="0" data-id="1" data-carnum='苏B' data-money="900.00">
  42 + <p>2017/02/12&nbsp;11:11:11</p>
  43 + <table>
  44 + <tr>
  45 + <td rowspan="7">
  46 + <span class="dcheck" data-name="">
  47 + <i class="icon iconfont">&#xe685;</i>
  48 + </span>
  49 + </td>
  50 + <td>卡&nbsp;类&nbsp;型&nbsp;:<span>蓝牌包月卡</span></td>
  51 + <td rowspan="7">
  52 + <span class="vipmonrynum">900.00</span>元
  53 + </td>
  54 + </tr>
  55 + <tr>
  56 + <td>绑定车牌:<span>苏B12345</span></td>
  57 + </tr>
  58 + <tr>
  59 + <td>单&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;价:<span>100.00元</span></td>
  60 + </tr>
  61 + <tr>
  62 + <td>购买数量:<span>10个月</span></td>
  63 + </tr>
  64 + <tr>
  65 + <td>优惠活动:<span>9折</span></td>
  66 + </tr>
  67 + <tr>
  68 + <td>优惠金额:<span>-100.00元</span></td>
  69 + </tr>
  70 + <tr>
  71 + <td>实付金额:<span>900.00元(微信)</span></td>
  72 + </tr>
  73 + </table>
  74 + </li>-->
  75 + </ul>
79 <div class="resultsd container-fluid row" style="display: none;"> 76 <div class="resultsd container-fluid row" style="display: none;">
80 <div class="col-xs-9"> 77 <div class="col-xs-9">
81 <p style="padding: 5px 0;"> 78 <p style="padding: 5px 0;">
@@ -86,7 +83,7 @@ @@ -86,7 +83,7 @@
86 </p> 83 </p>
87 <p> 84 <p>
88 <span id="vipnums">0</span>个会员卡 85 <span id="vipnums">0</span>个会员卡
89 - 共<span id="totalm">0.00</span>元(满500可申请) 86 + 共<span id="totalm">0.00</span>元(满200可申请)
90 </p> 87 </p>
91 </div> 88 </div>
92 <div class="col-xs-3"> 89 <div class="col-xs-3">
@@ -135,8 +132,7 @@ @@ -135,8 +132,7 @@
135 <script> 132 <script>
136 var func = { 133 var func = {
137 index:'', 134 index:'',
138 - jixing: '',  
139 - tmpPayOrderList: []//临时开票列表 135 + jixing:''
140 } 136 }
141 function isAndroid_ios(){ 137 function isAndroid_ios(){
142 var u = navigator.userAgent, app = navigator.appVersion; 138 var u = navigator.userAgent, app = navigator.appVersion;
@@ -147,12 +143,6 @@ @@ -147,12 +143,6 @@
147 func.jixing = 'ios'; 143 func.jixing = 'ios';
148 } 144 }
149 } 145 }
150 - window.onpageshow=function(e){  
151 - var a=e||window.event;  
152 - if(a.persisted){  
153 - window.location.reload();  
154 - }  
155 - }  
156 $(function(){ 146 $(function(){
157 isAndroid_ios(); 147 isAndroid_ios();
158 if(func.jixing=='android'){ 148 if(func.jixing=='android'){
@@ -238,14 +228,7 @@ @@ -238,14 +228,7 @@
238 id:id, 228 id:id,
239 carnumer:carnumer 229 carnumer:carnumer
240 } 230 }
241 - var tmpObj = null;  
242 - $.each(func.tmpPayOrderList, function (i, v) {  
243 - if (id == v.rltOrderId) {  
244 - tmpObj = v;  
245 - return false;  
246 - }  
247 - });  
248 - orderids.push(tmpObj); 231 + orderids.push(id);
249 datas.push(obj); 232 datas.push(obj);
250 } 233 }
251 }); 234 });
@@ -294,7 +277,7 @@ @@ -294,7 +277,7 @@
294 //vipnums totalm 277 //vipnums totalm
295 $('#vipnums').text(lend); 278 $('#vipnums').text(lend);
296 $('#totalm').text(allm); 279 $('#totalm').text(allm);
297 - if(lend>0&&allm>=500){ 280 + if(lend>0&&allm>=0.01){
298 $('#nextbtn').removeAttr('disabled'); 281 $('#nextbtn').removeAttr('disabled');
299 $('#nextbtn').removeClass('disabled'); 282 $('#nextbtn').removeClass('disabled');
300 }else{ 283 }else{
@@ -327,188 +310,93 @@ @@ -327,188 +310,93 @@
327 } 310 }
328 console.log('数据 '+JSON.stringify(jsond)); 311 console.log('数据 '+JSON.stringify(jsond));
329 jsajax.defaultReq( 312 jsajax.defaultReq(
330 - mUrl.vipkpList2, 313 + mUrl.vipkpList,
331 JSON.stringify(jsond), 314 JSON.stringify(jsond),
332 - function (data) {  
333 - getViplistCallBack(data); 315 + function(data){
334 //alert(JSON.stringify(data)); 316 //alert(JSON.stringify(data));
335 - //console.log(JSON.stringify(data));  
336 - //if(data.code==0){  
337 - // var datas = data.data;//  
338 - // document.querySelector('.viplist').innerHTML = '';  
339 - // if(datas&&datas.length>0){  
340 - // //tipnull  
341 - // $('.resultsd').css('display','block');  
342 - // for(var i=0;i<datas.length;i++){  
343 - // var li = document.createElement('li');  
344 - // var cardAmount = datas[i].cardAmount;//单价  
345 - // var buyNum = datas[i].buyNum;//购买数量  
346 - // var cardTotalAmount = datas[i].cardTotalAmount;//实付  
347 - // var orderId = datas[i].orderId;//订单id  
348 - // var cardTypeName = datas[i].cardTypeName;//卡类型名称  
349 - // var cardType = datas[i].cardType;//卡类型  
350 - // var discount = datas[i].discount;//优惠折扣  
351 - // var discountAmount = datas[i].discountAmount;//优惠金额  
352 - // var carNumber = datas[i].carNumber;//车牌  
353 - // var createDate = datas[i].createDate;//购买时间  
354 - // createDate = new Date(createDate).toLocaleString();  
355 - // cardAmount = jsajax.fenToYuan(cardAmount);//  
356 - // cardTotalAmount = jsajax.fenToYuan(cardTotalAmount);  
357 - // discountAmount==0?discountAmount='0元':discountAmount="-"+jsajax.fenToYuan(discountAmount)+'元'; 317 + console.log(JSON.stringify(data));
  318 + if(data.code==0){
  319 + var datas = data.data;//
  320 + document.querySelector('.viplist').innerHTML = '';
  321 + if(datas&&datas.length>0){
  322 + //tipnull
  323 + $('.resultsd').css('display','block');
  324 + for(var i=0;i<datas.length;i++){
  325 + var li = document.createElement('li');
  326 + var cardAmount = datas[i].cardAmount;//单价
  327 + var buyNum = datas[i].buyNum;//购买数量
  328 + var cardTotalAmount = datas[i].cardTotalAmount;//实付
  329 + var orderId = datas[i].orderId;//订单id
  330 + var cardTypeName = datas[i].cardTypeName;//卡类型名称
  331 + var cardType = datas[i].cardType;//卡类型
  332 + var discount = datas[i].discount;//优惠折扣
  333 + var discountAmount = datas[i].discountAmount;//优惠金额
  334 + var carNumber = datas[i].carNumber;//车牌
  335 + var createDate = datas[i].createDate;//购买时间
  336 + createDate = new Date(createDate).toLocaleString();
  337 + cardAmount = jsajax.fenToYuan(cardAmount);//
  338 + cardTotalAmount = jsajax.fenToYuan(cardTotalAmount);
  339 + discountAmount==0?discountAmount='0元':discountAmount="-"+jsajax.fenToYuan(discountAmount)+'元';
358 340
359 341
360 - // li.setAttribute('data-checked','0');//  
361 - // li.setAttribute('data-cardAmount',cardAmount);//单价  
362 - // li.setAttribute('data-buyNum',buyNum);//购买数量  
363 - // li.setAttribute('data-cardTotalAmount',cardTotalAmount.replace(",",""));//实付  
364 - // li.setAttribute('data-orderId',orderId);//订单id  
365 - // li.setAttribute('data-cardTypeName',cardTypeName);//卡类型名称  
366 - // li.setAttribute('data-cardType',cardType);//卡类型  
367 - // li.setAttribute('data-discount',discount);//优惠折扣  
368 - // li.setAttribute('data-discountAmount',discountAmount);//优惠金额  
369 - // li.setAttribute('data-carNumber',carNumber);//购买数量  
370 - // li.setAttribute('data-createDate',createDate);//购买时间  
371 - // li.setAttribute('onclick','');//购买时间  
372 - // li.innerHTML = '<p>'+createDate+'</p>'  
373 - // +'<table>'  
374 - // +'<tr>'  
375 - // +'<td rowspan="7">'  
376 - // +'<span class="dcheck" data-name="">'  
377 - // +'<i class="icon iconfont">&#xe685;</i>'  
378 - // +'</span>'  
379 - // +'</td>'  
380 - // +'<td>卡&nbsp;类&nbsp;型&nbsp;:<span>'+cardTypeName+'</span></td>'  
381 - // +'<td rowspan="7">'  
382 - // +'<span class="vipmonrynum">'+cardTotalAmount.replace(",","")+'</span>元'  
383 - // +'</td>'  
384 - // +'</tr>'  
385 - // +'<tr>'  
386 - // +'<td>绑定车牌:<span>'+carNumber+'</span></td>'  
387 - // +'</tr>'  
388 - // +'<tr>'  
389 - // +'<td>单&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;价:<span>'+cardAmount+'元</span></td>'  
390 - // +'</tr>'  
391 - // +'<tr>'  
392 - // +'<td>购买数量:<span>'+buyNum+'</span></td>'  
393 - // +'</tr>'  
394 - // +'<tr>'  
395 - // +'<td>优惠活动:<span>'+discount+'折</span></td>'  
396 - // +'</tr>'  
397 - // +'<tr>'  
398 - // +'<td>优惠金额:<span>'+discountAmount+'</span></td>'  
399 - // +'</tr>'  
400 - // +'<tr>'  
401 - // +'<td>实付金额:<span>'+cardTotalAmount+'元</span></td>'  
402 - // +'</tr>'  
403 - // +'</table>'; 342 + li.setAttribute('data-checked','0');//
  343 + li.setAttribute('data-cardAmount',cardAmount);//单价
  344 + li.setAttribute('data-buyNum',buyNum);//购买数量
  345 + li.setAttribute('data-cardTotalAmount',cardTotalAmount);//实付
  346 + li.setAttribute('data-orderId',orderId);//订单id
  347 + li.setAttribute('data-cardTypeName',cardTypeName);//卡类型名称
  348 + li.setAttribute('data-cardType',cardType);//卡类型
  349 + li.setAttribute('data-discount',discount);//优惠折扣
  350 + li.setAttribute('data-discountAmount',discountAmount);//优惠金额
  351 + li.setAttribute('data-carNumber',carNumber);//购买数量
  352 + li.setAttribute('data-createDate',createDate);//购买时间
  353 + li.setAttribute('onclick','');//购买时间
  354 + li.innerHTML = '<p>'+createDate+'</p>'
  355 + +'<table>'
  356 + +'<tr>'
  357 + +'<td rowspan="7">'
  358 + +'<span class="dcheck" data-name="">'
  359 + +'<i class="icon iconfont">&#xe685;</i>'
  360 + +'</span>'
  361 + +'</td>'
  362 + +'<td>卡&nbsp;类&nbsp;型&nbsp;:<span>'+cardTypeName+'</span></td>'
  363 + +'<td rowspan="7">'
  364 + +'<span class="vipmonrynum">'+cardTotalAmount+'</span>元'
  365 + +'</td>'
  366 + +'</tr>'
  367 + +'<tr>'
  368 + +'<td>绑定车牌:<span>'+carNumber+'</span></td>'
  369 + +'</tr>'
  370 + +'<tr>'
  371 + +'<td>单&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;价:<span>'+cardAmount+'元</span></td>'
  372 + +'</tr>'
  373 + +'<tr>'
  374 + +'<td>购买数量:<span>'+buyNum+'</span></td>'
  375 + +'</tr>'
  376 + +'<tr>'
  377 + +'<td>优惠活动:<span>'+discount+'</span></td>'
  378 + +'</tr>'
  379 + +'<tr>'
  380 + +'<td>优惠金额:<span>'+discountAmount+'</span></td>'
  381 + +'</tr>'
  382 + +'<tr>'
  383 + +'<td>实付金额:<span>'+cardTotalAmount+'元</span></td>'
  384 + +'</tr>'
  385 + +'</table>';
404 386
405 - // document.querySelector('.viplist').appendChild(li);  
406 - // }  
407 - // }else{  
408 - // $('.tipnull').css('display','block');  
409 - // $('.resultsd').css('display','none');  
410 - // }  
411 - //}else{  
412 - // document.querySelector('.viplist').innerHTML = '';  
413 - // $('.tipnull').css('display','block');  
414 - // $('.resultsd').css('display','none');  
415 - //} 387 + document.querySelector('.viplist').appendChild(li);
  388 + }
  389 + }else{
  390 + $('.tipnull').css('display','block');
  391 + $('.resultsd').css('display','none');
  392 + }
  393 + }else{
  394 + document.querySelector('.viplist').innerHTML = '';
  395 + $('.tipnull').css('display','block');
  396 + $('.resultsd').css('display','none');
  397 + }
416 } 398 }
417 ); 399 );
418 400
419 } 401 }
420 - //格式化返回值  
421 - function getViplistCallBack(data) {  
422 - if (data.code == 0) {  
423 - var datas = data.data;//  
424 - func.tmpPayOrderList = datas;  
425 - document.querySelector('.viplist').innerHTML = '';  
426 - if (datas && datas.length > 0) {  
427 - //tipnull  
428 - $('.resultsd').css('display', 'block');  
429 - for (var i = 0; i < datas.length; i++) {  
430 - var li = document.createElement('li');  
431 - //1  
432 - //var cardAmount = datas[i].cardAmount;//单价  
433 - //var buyNum = datas[i].buyNum;//购买数量  
434 - //var cardTotalAmount = datas[i].cardTotalAmount;//实付  
435 - //var orderId = datas[i].orderId;//订单id  
436 - //var cardTypeName = datas[i].cardTypeName;//卡类型名称  
437 - //var cardType = datas[i].cardType;//卡类型  
438 - //var discount = datas[i].discount;//优惠折扣  
439 - //var discountAmount = datas[i].discountAmount;//优惠金额  
440 - //var carNumber = datas[i].carNumber;//车牌  
441 - //var createDate = datas[i].createDate;//购买时间  
442 - //createDate = new Date(createDate).toLocaleString();  
443 - //cardAmount = jsajax.fenToYuan(cardAmount);//  
444 - //cardTotalAmount = jsajax.fenToYuan(cardTotalAmount);  
445 - //discountAmount == 0 ? discountAmount = '0元' : discountAmount = "-" + jsajax.fenToYuan(discountAmount) + '元';  
446 -  
447 - //2  
448 - var _createDate = new Date(datas[i].createDate).toLocaleString();//创建时间  
449 - var _payFinishTime = new Date(datas[i].payFinishTime).toLocaleString();//支付完成时间  
450 - var _payOrderType = datas[i].payOrderType;//支付单类型[字典表:PAY_ORDER_TYPE]:101:停车付款单,102:停车预付单,103:停车补缴单;201:余额充值单,202:押金充值;301:会员卡购买单,302:会员卡续费.  
451 - var _rltOrderId = datas[i].rltOrderId;//关联订单id  
452 - var _plName = datas[i].plName == "" ? "--" : datas[i].plName;//停车场名称  
453 - var _chepaiNum = datas[i].carNumber == "" ? "--" : datas[i].carNumber;//车牌号  
454 - var _orderActFee = jsajax.fenToYuan(datas[i].orderActFee);//支付单实收 单位:分  
455 - var _orderDicountFee = jsajax.fenToYuan(datas[i].orderDicountFee);//优惠金额 单位:分  
456 - //debugger;  
457 - li.setAttribute('data-checked', '0');//  
458 - //li.setAttribute('data-cardAmount', cardAmount);//单价  
459 - //li.setAttribute('data-buyNum', buyNum);//购买数量  
460 - li.setAttribute('data-cardTotalAmount', _orderActFee.replace(",", ""));//实付  
461 - li.setAttribute('data-cardType', _payOrderType);//支付单类型  
462 - li.setAttribute('data-orderId', _rltOrderId);//关联订单id  
463 - //li.setAttribute('data-cardTypeName', cardTypeName);//卡类型名称  
464 - //li.setAttribute('data-discount', discount);//优惠折扣  
465 - //li.setAttribute('data-discountAmount', discountAmount);//优惠金额  
466 - li.setAttribute('data-carNumber', _chepaiNum);//购买数量  
467 - //li.setAttribute('data-createDate', createDate);//购买时间  
468 - //li.setAttribute('onclick', '');//购买时间  
469 - li.innerHTML = '<p>' + _createDate + '</p>'  
470 - + '<table>'  
471 - + '<tr>'  
472 - + '<td rowspan="7">'  
473 - + '<span class="dcheck" data-name="">'  
474 - + '<i class="icon iconfont">&#xe685;</i>'  
475 - + '</span>'  
476 - + '</td>'  
477 - + '<td>车&nbsp;牌&nbsp;号&nbsp;:<span>' + _chepaiNum + '</span></td>'  
478 - + '<td rowspan="7">'  
479 - + '<span class="vipmonrynum">' + _orderActFee.replace(",", "") + '</span>元'  
480 - + '</td>'  
481 - + '</tr>'  
482 - //+ '<tr>'  
483 - // + '<td>停&nbsp;车&nbsp;场&nbsp;:<span>' + _plName + '</span></td>'  
484 - //+ '</tr>'  
485 - //+ '<tr>'  
486 - // + '<td>单&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;价:<span>' + cardAmount + '元</span></td>'  
487 - //+ '</tr>'  
488 - //+ '<tr>'  
489 - // + '<td>购买数量:<span>' + buyNum + '</span></td>'  
490 - //+ '</tr>'  
491 - //+ '<tr>'  
492 - // + '<td>优惠活动:<span>' + discount + '折</span></td>'  
493 - //+ '</tr>'  
494 - + '<tr>'  
495 - + '<td>优惠金额:<span>' + _orderDicountFee + '</span></td>'  
496 - + '</tr>'  
497 - + '<tr>'  
498 - + '<td>实付金额:<span>' + _orderActFee + '元</span></td>'  
499 - + '</tr>'  
500 - + '</table>';  
501 -  
502 - document.querySelector('.viplist').appendChild(li);  
503 - }  
504 - } else {  
505 - $('.tipnull').css('display', 'block');  
506 - $('.resultsd').css('display', 'none');  
507 - }  
508 - } else {  
509 - document.querySelector('.viplist').innerHTML = '';  
510 - $('.tipnull').css('display', 'block');  
511 - $('.resultsd').css('display', 'none');  
512 - }  
513 - }  
514 </script> 402 </script>
more/self/fapiao/Invoiceapplication.html
@@ -27,10 +27,11 @@ @@ -27,10 +27,11 @@
27 background: #fff; 27 background: #fff;
28 padding:20px 10px; 28 padding:20px 10px;
29 box-sizing: border-box; 29 box-sizing: border-box;
  30 + text-align:center;
30 } 31 }
31 .invoice a,.invoice a:active{ 32 .invoice a,.invoice a:active{
32 display: inline-block; 33 display: inline-block;
33 - width: 100%; 34 + width: 33%;
34 font-size: 14px; 35 font-size: 14px;
35 text-align: center; 36 text-align: center;
36 color: #000; 37 color: #000;
@@ -76,11 +77,8 @@ @@ -76,11 +77,8 @@
76 </style> 77 </style>
77 <body> 78 <body>
78 <div class="invoice"> 79 <div class="invoice">
79 -<!-- <a class="" onclick="toast()">  
80 --->  
81 - <!--<a class="" href="kaipiao/Viptjf.html">  
82 -  
83 - <div> 80 + <!--<a class="" onclick="toast()">
  81 + <div>
84 <img src="imgs/yue.png" /> 82 <img src="imgs/yue.png" />
85 </div> 83 </div>
86 <span>余额开票</span> 84 <span>余额开票</span>
@@ -89,12 +87,10 @@ @@ -89,12 +87,10 @@
89 <div> 87 <div>
90 <img src="imgs/huiyuan.png" /> 88 <img src="imgs/huiyuan.png" />
91 </div> 89 </div>
92 - <span>发票申领</span> 90 + <span>会员卡开票</span>
93 </a> 91 </a>
94 -<!-- <a class="" onclick="toast()">  
95 --->  
96 - <!--<a class="" href="kaipiao/Viptjf.html">  
97 - <div> 92 + <!--<a class="" onclick="toast()">
  93 + <div>
98 <img src="imgs/linting.png" /> 94 <img src="imgs/linting.png" />
99 </div> 95 </div>
100 <span>临停开票</span> 96 <span>临停开票</span>
more/self/fapiao/Ticketopeningrules.html
@@ -28,12 +28,12 @@ @@ -28,12 +28,12 @@
28 </style> 28 </style>
29 <body> 29 <body>
30 <p class="rulestopp">开票规则</p> 30 <p class="rulestopp">开票规则</p>
31 - <p>尊敬的用户,欢迎阅读丹阳行发票申领开票规则,本规则阐述的条款和条件适用于您使用丹阳行发票申领所提供的服务。</p> 31 + <p>尊敬的用户,欢迎阅读任你停发票申领开票规则,本规则阐述的条款和条件适用于您使用任你停发票申领所提供的服务。</p>
32 <p> 32 <p>
33 - 1.线上发票申领暂时不支持电子发票,请您选择开具纸质发票,丹阳行将在一个月内为你安排发票打印并寄出。 33 + 1.线上发票申领暂时不支持电子发票,请您选择开具纸质发票,任你停将在一个月内为你安排发票打印并寄出。
34 </p> 34 </p>
35 <p> 35 <p>
36 - 2.根据相关政策规定,发内容仅支持开具“停车服务费”。 36 + 2.根据相关政策规定,发内容仅支持开具“停车服务费”。
37 </p> 37 </p>
38 <p> 38 <p>
39 3.停车消费中,各种形式的折扣券金额不支持开具发票。 39 3.停车消费中,各种形式的折扣券金额不支持开具发票。
@@ -48,13 +48,13 @@ @@ -48,13 +48,13 @@
48 6.您每次提交申请的纸质发票可以选择快递到付或上门取票,到付发票自行支付快递费给快递公司,快递费发票请您及时向快递公司索要。暂不支持港、澳、台地区邮寄。 48 6.您每次提交申请的纸质发票可以选择快递到付或上门取票,到付发票自行支付快递费给快递公司,快递费发票请您及时向快递公司索要。暂不支持港、澳、台地区邮寄。
49 </p> 49 </p>
50 <p> 50 <p>
51 - 7. 如您错填发票抬头信息需要进行修改,请您及时联系丹阳行客服人员为您处理;如果发票已经寄出,还请您收到发票后立即跟客服人员联系。 51 + 7. 如您错填发票抬头信息需要进行修改,请您及时联系任你停客服人员为您处理;如果发票已经寄出,还请您收到发票后立即跟客服人员联系。
52 </p> 52 </p>
53 <p> 53 <p>
54 8.因您个人填写发票信息和快递信息有误等原因产生的发票退票及重寄的往来费用,需由您本人自行承担。 54 8.因您个人填写发票信息和快递信息有误等原因产生的发票退票及重寄的往来费用,需由您本人自行承担。
55 </p> 55 </p>
56 <p> 56 <p>
57 - 9. 丹阳行客服电话为0511-86903456 57 + 9. 任你停客服电话为400-690-0899
58 </p> 58 </p>
59 59
60 </body> 60 </body>
more/self/fapiao/kaipiao/Viptjf.html
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
5 - <title>开票</title> 5 + <title>会员卡开票</title>
6 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
7 <meta name="format-detection" content="telephone=no" /> 7 <meta name="format-detection" content="telephone=no" />
8 <meta name="format-detection" content="email=no" /> 8 <meta name="format-detection" content="email=no" />
@@ -28,8 +28,31 @@ @@ -28,8 +28,31 @@
28 border: 1px solid #f5a623; 28 border: 1px solid #f5a623;
29 color: #f5a623; 29 color: #f5a623;
30 } 30 }
  31 + .viplist li, .resultsd .dcheck {
  32 + cursor: pointer;
  33 + }
  34 + .selRegionBox {
  35 + padding: 10px 10px 0 10px;
  36 + text-align:center;
  37 + }
  38 +
  39 + .selCity {
  40 + height: 38px;
  41 + line-height: 1.3;
  42 + border: 1px solid #e6e6e6;
  43 + border-radius: 2px;
  44 + color: #999;
  45 + width: 100%;
  46 + outline: none;
  47 + cursor: pointer;
  48 + }
31 </style> 49 </style>
32 <body> 50 <body>
  51 + <div class="selRegionBox">
  52 + <select name="city" lay-verify="" class="selCity" id="selCity">
  53 + <option value="0" selected>数据加载中</option>
  54 + </select>
  55 + </div>
33 <p id="tipt" style="text-align: right;padding: 20px 10px 0;margin-bottom: -17px;font-size: 13px;" onclick="">开票金额说明</p> 56 <p id="tipt" style="text-align: right;padding: 20px 10px 0;margin-bottom: -17px;font-size: 13px;" onclick="">开票金额说明</p>
34 <div class="tipnull" style="display: none;"> 57 <div class="tipnull" style="display: none;">
35 <div class="nullimg"> 58 <div class="nullimg">
@@ -37,42 +60,42 @@ @@ -37,42 +60,42 @@
37 <p>暂无记录</p> 60 <p>暂无记录</p>
38 </div> 61 </div>
39 </div> 62 </div>
40 - <ul class="viplist kpDefaultColor">  
41 - <!--<li data-checked="0" data-id="1" data-carnum='苏B' data-money="900.00">  
42 - <p>2017/02/12&nbsp;11:11:11</p>  
43 - <table>  
44 - <tr>  
45 - <td rowspan="7">  
46 - <span class="dcheck" data-name="">  
47 - <i class="icon iconfont">&#xe685;</i>  
48 - </span>  
49 - </td>  
50 - <td>卡&nbsp;类&nbsp;型&nbsp;:<span>蓝牌包月卡</span></td>  
51 - <td rowspan="7">  
52 - <span class="vipmonrynum">900.00</span>元  
53 - </td>  
54 - </tr>  
55 - <tr>  
56 - <td>绑定车牌:<span>苏B12345</span></td>  
57 - </tr>  
58 - <tr>  
59 - <td>单&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;价:<span>100.00元</span></td>  
60 - </tr>  
61 - <tr>  
62 - <td>购买数量:<span>10个月</span></td>  
63 - </tr>  
64 - <tr>  
65 - <td>优惠活动:<span>9折</span></td>  
66 - </tr>  
67 - <tr>  
68 - <td>优惠金额:<span>-100.00元</span></td>  
69 - </tr>  
70 - <tr>  
71 - <td>实付金额:<span>900.00元(微信)</span></td>  
72 - </tr>  
73 - </table>  
74 - </li>-->  
75 - </ul> 63 + <ul class="viplist">
  64 + <!--<li data-checked="0" data-id="1" data-carnum='苏B' data-money="900.00">
  65 + <p>2017/02/12&nbsp;11:11:11</p>
  66 + <table>
  67 + <tr>
  68 + <td rowspan="7">
  69 + <span class="dcheck" data-name="">
  70 + <i class="icon iconfont">&#xe685;</i>
  71 + </span>
  72 + </td>
  73 + <td>卡&nbsp;类&nbsp;型&nbsp;:<span>蓝牌包月卡</span></td>
  74 + <td rowspan="7">
  75 + <span class="vipmonrynum">900.00</span>元
  76 + </td>
  77 + </tr>
  78 + <tr>
  79 + <td>绑定车牌:<span>苏B12345</span></td>
  80 + </tr>
  81 + <tr>
  82 + <td>单&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;价:<span>100.00元</span></td>
  83 + </tr>
  84 + <tr>
  85 + <td>购买数量:<span>10个月</span></td>
  86 + </tr>
  87 + <tr>
  88 + <td>优惠活动:<span>9折</span></td>
  89 + </tr>
  90 + <tr>
  91 + <td>优惠金额:<span>-100.00元</span></td>
  92 + </tr>
  93 + <tr>
  94 + <td>实付金额:<span>900.00元(微信)</span></td>
  95 + </tr>
  96 + </table>
  97 + </li>-->
  98 + </ul>
76 <div class="resultsd container-fluid row" style="display: none;"> 99 <div class="resultsd container-fluid row" style="display: none;">
77 <div class="col-xs-9"> 100 <div class="col-xs-9">
78 <p style="padding: 5px 0;"> 101 <p style="padding: 5px 0;">
@@ -132,8 +155,7 @@ @@ -132,8 +155,7 @@
132 <script> 155 <script>
133 var func = { 156 var func = {
134 index:'', 157 index:'',
135 - jixing: '',  
136 - tmpPayOrderList: []//临时开票列表 158 + jixing:''
137 } 159 }
138 function isAndroid_ios(){ 160 function isAndroid_ios(){
139 var u = navigator.userAgent, app = navigator.appVersion; 161 var u = navigator.userAgent, app = navigator.appVersion;
@@ -157,7 +179,17 @@ @@ -157,7 +179,17 @@
157 }else{ 179 }else{
158 jsajax.setcss("css/Viptjf3.css"); 180 jsajax.setcss("css/Viptjf3.css");
159 } 181 }
160 - getViplist(); 182 + //getViplist();
  183 + /*songcxa*/
  184 + //选择区域
  185 + getRegion();
  186 + $('#selCity').on("change", function (ev) {
  187 + var val = $(this).val();
  188 + console.log("orgId:" + val);
  189 + if (val !=0) {
  190 + getViplist(val);
  191 + }
  192 + });
161 //点击开票说明 193 //点击开票说明
162 $('body').on('click','#tipt',function(){ 194 $('body').on('click','#tipt',function(){
163 func.index = layer.open({ 195 func.index = layer.open({
@@ -235,14 +267,7 @@ @@ -235,14 +267,7 @@
235 id:id, 267 id:id,
236 carnumer:carnumer 268 carnumer:carnumer
237 } 269 }
238 - var tmpObj = null;  
239 - $.each(func.tmpPayOrderList, function (i, v) {  
240 - if (id == v.rltOrderId) {  
241 - tmpObj = v;  
242 - return false;  
243 - }  
244 - });  
245 - orderids.push(tmpObj); 270 + orderids.push(id);
246 datas.push(obj); 271 datas.push(obj);
247 } 272 }
248 }); 273 });
@@ -302,18 +327,18 @@ @@ -302,18 +327,18 @@
302 } 327 }
303 328
304 //获取会员卡开票列表 329 //获取会员卡开票列表
305 - function getViplist(){ 330 + function getViplist(orgId) {
306 var salt = jsajax.salt(32); 331 var salt = jsajax.salt(32);
307 var token = mUrl.GetToken(); 332 var token = mUrl.GetToken();
308 var deviceInfo = mUrl.getDevice(); 333 var deviceInfo = mUrl.getDevice();
309 - var defaultOrgId=10003;//默认orgId【10003】丹阳行 334 + var _orgId = orgId;
310 var sortd = [ 335 var sortd = [
311 {keyname:'app_id',value:'0eca8f5373ca4866aec2f8e9d9367104'}, 336 {keyname:'app_id',value:'0eca8f5373ca4866aec2f8e9d9367104'},
312 {keyname:'deviceInfo',value:deviceInfo}, 337 {keyname:'deviceInfo',value:deviceInfo},
313 {keyname:'salt',value:salt}, 338 {keyname:'salt',value:salt},
314 {keyname:'sign_type',value:'md5'}, 339 {keyname:'sign_type',value:'md5'},
315 { keyname: 'token', value: token }, 340 { keyname: 'token', value: token },
316 - { keyname: 'orgId', value: defaultOrgId },//添加默认orgId【10003】丹阳行 341 + { keyname: 'orgId', value: _orgId },
317 ]; 342 ];
318 var mdsign = jsajax.getsign(sortd); 343 var mdsign = jsajax.getsign(sortd);
319 var jsond = { 344 var jsond = {
@@ -323,16 +348,17 @@ @@ -323,16 +348,17 @@
323 sign:mdsign, 348 sign:mdsign,
324 sign_type:'md5', 349 sign_type:'md5',
325 token: token, 350 token: token,
326 - orgId: defaultOrgId 351 + orgId: _orgId
327 } 352 }
328 - console.log('数据 '+JSON.stringify(jsond)); 353 + console.log('数据 ' + JSON.stringify(jsond));
  354 + document.querySelector('.viplist').innerHTML = '';
329 jsajax.defaultReq( 355 jsajax.defaultReq(
330 - mUrl.vipkpList2, 356 + mUrl.vipkpList,
331 JSON.stringify(jsond), 357 JSON.stringify(jsond),
332 - function (data) {  
333 - getViplistCallBack(data); 358 + function(data){
334 //alert(JSON.stringify(data)); 359 //alert(JSON.stringify(data));
335 - //console.log(JSON.stringify(data)); 360 + console.log(JSON.stringify(data));
  361 + getViplistCallBack(data);
336 //if(data.code==0){ 362 //if(data.code==0){
337 // var datas = data.data;// 363 // var datas = data.data;//
338 // document.querySelector('.viplist').innerHTML = ''; 364 // document.querySelector('.viplist').innerHTML = '';
@@ -417,33 +443,18 @@ @@ -417,33 +443,18 @@
417 ); 443 );
418 444
419 } 445 }
420 - //格式化返回值 446 + //格式化返回值
421 function getViplistCallBack(data) { 447 function getViplistCallBack(data) {
422 if (data.code == 0) { 448 if (data.code == 0) {
423 var datas = data.data;// 449 var datas = data.data;//
424 func.tmpPayOrderList = datas; 450 func.tmpPayOrderList = datas;
425 - document.querySelector('.viplist').innerHTML = ''; 451 + //document.querySelector('.viplist').innerHTML = '';
426 if (datas && datas.length > 0) { 452 if (datas && datas.length > 0) {
427 //tipnull 453 //tipnull
  454 + $('.tipnull').css('display', 'none');
428 $('.resultsd').css('display', 'block'); 455 $('.resultsd').css('display', 'block');
429 for (var i = 0; i < datas.length; i++) { 456 for (var i = 0; i < datas.length; i++) {
430 var li = document.createElement('li'); 457 var li = document.createElement('li');
431 - //1  
432 - //var cardAmount = datas[i].cardAmount;//单价  
433 - //var buyNum = datas[i].buyNum;//购买数量  
434 - //var cardTotalAmount = datas[i].cardTotalAmount;//实付  
435 - //var orderId = datas[i].orderId;//订单id  
436 - //var cardTypeName = datas[i].cardTypeName;//卡类型名称  
437 - //var cardType = datas[i].cardType;//卡类型  
438 - //var discount = datas[i].discount;//优惠折扣  
439 - //var discountAmount = datas[i].discountAmount;//优惠金额  
440 - //var carNumber = datas[i].carNumber;//车牌  
441 - //var createDate = datas[i].createDate;//购买时间  
442 - //createDate = new Date(createDate).toLocaleString();  
443 - //cardAmount = jsajax.fenToYuan(cardAmount);//  
444 - //cardTotalAmount = jsajax.fenToYuan(cardTotalAmount);  
445 - //discountAmount == 0 ? discountAmount = '0元' : discountAmount = "-" + jsajax.fenToYuan(discountAmount) + '元';  
446 -  
447 //2 458 //2
448 var _createDate = new Date(datas[i].createDate).toLocaleString();//创建时间 459 var _createDate = new Date(datas[i].createDate).toLocaleString();//创建时间
449 var _payFinishTime = new Date(datas[i].payFinishTime).toLocaleString();//支付完成时间 460 var _payFinishTime = new Date(datas[i].payFinishTime).toLocaleString();//支付完成时间
@@ -511,4 +522,59 @@ @@ -511,4 +522,59 @@
511 $('.resultsd').css('display', 'none'); 522 $('.resultsd').css('display', 'none');
512 } 523 }
513 } 524 }
  525 +
  526 + //获取区域下拉选项
  527 + function getRegion() {
  528 + $('#selCity').empty();
  529 + var salt = jsajax.salt(32);
  530 + var token = mUrl.GetToken();
  531 + var deviceInfo = mUrl.getDevice();
  532 + var sortd = [
  533 + { keyname: 'app_id', value: '0eca8f5373ca4866aec2f8e9d9367104' },
  534 + { keyname: 'deviceInfo', value: deviceInfo },
  535 + { keyname: 'salt', value: salt },
  536 + { keyname: 'sign_type', value: 'md5' },
  537 + { keyname: 'token', value: token }
  538 + ];
  539 + var mdsign = jsajax.getsign(sortd);
  540 + var jsond = {
  541 + app_id: '0eca8f5373ca4866aec2f8e9d9367104',
  542 + deviceInfo: deviceInfo,
  543 + salt: salt,
  544 + sign: mdsign,
  545 + sign_type: 'md5',
  546 + token: token
  547 + }
  548 + console.log('数据 ' + JSON.stringify(jsond));
  549 +
  550 + jsajax.defaultReq(
  551 + mUrl.queryAppOrgs,
  552 + JSON.stringify(jsond),
  553 + function (data) {
  554 + //alert(JSON.stringify(data));
  555 + console.log(JSON.stringify(data));
  556 + if (data.code == 0) {
  557 + setRegionOption(data.data);
  558 + } else {
  559 + $("#selCity").prepend("<option value='0'>暂无数据</option>");
  560 + }
  561 + }, function (err) {
  562 + $("#selCity").prepend("<option value='0'>暂无数据</option>");
  563 + console.log(err);
  564 + }
  565 + );
  566 + }
  567 + function setRegionOption(arr) {
  568 + var selCity = $("#selCity");
  569 + if (arr.length > 0) {
  570 + for (var i = 0; i < arr.length; i++) {
  571 + var tmpObj = arr[i];
  572 + selCity.append("<option value='" + tmpObj.orgId + "'>" + tmpObj.orgName + "</option>");
  573 + }
  574 + //搜索改组织下的发票列表[默认值]
  575 + getViplist(arr[0].orgId);
  576 + } else {
  577 + selCity.prepend("<option value='0'>暂无数据</option>");
  578 + }
  579 + }
514 </script> 580 </script>
more/self/fapiao/kaipiao/css/Viptjf.css
@@ -3,7 +3,7 @@ body{ @@ -3,7 +3,7 @@ body{
3 height: auto; 3 height: auto;
4 } 4 }
5 .viplist{ 5 .viplist{
6 - /*margin-bottom: 80px;*/ 6 + margin-bottom: 80px;
7 /*padding-bottom: 80px;*/ 7 /*padding-bottom: 80px;*/
8 } 8 }
9 .viplist li{ 9 .viplist li{
@@ -129,8 +129,4 @@ body{ @@ -129,8 +129,4 @@ body{
129 } 129 }
130 .layui-layer-ico { 130 .layui-layer-ico {
131 display: none !important; 131 display: none !important;
132 - }  
133 -  
134 -.kpDefaultColor {  
135 -color:#4c4c4c;  
136 -}  
137 \ No newline at end of file 132 \ No newline at end of file
  133 + }
138 \ No newline at end of file 134 \ No newline at end of file
more/self/fapiao/kaipiao/tjfapiao.html
@@ -416,8 +416,7 @@ @@ -416,8 +416,7 @@
416 //{keyname:'sign',value:''}, 416 //{keyname:'sign',value:''},
417 {keyname:'token',value:token}, 417 {keyname:'token',value:token},
418 //{keyname:'recipients',value:recipients} 418 //{keyname:'recipients',value:recipients}
419 - //{keyname:'orderIds',value:orderIds},  
420 - { keyname: 'orderList', value: orderIds }, 419 + {keyname:'orderIds',value:orderIds},
421 {keyname:'invoiceTotalFee',value:invoiceTotalFee},// 420 {keyname:'invoiceTotalFee',value:invoiceTotalFee},//
422 {keyname:'invoiceState',value:'1'}, 421 {keyname:'invoiceState',value:'1'},
423 422
@@ -438,8 +437,7 @@ @@ -438,8 +437,7 @@
438 salt:salt, 437 salt:salt,
439 sign_type:'md5', 438 sign_type:'md5',
440 token:token, 439 token:token,
441 - //orderIds: orderIds,  
442 - orderList: orderIds,//songcxa_2018-10-9新增 440 + orderIds:orderIds,
443 invoiceState:'1', 441 invoiceState:'1',
444 invoiceType:invoiceType, 442 invoiceType:invoiceType,
445 applyDate:applyDate, 443 applyDate:applyDate,
@@ -475,8 +473,7 @@ @@ -475,8 +473,7 @@
475 console.log('数据1 '+JSON.stringify(sortd)); 473 console.log('数据1 '+JSON.stringify(sortd));
476 console.log('数据 '+JSON.stringify(jsond)); 474 console.log('数据 '+JSON.stringify(jsond));
477 jsajax.defaultReq( 475 jsajax.defaultReq(
478 - //mUrl.kaipaioHistory,  
479 - mUrl.kaipaioHistory2, 476 + mUrl.kaipaioHistory,
480 JSON.stringify(jsond), 477 JSON.stringify(jsond),
481 function(data){ 478 function(data){
482 console.log('返回 '+JSON.stringify(data)); 479 console.log('返回 '+JSON.stringify(data));
more/self/self.html
@@ -97,7 +97,7 @@ @@ -97,7 +97,7 @@
97 <p class="sjhbing" style="height: 25px;text-align: right;"> 97 <p class="sjhbing" style="height: 25px;text-align: right;">
98 <span style="display: none;text-align: right;padding-right: 10px;box-sizing: border-box;"> 98 <span style="display: none;text-align: right;padding-right: 10px;box-sizing: border-box;">
99 <a href="../../commonp/binding.html"> 99 <a href="../../commonp/binding.html">
100 - 绑定丹阳行账号使用更多功能 100 + 绑定任你停账号使用更多功能
101 <i class="icon iconfont">&#xe61e;</i> 101 <i class="icon iconfont">&#xe61e;</i>
102 </a> 102 </a>
103 </span> 103 </span>
@@ -113,7 +113,7 @@ @@ -113,7 +113,7 @@
113 <span><img src="fapiao/imgs/selfcar.png"/></span>车辆管理 113 <span><img src="fapiao/imgs/selfcar.png"/></span>车辆管理
114 <i class="icon iconfont">&#xe61e;</i> 114 <i class="icon iconfont">&#xe61e;</i>
115 </li> 115 </li>
116 - <li data-href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx1e9001e5940605b1&redirect_uri=http://wxgzh.rnting.com/ceshi/wechatthree/Threewf/WEB-INF/pages/mylist.html&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect" data-token='0'> 116 + <li data-href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx1e9001e5940605b1&redirect_uri=http://wxgzh.renniting.cn/wechatwuxi/Threewf/WEB-INF/pages/mylist.html&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect" data-token='0'>
117 <span><img src="fapiao/imgs/vip.png"/></span>会员卡 117 <span><img src="fapiao/imgs/vip.png"/></span>会员卡
118 <i class="icon iconfont">&#xe61e;</i> 118 <i class="icon iconfont">&#xe61e;</i>
119 </li> 119 </li>
more/self/self2.html
@@ -753,9 +753,9 @@ @@ -753,9 +753,9 @@
753 $('#photo').attr('src',headPicUrl); 753 $('#photo').attr('src',headPicUrl);
754 }else { 754 }else {
755 var radom = Math.floor(Math.random()*3); 755 var radom = Math.floor(Math.random()*3);
756 - if(radom=='0'||radom==0){$('#photo').attr('src','http://wxgzh.rnting.com/ceshi/wechatthree/Threewfx/more/self/imgs/toux/one.png');}  
757 - if(radom=='1'||radom==1){$('#photo').attr('src','http://wxgzh.rnting.com/ceshi/wechatthree/Threewfx/more/self/imgs/toux/zero.png');}  
758 - if(radom=='2'||radom==2){$('#photo').attr('src','http://wxgzh.rnting.com/ceshi/wechatthree/Threewfx/more/self/imgs/toux/two.png');} 756 + if(radom=='0'||radom==0){$('#photo').attr('src','http://wxgzh.renniting.cn/wechatwuxi/Threewfx/more/self/imgs/toux/one.png');}
  757 + if(radom=='1'||radom==1){$('#photo').attr('src','http://wxgzh.renniting.cn/wechatwuxi/Threewfx/more/self/imgs/toux/zero.png');}
  758 + if(radom=='2'||radom==2){$('#photo').attr('src','http://wxgzh.renniting.cn/wechatwuxi/Threewfx/more/self/imgs/toux/two.png');}
759 //if(phonelast=) 759 //if(phonelast=)
760 } 760 }
761 //alert($('#photo').attr('src')); 761 //alert($('#photo').attr('src'));
more/share/share.html
@@ -349,7 +349,7 @@ @@ -349,7 +349,7 @@
349 <div> 349 <div>
350 <p>1、优惠券新老用户同享</p> 350 <p>1、优惠券新老用户同享</p>
351 <p>2、优惠券不可与其他优惠叠加使用</p> 351 <p>2、优惠券不可与其他优惠叠加使用</p>
352 - <p>3、优惠券仅限在丹阳行最新客户端下单且选择在线支付时使用</p> 352 + <p>3、优惠券仅限在任你停最新客户端下单且选择在线支付时使用</p>
353 <p>4、仅限在线支付使用,且车主手机号、领取红包时输入的手机号和账号对应的手机号需为同一个手机号</p> 353 <p>4、仅限在线支付使用,且车主手机号、领取红包时输入的手机号和账号对应的手机号需为同一个手机号</p>
354 <p>5、其他未尽事宜,请咨询客服</p> 354 <p>5、其他未尽事宜,请咨询客服</p>
355 <p>6、本活动与Apple Inc无关</p> 355 <p>6、本活动与Apple Inc无关</p>
@@ -361,7 +361,7 @@ @@ -361,7 +361,7 @@
361 <script src="../../js/bootstrap/bootstrap.js"></script> 361 <script src="../../js/bootstrap/bootstrap.js"></script>
362 <script src="../../js/layui/layui/layui.js"></script> 362 <script src="../../js/layui/layui/layui.js"></script>
363 <script src="../../js/md5.min.js"></script> 363 <script src="../../js/md5.min.js"></script>
364 -<script src="http://wxgzh.rnting.com/ceshi/wechatthree/Threewf/js/url.js"></script> 364 +<script src="http://wxgzh.renniting.cn/wechatwuxi/Threewf/js/url.js"></script>
365 <script src="../../js/ajax.js"></script> 365 <script src="../../js/ajax.js"></script>
366 <script> 366 <script>
367 /* mUrl.yearjudge = cepath+'/yearActivity/judgeGetCouponOrScore';//判断当前用户今天是否已经领取积分或者卡劵 367 /* mUrl.yearjudge = cepath+'/yearActivity/judgeGetCouponOrScore';//判断当前用户今天是否已经领取积分或者卡劵
nearStop/js/tcyd.js
@@ -71,7 +71,7 @@ function wktrnt(name,juli,positiona){ @@ -71,7 +71,7 @@ function wktrnt(name,juli,positiona){
71 +'<div class="col-xs-4">停车诱导</div><div class="col-xs-4">' 71 +'<div class="col-xs-4">停车诱导</div><div class="col-xs-4">'
72 +'<span class="tipseconds"><span style="color: #f00;">10s</span>后自动进入导航</span>' 72 +'<span class="tipseconds"><span style="color: #f00;">10s</span>后自动进入导航</span>'
73 +'</div> </div> <div class="hhbcontent row"> <div class="col-xs-12">' 73 +'</div> </div> <div class="hhbcontent row"> <div class="col-xs-12">'
74 - +'<div>'+name+'</div><p>(因暂未开通丹阳行,数据可能不准确)</p>' 74 + +'<div>'+name+'</div><p>(因暂未开通任你停,数据可能不准确)</p>'
75 +'</div> <div class="col-xs-4"> <img src="imgs/a23.png" /> </div> <div class="col-xs-4"> <img src="imgs/a1x.png" />' 75 +'</div> <div class="col-xs-4"> <img src="imgs/a23.png" /> </div> <div class="col-xs-4"> <img src="imgs/a1x.png" />'
76 +'<div style="padding-top: 8px;">距您'+juli+'km</div>' 76 +'<div style="padding-top: 8px;">距您'+juli+'km</div>'
77 +'</div> <div class="col-xs-4"> <div>空闲</div> <span style="display: inline-block;padding-top: 8px;">空位</span>' 77 +'</div> <div class="col-xs-4"> <div>空闲</div> <span style="display: inline-block;padding-top: 8px;">空位</span>'
nearStop/list.html
@@ -249,7 +249,7 @@ @@ -249,7 +249,7 @@
249 //potop = idleberths; 249 //potop = idleberths;
250 kt = '<span> 当前车位数: <span style="color: #00ff00;">'+idleberths+'</span> / <span>'+totalberths+'</span> </span>'; 250 kt = '<span> 当前车位数: <span style="color: #00ff00;">'+idleberths+'</span> / <span>'+totalberths+'</span> </span>';
251 }else{ 251 }else{
252 - kt = '<span class="flan"> 暂未开通丹阳行</span>'; 252 + kt = '<span class="flan"> 暂未开通任你停</span>';
253 } 253 }
254 254
255 255
nearStop/map.html
@@ -694,7 +694,7 @@ @@ -694,7 +694,7 @@
694 //console.log(totalberths+" "+idleberths+" "+yt); 694 //console.log(totalberths+" "+idleberths+" "+yt);
695 }else{ 695 }else{
696 $(".onepark").attr('data-status','0'); 696 $(".onepark").attr('data-status','0');
697 - $(".lnum").html('<span class="flan">暂未开通丹阳行</span>'); 697 + $(".lnum").html('<span class="flan">暂未开通任你停</span>');
698 } 698 }
699 $("#laddre").text(address); 699 $("#laddre").text(address);
700 700
nearStop/new_file.html
@@ -187,7 +187,7 @@ overflow: hidden; @@ -187,7 +187,7 @@ overflow: hidden;
187 <div class="hhbcontent row"> 187 <div class="hhbcontent row">
188 <div class="col-xs-12"> 188 <div class="col-xs-12">
189 <div>中国传感网创新园停车场</div> 189 <div>中国传感网创新园停车场</div>
190 - <p>(因暂未开通丹阳行,数据可能不准确)</p> 190 + <p>(因暂未开通任你停,数据可能不准确)</p>
191 </div> 191 </div>
192 <div class="col-xs-4"> 192 <div class="col-xs-4">
193 <img src="imgs/a23.png" /> 193 <img src="imgs/a23.png" />
@@ -235,7 +235,7 @@ overflow: hidden; @@ -235,7 +235,7 @@ overflow: hidden;
235 <div class="hhbcontent row"> 235 <div class="hhbcontent row">
236 <div class="col-xs-12"> 236 <div class="col-xs-12">
237 <div>中国传感网创新园停车场</div> 237 <div>中国传感网创新园停车场</div>
238 - <p class="katrnt" style="display: none;">(因暂未开通丹阳行,数据可能不准确)</p> 238 + <p class="katrnt" style="display: none;">(因暂未开通任你停,数据可能不准确)</p>
239 </div> 239 </div>
240 <div class="col-xs-4"> 240 <div class="col-xs-4">
241 <img src="imgs/a23.png" /> 241 <img src="imgs/a23.png" />
nearStop/newmap1.html
@@ -807,7 +807,7 @@ @@ -807,7 +807,7 @@
807 //console.log(totalberths+" "+idleberths+" "+yt); 807 //console.log(totalberths+" "+idleberths+" "+yt);
808 }else{ 808 }else{
809 $(".onepark").attr('data-status','0'); 809 $(".onepark").attr('data-status','0');
810 - //$(".lnum").html('<span class="flan">暂未开通丹阳行</span>'); 810 + //$(".lnum").html('<span class="flan">暂未开通任你停</span>');
811 } 811 }
812 $("#laddre").text(address); 812 $("#laddre").text(address);
813 813
nearStop/parklist.html
@@ -311,7 +311,7 @@ @@ -311,7 +311,7 @@
311 kt = '<span> 当前车位数: <span style="color: #00ff00;">'+idleberths+'</span> / <span>'+totalberths+'</span> </span>'; 311 kt = '<span> 当前车位数: <span style="color: #00ff00;">'+idleberths+'</span> / <span>'+totalberths+'</span> </span>';
312 div.setAttribute('data-status','1'); 312 div.setAttribute('data-status','1');
313 }else{ 313 }else{
314 - kt = '<span class="flan"> 暂未开通丹阳行</span>'; 314 + kt = '<span class="flan"> 暂未开通任你停</span>';
315 div.setAttribute('data-status','0'); 315 div.setAttribute('data-status','0');
316 } 316 }
317 317
nearStop/parklistbf.html
@@ -311,7 +311,7 @@ @@ -311,7 +311,7 @@
311 kt = '<span> 当前车位数: <span style="color: #00ff00;">'+idleberths+'</span> / <span>'+totalberths+'</span> </span>'; 311 kt = '<span> 当前车位数: <span style="color: #00ff00;">'+idleberths+'</span> / <span>'+totalberths+'</span> </span>';
312 div.setAttribute('data-status','1'); 312 div.setAttribute('data-status','1');
313 }else{ 313 }else{
314 - kt = '<span class="flan"> 暂未开通丹阳行</span>'; 314 + kt = '<span class="flan"> 暂未开通任你停</span>';
315 div.setAttribute('data-status','0'); 315 div.setAttribute('data-status','0');
316 } 316 }
317 317
pay/confirmxc.html
@@ -261,7 +261,7 @@ @@ -261,7 +261,7 @@
261 jsondata, 261 jsondata,
262 function (res) { 262 function (res) {
263 if(res.code=='0'){ 263 if(res.code=='0'){
264 - window.location.href = 'http://wxgzh.rnting.com/ceshi/wechatthree/Threewfx/more/xinban/minec.html';//mUrl.myParkCardView; 264 + window.location.href = 'http://wxgzh.renniting.cn/wechatwuxi/Threewfx/more/xinban/minec.html';//mUrl.myParkCardView;
265 }else{} 265 }else{}
266 } 266 }
267 ); 267 );