bhd-components 0.6.9 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -111,7 +111,7 @@ var HistoryFun = function(props) {
111
111
  pageNumber = 1;
112
112
  }
113
113
  console.log(roomId, pageNumber, id, receiver, "第几页第几页第几页第几页第几页第几页");
114
- loadSpecifiedData(roomId, pageNumber, id, receiver);
114
+ loadSpecifiedData(roomId, pageNumber, id, receiver, keyWordProblem);
115
115
  onClose();
116
116
  setKeyWordProblem("");
117
117
  setTotalData([]);
@@ -378,7 +378,7 @@ var HistoryFun = function(props) {
378
378
  return /*#__PURE__*/ _jsxs(_Fragment, {
379
379
  children: [
380
380
  /*#__PURE__*/ _jsxs("div", {
381
- className: styles.list_summary,
381
+ className: "".concat(styles.list_summary, " ").concat(item.show ? styles.list_summary_active : ""),
382
382
  id: item.roomId,
383
383
  onClick: function() {
384
384
  if (item.count == 1) {