Commit e50dd04c by libai

测试

parent 08df4c97
......@@ -166,7 +166,7 @@ $(function(){
},
success:function(msg){
//console.log('查看帖子详情',msg)
$("title").text(JSON.parse(msg.topic.content).title+'-footseen')
$("title").text(JSON.parse(msg.topic.content).title+'')
var tagsArr=[];
list=msg.topic
for(var j=0;j<list.tags.length;j++){
......
......@@ -478,7 +478,7 @@ $(function () {
window.location.href="../index.html"
return;
}
$("title").text(data.room.roomName+'的直播間-footseen直播間')
$("title").text(data.room.roomName+'的直播間')
var roomList = data.room;
$(".description").attr("content",roomList.introduce)
flowUrl=data.pullFlowUrl
......
......@@ -169,7 +169,7 @@ $(function(){
}
myTopicId=msg.topic.topicId
$("title").text(JSON.parse(msg.topic.content).title+'在線觀看-footseen')
$("title").text(JSON.parse(msg.topic.content).title+'在線觀看')
var tagsArr=[];
list=msg.topic
for(var j=0;j<list.tags.length;j++){
......
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