bhd-components 0.9.17 → 0.9.18
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.
- package/dist/index.esm.es5.development.css +1165 -1127
- package/dist/index.esm.es5.development.js +108 -61
- package/dist/index.esm.es5.production.css +1 -1
- package/dist/index.esm.es5.production.js +1 -1
- package/dist/vendor.esm.es5.development.js +1 -1
- package/dist/vendor.esm.es5.production.js +1 -1
- package/es2017/customerService/index.module.less +15 -4
- package/es2017/customerService/index2.module.less +14 -4
- package/es2017/icons/components/custom-screen-xuanzuan.d.ts +4 -0
- package/es2017/icons/components/custom-screen-xuanzuan.js +28 -0
- package/es2017/icons/components/custom-xuanzuan.js +16 -14
- package/es2017/icons/components/index.d.ts +1 -0
- package/es2017/icons/components/index.js +1 -0
- package/es2017/viewImage/index(/345/216/237).d.ts +31 -0
- package/es2017/viewImage/index(/345/216/237).js +384 -0
- package/es2017/viewImage/index.d.ts +1 -0
- package/es2017/viewImage/index.js +90 -45
- package/es2017/viewImage/index.module(/345/216/237).less +173 -0
- package/es2017/viewImage/index.module.less +29 -9
- package/esm/customerService/index.module.less +15 -4
- package/esm/customerService/index2.module.less +14 -4
- package/esm/icons/components/custom-screen-xuanzuan.d.ts +4 -0
- package/esm/icons/components/custom-screen-xuanzuan.js +30 -0
- package/esm/icons/components/custom-xuanzuan.js +16 -14
- package/esm/icons/components/index.d.ts +1 -0
- package/esm/icons/components/index.js +1 -0
- package/esm/viewImage/index(/345/216/237).d.ts +31 -0
- package/esm/viewImage/index(/345/216/237).js +480 -0
- package/esm/viewImage/index.d.ts +1 -0
- package/esm/viewImage/index.js +90 -45
- package/esm/viewImage/index.module(/345/216/237).less +173 -0
- package/esm/viewImage/index.module.less +29 -9
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { z as zhCN, A as App, _ as _object_spread, a as AntdMessage, M as Modal$1, b as AntdNotification, C as ConfigProvider, c as _extends, d as _object_destructuring_empty, j as jsx, e as _object_spread_props, f as jsxs, t as transform, S as StyleProvider, g as _sliced_to_array, T as Tooltip, h as Table$2, I as Icon, E as ExclamationCircleFilled, i as _to_consumable_array, P as Pagination$1, k as Select, l as CaretDownOutlined, m as _inherits, n as _create_super, o as _create_class, p as _class_call_check, q as _define_property, r as _assert_this_initialized, s as _async_to_generator,
|
|
1
|
+
import { z as zhCN, A as App, _ as _object_spread, a as AntdMessage, M as Modal$1, b as AntdNotification, C as ConfigProvider, c as _extends, d as _object_destructuring_empty, j as jsx, e as _object_spread_props, f as jsxs, t as transform, S as StyleProvider, g as _sliced_to_array, T as Tooltip, h as Table$2, I as Icon, E as ExclamationCircleFilled, i as _to_consumable_array, P as Pagination$1, k as Select, l as CaretDownOutlined, m as _inherits, n as _create_super, o as _create_class, p as _class_call_check, q as _define_property, r as _assert_this_initialized, s as _async_to_generator, u as MinusOutlined, v as PlusOutlined, L as LeftOutlined, R as RightOutlined, w as __generator, x as Input, y as SearchOutlined, B as Spin, D as CloseOutlined, X, F as I, H, G as html2canvas$1, J as Remarkable, K as Drawer, N as HighlightJS, Z as ZoomInOutlined, O as DatePicker, Q as Button } from './vendor.esm.es5.development.js';
|
|
2
2
|
export { U as Affix, V as Alert, W as Anchor, a as AntdMessage, A as App, Y as AutoComplete, $ as Avatar, a1 as BackTop, a2 as Badge, a3 as Breadcrumb, Q as Button, a4 as Calendar, a5 as Card, a6 as Carousel, a7 as Cascader, a8 as Checkbox, a9 as Col, aa as Collapse, O as DatePicker, ab as Descriptions, ac as Divider, K as Drawer, ad as Dropdown, ae as Empty, a0 as FloatButton, af as Form, ag as Grid, ah as Image, x as Input, ai as InputNumber, aj as Layout, ak as List, al as Mentions, am as Menu, M as Modal, an as Popconfirm, ao as Popover, ap as Progress, aN as QRCode, aq as Radio, ar as Rate, as as Result, at as Row, au as Segmented, k as Select, av as Skeleton, aw as Slider, ax as Space, B as Spin, ay as Statistic, az as Steps, aA as Switch, aB as Tabs, aC as Tag, aE as TimePicker, aF as Timeline, T as Tooltip, aG as Tour, aH as Transfer, aI as Tree, aJ as TreeSelect, aK as Typography, aL as Upload, aM as Watermark, aP as en_US, b as notification, aD as theme, aO as version, z as zh_CN } from './vendor.esm.es5.development.js';
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import React__default, { useState, useRef, useEffect, useLayoutEffect, forwardRef, useImperativeHandle, useCallback } from 'react';
|
|
@@ -631,20 +631,22 @@ var CustomClose = function(props) {
|
|
|
631
631
|
var CustomClose$1 = CustomClose;
|
|
632
632
|
|
|
633
633
|
var CustomXuanZuanSvg = function() {
|
|
634
|
-
return /*#__PURE__*/
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
634
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
635
|
+
width: "24",
|
|
636
|
+
height: "24",
|
|
637
|
+
viewBox: "0 0 24 24",
|
|
638
|
+
fill: "none",
|
|
638
639
|
xmlns: "http://www.w3.org/2000/svg",
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
640
|
+
children: [
|
|
641
|
+
/*#__PURE__*/ jsx("path", {
|
|
642
|
+
d: "M9.82075 4.72072H13.7854L12.8078 3.74313C12.4141 3.34937 12.4141 2.69764 12.8078 2.30389C12.9995 2.11451 13.258 2.0083 13.5275 2.0083C13.7969 2.0083 14.0554 2.11451 14.2471 2.30389L16.5146 4.57136C16.7046 4.76145 16.854 5.11447 16.854 5.38603C16.854 5.65758 16.7046 6.0106 16.5146 6.20069L14.2471 8.46816C14.0434 8.67183 13.7854 8.76687 13.5275 8.76687C13.2695 8.76687 13.0115 8.67183 12.8078 8.46816C12.4141 8.07441 12.4141 7.42268 12.8078 7.02893L13.0794 6.75737H9.80718C8.27784 6.76096 6.81217 7.37008 5.73076 8.45148C4.64936 9.53289 4.04024 10.9986 4.03665 12.5279C4.03665 13.0846 3.57501 13.5462 3.01833 13.5462C2.46164 13.5462 2 13.0846 2 12.5279C2.01358 8.22377 5.50305 4.72072 9.82075 4.72072Z",
|
|
643
|
+
fill: "white"
|
|
644
|
+
}),
|
|
645
|
+
/*#__PURE__*/ jsx("path", {
|
|
646
|
+
d: "M7.21389 9.81238H20.5743C21.3618 9.81238 22 10.4505 22 11.238V20.5659C22 21.3534 21.3618 21.9916 20.5743 21.9916H7.21389C6.42638 21.9916 5.78823 21.3534 5.78823 20.5659V11.238C5.77465 10.4505 6.42638 9.81238 7.21389 9.81238ZM7.81131 19.9549H19.9633V11.849H7.81131V19.9549Z",
|
|
647
|
+
fill: "white"
|
|
648
|
+
})
|
|
649
|
+
]
|
|
648
650
|
});
|
|
649
651
|
};
|
|
650
652
|
var CustomXuanZuan = function(props) {
|
|
@@ -652,7 +654,7 @@ var CustomXuanZuan = function(props) {
|
|
|
652
654
|
component: CustomXuanZuanSvg
|
|
653
655
|
}));
|
|
654
656
|
};
|
|
655
|
-
var
|
|
657
|
+
var CustomScreenXuanZuan = CustomXuanZuan;
|
|
656
658
|
|
|
657
659
|
var CustomDownLoadSvg = function() {
|
|
658
660
|
return /*#__PURE__*/ jsx("svg", {
|
|
@@ -1418,7 +1420,7 @@ var TitleBar = function(props) {
|
|
|
1418
1420
|
};
|
|
1419
1421
|
var TitleBar$1 = TitleBar;
|
|
1420
1422
|
|
|
1421
|
-
var modules_63b47c51$5 = {"AppViewImage":"
|
|
1423
|
+
var modules_63b47c51$5 = {"AppViewImage":"index_module_AppViewImage__3145c517","viewImgBody":"index_module_viewImgBody__3145c517","viewImgContent":"index_module_viewImgContent__3145c517","viewImgAction":"index_module_viewImgAction__3145c517","actionTop":"index_module_actionTop__3145c517","viewImgBody_load":"index_module_viewImgBody_load__3145c517","viewImgBody_pic":"index_module_viewImgBody_pic__3145c517","viewImgActionClose":"index_module_viewImgActionClose__3145c517","viewImgBody_pre":"index_module_viewImgBody_pre__3145c517","viewImgBody_next":"index_module_viewImgBody_next__3145c517","viewImgBodyScale":"index_module_viewImgBodyScale__3145c517","viewImgBodyScale_minu":"index_module_viewImgBodyScale_minu__3145c517","viewImgBodyScale_add":"index_module_viewImgBodyScale_add__3145c517","viewImgBodyScale_value":"index_module_viewImgBodyScale_value__3145c517","viewImgInfo":"index_module_viewImgInfo__3145c517"};
|
|
1422
1424
|
|
|
1423
1425
|
//获取css样式
|
|
1424
1426
|
var getStyle = function getStyle(dom, key) {
|
|
@@ -1670,7 +1672,8 @@ var ViewImage = /*#__PURE__*/ function(_React_Component) {
|
|
|
1670
1672
|
loading: false,
|
|
1671
1673
|
curIndex: 0,
|
|
1672
1674
|
multiSelect: false,
|
|
1673
|
-
imgError: false
|
|
1675
|
+
imgError: false,
|
|
1676
|
+
actionCloseFlag: 0 // 关闭按钮位置 0是跟随图片 1固定右上角
|
|
1674
1677
|
});
|
|
1675
1678
|
_define_property(_assert_this_initialized(_this), "scaleChange", function(value) {
|
|
1676
1679
|
var _this_state = _this.state, maxScale = _this_state.maxScale, minScale = _this_state.minScale;
|
|
@@ -1682,8 +1685,24 @@ var ViewImage = /*#__PURE__*/ function(_React_Component) {
|
|
|
1682
1685
|
}
|
|
1683
1686
|
_this.setState({
|
|
1684
1687
|
scaleValue: value
|
|
1688
|
+
}, function() {
|
|
1689
|
+
_this.moveActionClose();
|
|
1685
1690
|
});
|
|
1686
1691
|
});
|
|
1692
|
+
_define_property(_assert_this_initialized(_this), "moveActionClose", function() {
|
|
1693
|
+
setTimeout(function() {
|
|
1694
|
+
var rect = document.getElementById("viewImgBody_pic").getBoundingClientRect();
|
|
1695
|
+
if (rect.top >= 0 && rect.top <= (window.innerHeight || document.documentElement.clientHeight) - 40 && rect.right <= (window.innerWidth || document.documentElement.clientWidth) - 52) {
|
|
1696
|
+
_this.setState({
|
|
1697
|
+
actionCloseFlag: 0
|
|
1698
|
+
});
|
|
1699
|
+
} else {
|
|
1700
|
+
_this.setState({
|
|
1701
|
+
actionCloseFlag: 1
|
|
1702
|
+
});
|
|
1703
|
+
}
|
|
1704
|
+
}, 10);
|
|
1705
|
+
});
|
|
1687
1706
|
_define_property(_assert_this_initialized(_this), "moveImg", function(ev) {
|
|
1688
1707
|
var _this_state = _this.state, imgLeft = _this_state.imgLeft, imgTop = _this_state.imgTop;
|
|
1689
1708
|
ev.preventDefault();
|
|
@@ -1701,7 +1720,9 @@ var ViewImage = /*#__PURE__*/ function(_React_Component) {
|
|
|
1701
1720
|
_this.setState({
|
|
1702
1721
|
imgLeft: ev.pageX - disx,
|
|
1703
1722
|
imgTop: ev.pageY - disy
|
|
1704
|
-
}, function() {
|
|
1723
|
+
}, function() {
|
|
1724
|
+
_this.moveActionClose();
|
|
1725
|
+
});
|
|
1705
1726
|
};
|
|
1706
1727
|
var mouseUp = function() {
|
|
1707
1728
|
document.removeEventListener("mousemove", mouseMove);
|
|
@@ -1979,23 +2000,58 @@ var ViewImage = /*#__PURE__*/ function(_React_Component) {
|
|
|
1979
2000
|
/*#__PURE__*/ jsxs("div", {
|
|
1980
2001
|
className: modules_63b47c51$5.viewImgContent,
|
|
1981
2002
|
children: [
|
|
2003
|
+
this.state.actionCloseFlag === 1 && /*#__PURE__*/ jsx("div", {
|
|
2004
|
+
className: "".concat(modules_63b47c51$5.viewImgAction, " ").concat(modules_63b47c51$5.actionTop),
|
|
2005
|
+
children: /*#__PURE__*/ jsx("span", {
|
|
2006
|
+
// id="actionClose"
|
|
2007
|
+
// style={{right:`calc(-40px + (-12px * (1 / ${scaleValue / 100}) ))` ,transform: `scale(calc(1 / ${scaleValue / 100}),calc(1 / ${scaleValue / 100}))`,transformOrigin: `top left`}}
|
|
2008
|
+
className: modules_63b47c51$5.viewImgActionClose,
|
|
2009
|
+
title: "关闭",
|
|
2010
|
+
onClick: this.close,
|
|
2011
|
+
children: /*#__PURE__*/ jsx(CustomClose$1, {})
|
|
2012
|
+
})
|
|
2013
|
+
}),
|
|
1982
2014
|
/*#__PURE__*/ jsxs("div", {
|
|
1983
2015
|
className: modules_63b47c51$5.viewImgAction,
|
|
1984
2016
|
children: [
|
|
1985
2017
|
/*#__PURE__*/ jsx("span", {
|
|
1986
2018
|
title: "旋转",
|
|
1987
2019
|
onClick: this.rotate,
|
|
1988
|
-
children: /*#__PURE__*/ jsx(
|
|
2020
|
+
children: /*#__PURE__*/ jsx(CustomScreenXuanZuan, {})
|
|
1989
2021
|
}),
|
|
1990
2022
|
download && !imgError && /*#__PURE__*/ jsx("span", {
|
|
1991
2023
|
title: "下载",
|
|
1992
2024
|
onClick: this.downloadUrl,
|
|
1993
2025
|
children: /*#__PURE__*/ jsx(CustomDownLoad$1, {})
|
|
1994
2026
|
}),
|
|
1995
|
-
/*#__PURE__*/
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
2027
|
+
/*#__PURE__*/ jsxs("div", {
|
|
2028
|
+
className: modules_63b47c51$5.viewImgBodyScale,
|
|
2029
|
+
children: [
|
|
2030
|
+
/*#__PURE__*/ jsx("span", {
|
|
2031
|
+
className: modules_63b47c51$5.viewImgBodyScale_minu,
|
|
2032
|
+
onClick: function() {
|
|
2033
|
+
scaleValue = scaleValue - 10;
|
|
2034
|
+
_this.scaleChange(scaleValue);
|
|
2035
|
+
},
|
|
2036
|
+
children: /*#__PURE__*/ jsx(MinusOutlined, {})
|
|
2037
|
+
}),
|
|
2038
|
+
/*#__PURE__*/ jsxs("span", {
|
|
2039
|
+
className: modules_63b47c51$5.viewImgBodyScale_value,
|
|
2040
|
+
onClick: this.reset,
|
|
2041
|
+
children: [
|
|
2042
|
+
scaleValue,
|
|
2043
|
+
"%"
|
|
2044
|
+
]
|
|
2045
|
+
}),
|
|
2046
|
+
/*#__PURE__*/ jsx("span", {
|
|
2047
|
+
className: modules_63b47c51$5.viewImgBodyScale_add,
|
|
2048
|
+
onClick: function() {
|
|
2049
|
+
scaleValue = scaleValue + 10;
|
|
2050
|
+
_this.scaleChange(scaleValue);
|
|
2051
|
+
},
|
|
2052
|
+
children: /*#__PURE__*/ jsx(PlusOutlined, {})
|
|
2053
|
+
})
|
|
2054
|
+
]
|
|
1999
2055
|
})
|
|
2000
2056
|
]
|
|
2001
2057
|
}),
|
|
@@ -2010,20 +2066,40 @@ var ViewImage = /*#__PURE__*/ function(_React_Component) {
|
|
|
2010
2066
|
color: "#FFFFFF"
|
|
2011
2067
|
},
|
|
2012
2068
|
children: imgSrc ? "图片加载错误" : "暂无内容"
|
|
2013
|
-
}) : /*#__PURE__*/
|
|
2014
|
-
src: imgSrc,
|
|
2015
|
-
alt: "图片加载错误",
|
|
2016
|
-
draggable: "false",
|
|
2069
|
+
}) : /*#__PURE__*/ jsxs("div", {
|
|
2017
2070
|
onMouseDown: this.moveImg,
|
|
2018
2071
|
style: {
|
|
2019
|
-
transform: "scale(".concat(scaleValue / 100, ",").concat(scaleValue / 100, ")
|
|
2072
|
+
transform: "scale(".concat(scaleValue / 100, ",").concat(scaleValue / 100, ")"),
|
|
2020
2073
|
left: imgLeft == "auto" ? "auto" : imgLeft + "px",
|
|
2021
2074
|
top: imgTop == "auto" ? "auto" : imgTop + "px"
|
|
2022
2075
|
},
|
|
2023
2076
|
className: modules_63b47c51$5.viewImgBody_pic,
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2077
|
+
children: [
|
|
2078
|
+
/*#__PURE__*/ jsx("img", {
|
|
2079
|
+
id: "viewImgBody_pic",
|
|
2080
|
+
src: imgSrc,
|
|
2081
|
+
alt: "图片加载错误",
|
|
2082
|
+
draggable: "false",
|
|
2083
|
+
style: {
|
|
2084
|
+
transform: "rotate(".concat(rotateValue, "deg)")
|
|
2085
|
+
},
|
|
2086
|
+
onLoad: this.imgLoad,
|
|
2087
|
+
onError: this.imgErr
|
|
2088
|
+
}, "img"),
|
|
2089
|
+
this.state.actionCloseFlag === 0 && /*#__PURE__*/ jsx("span", {
|
|
2090
|
+
id: "actionClose",
|
|
2091
|
+
style: {
|
|
2092
|
+
right: "calc(-40px + (-12px * (1 / ".concat(scaleValue / 100, ") ))"),
|
|
2093
|
+
transform: "scale(calc(1 / ".concat(scaleValue / 100, "),calc(1 / ").concat(scaleValue / 100, "))"),
|
|
2094
|
+
transformOrigin: "top left"
|
|
2095
|
+
},
|
|
2096
|
+
className: modules_63b47c51$5.viewImgActionClose,
|
|
2097
|
+
title: "关闭",
|
|
2098
|
+
onClick: this.close,
|
|
2099
|
+
children: /*#__PURE__*/ jsx(CustomClose$1, {})
|
|
2100
|
+
})
|
|
2101
|
+
]
|
|
2102
|
+
}),
|
|
2027
2103
|
multiSelect && /*#__PURE__*/ jsxs(Fragment, {
|
|
2028
2104
|
children: [
|
|
2029
2105
|
this.state.curIndex !== 0 && /*#__PURE__*/ jsx("div", {
|
|
@@ -2039,35 +2115,6 @@ var ViewImage = /*#__PURE__*/ function(_React_Component) {
|
|
|
2039
2115
|
]
|
|
2040
2116
|
})
|
|
2041
2117
|
]
|
|
2042
|
-
}),
|
|
2043
|
-
/*#__PURE__*/ jsxs("div", {
|
|
2044
|
-
className: modules_63b47c51$5.viewImgBodyScale,
|
|
2045
|
-
children: [
|
|
2046
|
-
/*#__PURE__*/ jsx("span", {
|
|
2047
|
-
className: modules_63b47c51$5.viewImgBodyScale_minu,
|
|
2048
|
-
onClick: function() {
|
|
2049
|
-
scaleValue = scaleValue - 10;
|
|
2050
|
-
_this.scaleChange(scaleValue);
|
|
2051
|
-
},
|
|
2052
|
-
children: /*#__PURE__*/ jsx(MinusOutlined, {})
|
|
2053
|
-
}),
|
|
2054
|
-
/*#__PURE__*/ jsxs("span", {
|
|
2055
|
-
className: modules_63b47c51$5.viewImgBodyScale_value,
|
|
2056
|
-
onClick: this.reset,
|
|
2057
|
-
children: [
|
|
2058
|
-
scaleValue,
|
|
2059
|
-
"%"
|
|
2060
|
-
]
|
|
2061
|
-
}),
|
|
2062
|
-
/*#__PURE__*/ jsx("span", {
|
|
2063
|
-
className: modules_63b47c51$5.viewImgBodyScale_add,
|
|
2064
|
-
onClick: function() {
|
|
2065
|
-
scaleValue = scaleValue + 10;
|
|
2066
|
-
_this.scaleChange(scaleValue);
|
|
2067
|
-
},
|
|
2068
|
-
children: /*#__PURE__*/ jsx(PlusOutlined, {})
|
|
2069
|
-
})
|
|
2070
|
-
]
|
|
2071
2118
|
})
|
|
2072
2119
|
]
|
|
2073
2120
|
}),
|
|
@@ -2528,7 +2575,7 @@ function BhdAppLayout(props) {
|
|
|
2528
2575
|
});
|
|
2529
2576
|
}
|
|
2530
2577
|
|
|
2531
|
-
var modules_63b47c51$1 = {"service_ChatWindow_Drawer":"
|
|
2578
|
+
var modules_63b47c51$1 = {"service_ChatWindow_Drawer":"index_module_service_ChatWindow_Drawer__cf49a5ea","ChatWindow_Modal":"index_module_ChatWindow_Modal__cf49a5ea","ChatWindow_Drawer":"index_module_ChatWindow_Drawer__cf49a5ea","header_wrap":"index_module_header_wrap__cf49a5ea","top":"index_module_top__cf49a5ea","user":"index_module_user__cf49a5ea","count":"index_module_count__cf49a5ea","operate":"index_module_operate__cf49a5ea","line":"index_module_line__cf49a5ea","popover_main":"index_module_popover_main__cf49a5ea","popover":"index_module_popover__cf49a5ea","header_wrap_newlabo":"index_module_header_wrap_newlabo__cf49a5ea","Drawer_main":"index_module_Drawer_main__cf49a5ea","loading":"index_module_loading__cf49a5ea","message_con":"index_module_message_con__cf49a5ea","left":"index_module_left__cf49a5ea","head_sculpture":"index_module_head_sculpture__cf49a5ea","main_content":"index_module_main_content__cf49a5ea","right":"index_module_right__cf49a5ea","main":"index_module_main__cf49a5ea","main_content_flag":"index_module_main_content_flag__cf49a5ea","operate_modal":"index_module_operate_modal__cf49a5ea","operate_modal_bottom":"index_module_operate_modal_bottom__cf49a5ea","active":"index_module_active__cf49a5ea","stop_generate":"index_module_stop_generate__cf49a5ea","icon":"index_module_icon__cf49a5ea","find_teacher":"index_module_find_teacher__cf49a5ea","stop_findTeacher":"index_module_stop_findTeacher__cf49a5ea","content":"index_module_content__cf49a5ea","content_child":"index_module_content_child__cf49a5ea","find_teacher_con":"index_module_find_teacher_con__cf49a5ea","sign":"index_module_sign__cf49a5ea","ask_question":"index_module_ask_question__cf49a5ea","bottom":"index_module_bottom__cf49a5ea","association_problem":"index_module_association_problem__cf49a5ea","association_problem_flag":"index_module_association_problem_flag__cf49a5ea","related_issues_flag":"index_module_related_issues_flag__cf49a5ea","img_con":"index_module_img_con__cf49a5ea","mask_zoom":"index_module_mask_zoom__cf49a5ea","img_con2":"index_module_img_con2__cf49a5ea","copyCode":"index_module_copyCode__cf49a5ea","time":"index_module_time__cf49a5ea","citation_content":"index_module_citation_content__cf49a5ea","text_exceed":"index_module_text_exceed__cf49a5ea","popover_content":"index_module_popover_content__cf49a5ea","Drawer_main_newlabo":"index_module_Drawer_main_newlabo__cf49a5ea","Drawer_main_newlabo_no_pic":"index_module_Drawer_main_newlabo_no_pic__cf49a5ea","Drawer_buttom_Issues_List":"index_module_Drawer_buttom_Issues_List__cf49a5ea","issues_list_teacherList":"index_module_issues_list_teacherList__cf49a5ea","item":"index_module_item__cf49a5ea","issues_list":"index_module_issues_list__cf49a5ea","issues_list_flag":"index_module_issues_list_flag__cf49a5ea","Drawer_buttom":"index_module_Drawer_buttom__cf49a5ea","input_wrap":"index_module_input_wrap__cf49a5ea","input":"index_module_input__cf49a5ea","picture_layout":"index_module_picture_layout__cf49a5ea","icon_close":"index_module_icon_close__cf49a5ea","icon_zoom":"index_module_icon_zoom__cf49a5ea","anticon":"index_module_anticon__cf49a5ea","no_AI":"index_module_no_AI__cf49a5ea","screenshot":"index_module_screenshot__cf49a5ea","disabled":"index_module_disabled__cf49a5ea","content_main":"index_module_content_main__cf49a5ea","content_con":"index_module_content_con__cf49a5ea","delete_quote":"index_module_delete_quote__cf49a5ea","sending":"index_module_sending__cf49a5ea","Drawer_buttom_Issues_List_newlabo":"index_module_Drawer_buttom_Issues_List_newlabo__cf49a5ea","main_list":"index_module_main_list__cf49a5ea","chat_content":"index_module_chat_content__cf49a5ea","popover_main_content":"index_module_popover_main_content__cf49a5ea","popover_main_content_name":"index_module_popover_main_content_name__cf49a5ea","teacher_layout":"index_module_teacher_layout__cf49a5ea","delete":"index_module_delete__cf49a5ea","num":"index_module_num__cf49a5ea","shrink":"index_module_shrink__cf49a5ea","teacher_layout_newlabo":"index_module_teacher_layout_newlabo__cf49a5ea","teacher_layout_modal":"index_module_teacher_layout_modal__cf49a5ea","ai":"index_module_ai__cf49a5ea","user_info":"index_module_user_info__cf49a5ea","message":"index_module_message__cf49a5ea","con":"index_module_con__cf49a5ea","teacher_layout_modal_newlabo":"index_module_teacher_layout_modal_newlabo__cf49a5ea","history_list":"index_module_history_list__cf49a5ea","search_layout":"index_module_search_layout__cf49a5ea","mymove":"index_module_mymove__cf49a5ea","title":"index_module_title__cf49a5ea","search_top":"index_module_search_top__cf49a5ea","list_item":"index_module_list_item__cf49a5ea","list_summary":"index_module_list_summary__cf49a5ea","head_img":"index_module_head_img__cf49a5ea","list_desc":"index_module_list_desc__cf49a5ea","name":"index_module_name__cf49a5ea","decs":"index_module_decs__cf49a5ea","open":"index_module_open__cf49a5ea","list_summary_active":"index_module_list_summary_active__cf49a5ea","list_detail":"index_module_list_detail__cf49a5ea","list":"index_module_list__cf49a5ea","list_more":"index_module_list_more__cf49a5ea","no_data":"index_module_no_data__cf49a5ea","history_list_broadside":"index_module_history_list_broadside__cf49a5ea","teacher_list":"index_module_teacher_list__cf49a5ea","screenshot_Modal":"index_module_screenshot_Modal__cf49a5ea","ReactCrop":"index_module_ReactCrop__cf49a5ea","screenshot_Modal_btn":"index_module_screenshot_Modal_btn__cf49a5ea"};
|
|
2532
2579
|
|
|
2533
2580
|
//消息已读
|
|
2534
2581
|
var readMessage = function(roomId, urllocation, userData, http) {
|