Commit dbc3ce15 by libai

测试

parent fcb4ae7e
......@@ -221,7 +221,6 @@ function loginGo(){
data:{
uid:localStorage.uid,
token:localStorage.token,
// pass:true,
pageID:localStorage.canvasCode,
},
success:function(data){
......
......@@ -472,7 +472,7 @@ $(function () {
roomId: sessionStorage.roomId,
pageID: localStorage.canvasCode,
},
async:false,
// async:false,
success: function (data) {
// if(data.code!=1){
// window.location.href='../index.html'
......
......@@ -167,7 +167,7 @@ $(function(){
pageID:localStorage.canvasCode,
topicId:sessionStorage.topicId
},
async:false,
// async:false,
success:function(msg){
//console.log('查看帖子详情',msg)
if(msg.code!=1){
......
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