Commit 1972fb6d by libai

测试

parent 9224d7de
Showing with 19 additions and 19 deletions
...@@ -144,25 +144,25 @@ ...@@ -144,25 +144,25 @@
fp.get(function(result, components) { fp.get(function(result, components) {
canvasCode=result canvasCode=result
}); });
// if(localStorage.uid!=undefined&&localStorage.uid!="undefined"){ if(localStorage.uid!=undefined&&localStorage.uid!="undefined"){
// $.ajax({ $.ajax({
// url:$ip+'activesys/getUserBaseInfo', url:$ip+'activesys/getUserBaseInfo',
// type: "post", type: "post",
// data: { data: {
// uid:localStorage.uid, uid:localStorage.uid,
// token:localStorage.token token:localStorage.token
// }, },
// success:function(msg){ success:function(msg){
// var data = JSON.parse(msg) var data = JSON.parse(msg)
// console.log("获取用户基本信息",data) console.log("获取用户基本信息",data)
// if(data.code==1){ if(data.code==1){
// window.location.href='index.html'; window.location.href='myData.html?uid='+localStorage.uid+'&token='+localStorage.token+''
// }else{ }else{
// layer.msg(data.msg) layer.msg(data.msg)
// } }
// } }
// }) })
// } }
$(".code-btn").on("click", function () { $(".code-btn").on("click", function () {
if ($(".login-phone-ipt").val().length > 10) { if ($(".login-phone-ipt").val().length > 10) {
......
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