gift.js 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. /* 礼物 */
  2. (function e(t, n, r) {
  3. function i(o, u) {
  4. if (!n[o]) {
  5. if (!t[o]) {
  6. var a = typeof require == "function" && require;
  7. if (!u && a) return a(o, !0);
  8. if (s) return s(o, !0);
  9. var f = new Error("Cannot find module '" + o + "'");
  10. throw f.code = "MODULE_NOT_FOUND",
  11. f
  12. }
  13. var l = n[o] = {
  14. exports: {}
  15. };
  16. t[o][0].call(l.exports,
  17. function(e) {
  18. var n = t[o][1][e];
  19. return i(n ? n: e)
  20. },
  21. l, l.exports, e, t, n, r)
  22. }
  23. return n[o].exports
  24. }
  25. var s = typeof require == "function" && require;
  26. for (var o = 0; o < r.length; o++) i(r[o]);
  27. return i
  28. })({
  29. 2 : [function(e, t, n) {
  30. t.exports = function() {
  31. function L(e) {
  32. var t = this,
  33. n = 3e3,
  34. r = null;
  35. this.repeatNumList = [],
  36. this.active = !0,
  37. this.repeatId = null,
  38. this.id = null,
  39. this.name = null,
  40. this.avatar = null,
  41. this.giftType = null,
  42. this.giftId = null,
  43. this.giftName = null,
  44. this.img = null,
  45. this.addRepeatNum = function(e) {
  46. if (t.active) {
  47. var n = t.repeatNumList.length; (n == 0 || n > 0 ) && t.repeatNumList.push(e)
  48. }
  49. },
  50. this.isActive = function() {
  51. return t.active
  52. },
  53. this.resetCounter = function() {
  54. t.active = !0,
  55. r && clearTimeout(r),
  56. r = setTimeout(function() {
  57. t.active = !1,
  58. G[t.repeatId] = null,
  59. r = null
  60. },
  61. 4000)
  62. },
  63. function() {
  64. t.repeatId = e.repeatId,
  65. t.id = e.id,
  66. t.name = e.name,
  67. t.avatar = e.avatar,
  68. t.giftType = e.giftType,
  69. t.giftId = e.giftId,
  70. t.giftName = e.giftName,
  71. t.img = e.img,
  72. t.addRepeatNum(e.repeatNum)
  73. } (e)
  74. }
  75. function A(e) {
  76. function r() {
  77. E || i()
  78. }
  79. function i() {
  80. o(),
  81. E = setTimeout(function() {
  82. s() ? (clearTimeout(E), E = null) : i()
  83. },
  84. N)
  85. }
  86. function s() {
  87. return x.length == 0
  88. }
  89. function o() {
  90. function s(e) {
  91. setTimeout(function() {
  92. e.removeClass("active")
  93. },
  94. 500)
  95. }
  96. function o() {
  97. return C = $(".hjPopGift.hjPopGift_small.first"),
  98. k = $(".hjPopGift.hjPopGift_small.last"),
  99. C.hasClass("active") && k.hasClass("active") ? [] : k.hasClass("active") ? C: C.hasClass("active") ? k: C
  100. }
  101. var e = x[0],
  102. n = x[1],
  103. r = null;
  104. T[e].repeatNumList.length > 0 ? (r = $('.hjPopGift.hjPopGift_small[data-repeatid="' + e + '"]'), r.length == 0 && (r = o()), r.length > 0 && (r.attr("data-repeatid", T[e].repeatId), r.attr("data-repeatnum", 0), r.find(".icon-avatar").css("backgroundImage", "url(" + T[e].avatar + ")"), r.find(".nickname").text(T[e].name), r.find(".giftname").text(T[e].giftName), r.find(".icon-gift").css("backgroundImage", "url(" + T[e].img + ")"), r.find(".giftNum").addClass("active").text("x" + T[e].repeatNumList.shift()), s(r.find(".giftNum")), r.addClass("active"), T[e].resetCounter())) : T[e].isActive() || (r = $('.hjPopGift.hjPopGift_small[data-repeatid="' + e + '"]'), x[0] = 0, T[e] = null, r.removeClass("active"), r.removeAttr("data-repeatid"), r.removeAttr("data-repeatNum")),
  105. n && T[n].repeatNumList.length > 0 ? (r = $('.hjPopGift.hjPopGift_small[data-repeatid="' + n + '"]'), r.length == 0 && (r = o()), r.length > 0 && (r.attr("data-repeatid", T[n].repeatId), r.attr("data-repeatnum", 0), r.find(".icon-avatar").css("backgroundImage", "url(" + T[n].avatar + ")"), r.find(".nickname").text(T[n].name), r.find(".giftname").text(T[n].giftName), r.find(".icon-gift").css("backgroundImage", "url(" + T[n].img + ")"), r.find(".giftNum").addClass("active").text("x" + T[n].repeatNumList.shift()), s(r.find(".giftNum")), r.addClass("active"), T[n].resetCounter())) : n && !T[n].isActive() && (r = $('.hjPopGift.hjPopGift_small[data-repeatid="' + n + '"]'), x[1] = 0, T[n] = null, r.removeClass("active"), r.removeAttr("data-repeatid"), r.removeAttr("data-repeatnum")),
  106. t = [];
  107. for (var i = 0; i < x.length; i++) {
  108. if (x[i] == 0) continue;
  109. t.push(x[i])
  110. }
  111. x = t
  112. }
  113. var t = [],
  114. n = T[e.repeatId];
  115. n ? n.addRepeatNum(e.repeatNum) : (T[e.repeatId] = new L(e), x.push(e.repeatId)),
  116. r()
  117. }
  118. function _(e) {
  119. O.push(e),
  120. D()
  121. }
  122. function D() {
  123. function e() {
  124. var e = O.shift(),
  125. t = $(".hjPopGift.hjPopGift_big");
  126. t.find("img").attr("src", e.img),
  127. t.addClass("active"),
  128. setTimeout(function() {
  129. t.toggleClass("active out"),
  130. setTimeout(function() {
  131. t.removeClass(" out")
  132. },
  133. 500)
  134. },
  135. 5e3)
  136. }
  137. M || (e(), M = setInterval(function() {
  138. O.length > 0 ? e() : (clearInterval(M), M = null)
  139. },
  140. 6000))
  141. }
  142. var e = {},
  143. t = ["EFBA35"],
  144. n = {},
  145. r = null,
  146. f = null,
  147. l = null,
  148. c = {
  149. showContainer: null
  150. },
  151. h = 0,
  152. w = function(e) {
  153. var t = parseInt(e.uid, 10),
  154. n = q(e.uname),
  155. r = q(e.uhead),
  156. i = e.ct.giftid,
  157. s = q(e.ct.giftname),
  158. o = q(e.ct.gifticon),
  159. u = q(e.ct.gifticon),
  160. g = e.ct.type,
  161. a = (g==0? 1: 0),
  162. f = (g==0? 0:1) ,
  163. l = e.ct.giftid+'_'+e.uid,
  164. c = 1,
  165. h = {};
  166. a && a == 1 ? (
  167. G[l]? G[l]=G[l]+1 : G[l]=1,
  168. c=G[l]
  169. ) : '';
  170. f && f == 1 ? (h = {
  171. id: t,
  172. name: n,
  173. avatar: r,
  174. giftType: 2,
  175. giftId: i,
  176. giftName: s,
  177. img: u
  178. },
  179. _(h)) : a && a == 1 ? (h = {
  180. id: t,
  181. name: n,
  182. avatar: r,
  183. giftType: 1,
  184. giftId: i,
  185. giftName: s,
  186. img: o,
  187. repeatId: l,
  188. repeatNum: c
  189. },
  190. A(h)) : h = null
  191. },
  192. E = null,
  193. S = 1,
  194. x = [],
  195. T = {},
  196. G = {},
  197. N = 500,
  198. C = null,
  199. k = null,
  200. O = [],
  201. M = null;
  202. q = function() {
  203. var e = {
  204. "<": "&#60;",
  205. ">": "&#62;",
  206. '"': "&#34;",
  207. "'": "&#39;",
  208. "&": "&#38;"
  209. },
  210. t = /&(?![\w#]+;)|[<>"']/g,
  211. n = function(t) {
  212. return e[t]
  213. };
  214. return function(e) {
  215. return String(e || "").replace(t, n)
  216. }
  217. } ();
  218. return e.gift = w,
  219. window.HJ_PopBox = e,
  220. e
  221. } ()
  222. },
  223. {}],
  224. },
  225. {},
  226. [2]);