Commit e4994a49 by qiaomu

测试

parent 12f25583
Showing with 3 additions and 3 deletions
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
} }
function getUserInfo(){ function getUserInfo(){
$.ajax({ $.ajax({
url: "http://pay.ishuaji.cn/user/auth/"+sessionStorage.bbb+"/"+sessionStorage.kkk, url: "https://pay.ishuaji.cn/user/auth/"+sessionStorage.bbb+"/"+sessionStorage.kkk,
dataType: "json", dataType: "json",
type: "POST", type: "POST",
success: function(data) { success: function(data) {
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
.cell_hd h5{font-weight:normal;} .cell_hd h5{font-weight:normal;}
.cell_hd h4{font-weight:normal;font-family:numberfont;font-size:18px;} .cell_hd h4{font-weight:normal;font-family:numberfont;font-size:18px;}
.cell_hd h4 span{font-size:10px;color:#666;} .cell_hd h4 span{font-size:10px;color:#666;}
.bonds{widht:100%;height:auto;margin:10px 0;padding:10px 0} .bonds{width:100%;height:auto;margin:10px 0;padding:10px 0}
.tips{text-align:right;} .tips{text-align:right;}
.tips-cont{width:100%;font-size:10px;color:#ccc;} .tips-cont{width:100%;font-size:10px;color:#ccc;}
.disable{background:#ccc;} .disable{background:#ccc;}
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
</div> </div>
<script> <script>
var uid; var uid;
var url="http://taskweb.ishuaji.cn:9095/remote/livertime"; var url="https://taskweb.ishuaji.cn:9095/remote/livertime";
$(function(){ $(function(){
$(".weui_btn").click(function(){ $(".weui_btn").click(function(){
var type=$(this).attr("data-time"); var type=$(this).attr("data-time");
......
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 sign in to comment