|
@@ -1501,6 +1501,10 @@
|
|
|
alt="">
|
|
|
</div>
|
|
|
|
|
|
+ <div class="tipsDiv" style="margin-right: 0" id="openImModal">
|
|
|
+ <img src="${path}/tc_suite/home/images/tips.png" alt="">
|
|
|
+ </div>
|
|
|
+
|
|
|
<%--inspired 增加推荐框--%>
|
|
|
<c:set var="openRecommend"
|
|
|
value='<%=AppContext.getProperty("recommend.open")%>'/>
|
|
@@ -3723,6 +3727,19 @@
|
|
|
$("#meesageInfo").click(function (event) {
|
|
|
event.stopPropagation();
|
|
|
});
|
|
|
+ $("#openImModal").click(function () {
|
|
|
+ $.dialog({
|
|
|
+ title: "",
|
|
|
+ max: false,
|
|
|
+ min: false,
|
|
|
+ content: "url:http://139.129.34.129:8002/webim/pc/#/chat?account=yangzm&password=123456",
|
|
|
+ width: "900px",
|
|
|
+ height: "650px",
|
|
|
+ lock: true,
|
|
|
+ ok:false,
|
|
|
+ cancel: true
|
|
|
+ });
|
|
|
+ });
|
|
|
|
|
|
/**
|
|
|
* 检查是否有未读消息,,如果有就显示红点,没有就不显示
|