@@ -1,4 +1,9 @@
.mentCenter{
+ height: 100%;
padding: 24px;
background: #fff;
+ overflow-y: auto;
+}
+font>div:last-child{
+ padding-bottom: 30px;
}
@@ -396,7 +396,9 @@ function getMedRecordContentOther(id) {
let data = res.data.data.htmlText
window["filter"] = data;
window.open("mentCenter.html");
- } else { }
+ } else {
+ $.alerModal({ "message": res.data.msg || "接口出错~", type: "tip", time: '1000', isFather: true, fatherWrapper: $("#mainBox", parent.document) });
+ }
}).catch((e) => {
})