Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footseen-large-website

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 1f924743 authored 2 years ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent 5086f417 master … dev-替换FUSI安装包
Hide whitespace changes
Inline Side-by-side
Showing with 5 additions and 5 deletions
  • yazhaiTest/room/liveRoom.html
yazhaiTest/room/liveRoom.html
View file @ 1f924743
......@@ -930,7 +930,7 @@ $(function () {
for(var i=0;i<data.data.length;i++){
var list=data.data[i]
html+='<li data-type="'+i+'" data-type3="'+list.total+'" data-type2="'+list.gid+'">';
if(list.subimg!=undefined)html+='<img class="subimg" src="https://zhibocdn.yabolive.net/comm'+list.subimg+'?x-oss-process=image/resize,w_32">'
if(list.subimg!=undefined)html+='<img class="subimg" src="https://zhibocdn.yabolive.net/comm'+list.subimg+'?x-oss-process=image/resize,h_18">'
html+='<div class="big-gift-li-top"><img src="https://zhibocdn.yabolive.net/comm' + list.resource + '?x-oss-process=image/resize,w_62" alt=""></div>';
html+='<p class="big-gift-li-p1">'+list.name+'</p>';
html+='<p class="big-gift-li-p2">x <span class="big-gift-total">'+list.total+'</span></p>';
......@@ -1026,7 +1026,7 @@ $(function () {
if(data.data[i]==undefined)break;
var list=data.data[i];
html+='<li >';
if(list.subimg!=undefined)html+='<img class="subimg" src="https://zhibocdn.yabolive.net/comm'+list.subimg+'?x-oss-process=image/resize,w_32">'
if(list.subimg!=undefined)html+='<img class="subimg" src="https://zhibocdn.yabolive.net/comm'+list.subimg+'?x-oss-process=image/resize,h_18">'
html+='<div class="left-big-gift-more">';
html+='<div class="left-gift-more">';
html+='<div class="gift-more-icon"><img src="https://zhibocdn.yabolive.net/comm' + list.resource + '?x-oss-process=image/resize,w_52"></div>';
......@@ -1095,7 +1095,7 @@ $(function () {
// html+='</div>';
// html+='</div>';
// }
if(list.subimg!=undefined)html+='<img class="subimg" src="https://zhibocdn.yabolive.net/comm'+list.subimg+'?x-oss-process=image/resize,w_32">'
if(list.subimg!=undefined)html+='<img class="subimg" src="https://zhibocdn.yabolive.net/comm'+list.subimg+'?x-oss-process=image/resize,h_18">'
html+='<div class="big-gift-li-top"><img src="https://zhibocdn.yabolive.net/comm' + list.resource + '?x-oss-process=image/resize,w_62" alt=""></div>';
html+='<p class="big-gift-li-p1">'+list.name+'</p>';
html+='<p class="big-gift-li-p2"><img src="'+imgIcon+'" alt=""> '+list.price+'</p>';
......@@ -2251,7 +2251,7 @@ $(function () {
var html=[]
html+='<div data-type="5000" data-type2="0" data-type3="https://zhibocdn.yabolive.net/comm'+list.content.webp+'" class="gift-show-ing gift-show-content show'+trackNum+'">';
html+='<div class="gift-show-text">';
html+='<img class="gift-show-face" src="https://zhibocdn.yabolive.net/comm'+list.content.icon+'?x-oss-process=image/resize,w_42" alt="">';
html+='<img class="gift-show-face" src="https://zhibocdn.yabolive.net/comm'+list.content.icon+'?x-oss-process=image/resize,h_18" alt="">';
html+='<p class="gift-show-p1">'+list.content.userInfo.nickname+'</p>';
html+='<p class="gift-show-p2">送出'+list.content.giftname+'x'+list.content.num+'</p>';
html+='</div>';
......@@ -2310,7 +2310,7 @@ $(function () {
else html+='<div data-type="5000" data-type2="0" data-type3="https://zhibocdn.yabolive.net/comm'+list.content.webp+'" class="gift-show-ing gift-show-content show'+trackNum+'">';
// html+='<img class="gift-show-img" src="https://zhibocdn.yabolive.net/comm'+list.content.webp+'" alt="">';
html+='<div class="gift-show-text">';
html+='<img class="gift-show-face" src="https://zhibocdn.yabolive.net/comm'+list.content.icon+'?x-oss-process=image/resize,w_42" alt="">';
html+='<img class="gift-show-face" src="https://zhibocdn.yabolive.net/comm'+list.content.icon+'?x-oss-process=image/resize,h_18" alt="">';
html+='<p class="gift-show-p1">'+list.content.userInfo.nickname+'</p>';
html+='<p class="gift-show-p2">送出'+list.content.giftname+'x'+list.content.num+'</p>';
html+='</div>';
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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