Commit 1f924743 by libai

测试

parent 5086f417
Showing with 5 additions and 5 deletions
......@@ -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>';
......
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