Commit 052084b9 by libai

测试

parent bf180e81
Showing with 2 additions and 2 deletions
......@@ -2261,7 +2261,7 @@ $(function () {
pageID: localStorage.canvasCode
},
success:function(data){
console.log('用戶在線列表',data);
// console.log('用戶在線列表',data);
$(".online-num").text(data.count)
var richLv=0
var html=[];
......@@ -3024,7 +3024,7 @@ $(function () {
},
success:function(data){
console.log('獲取任務列表',data)
// console.log('獲取任務列表',data)
if(data.code!=1)return;
var html=[]
var taskIconArr=['','','','big-diamond.png','rich-icon.png','dew.png','pin.png','pin.png']
......
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