Commit 79a35387 by libai

测试

parent 7a73584b
Showing with 2 additions and 2 deletions
......@@ -892,7 +892,7 @@ $(function () {
pageID: localStorage.canvasCode,
},
success:function(data){
console.log('获取活动中心列表',data)
// console.log('获取活动中心列表',data)
var html=[];
for(var i=0;i<data.dataList.activitys.length;i++){
var list=data.dataList.activitys[i]
......@@ -927,7 +927,7 @@ $(function () {
title: false,
shadeClose: true,
skin: "active-layer",
area: ["360px", "317px"],
area: ["360px", "330px"],
content: _self.attr("data-type")+'?uid='+localStorage.uid+'&token='+localStorage.token+'&roomid='+sessionStorage.roomId+'&os=pc',
})
}else{
......
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