From a096c8b853e250a4215bd30cffac2a548a5d7cb9 Mon Sep 17 00:00:00 2001
From: ansel0926 <ansel0926@gmail.com>
Date: 星期六, 14 五月 2022 16:59:14 +0800
Subject: [PATCH] Merge branch 'master' of ssh://117.78.1.188:29418/DDE-WEB
---
assets/js/indexAI.js | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/assets/js/indexAI.js b/assets/js/indexAI.js
index 2b4881c..7e22625 100644
--- a/assets/js/indexAI.js
+++ b/assets/js/indexAI.js
@@ -38,6 +38,33 @@
});
}
+function relatedProj() {
+ layui.use(['element', 'layer', 'form', 'upload', 'tree', 'util'], function () {
+ var layer = layui.layer;
+ layer.config({
+ extend: 'myskin/style.css' //鍚屾牱闇�瑕佸厛鍔犺浇鏂扮毊鑲�
+ });
+ layer.closeAll();//棣栧厛鍏抽棴鎵�鏈夌殑寮圭獥
+ layer.open({
+ type: 2,
+ title: '<i class="iconfont icon-dituliulan i-item" style="font-size: 18px; color: white;"></i> ' + " 鍏宠仈椤圭洰",
+ maxmin: true,
+ skin: 'layer-ext-myskin',
+ shade: 0,
+ maxmin: false,
+ scrollbar: false,
+ shadeClose: true, //鐐瑰嚮閬僵鍏抽棴灞�
+ area: ['356px', '280px'],
+ offset: [layerPageStyle.offsetX, layerPageStyle.offsetY],
+ resize: false,
+ content: 'project/relatedProject.html',
+ success: function (layero, index) {
+
+ }
+ });
+
+ });
+}
//缁樺埗鍥惧舰
function darwPlot() {
layui.use(['element', 'layer', 'form', 'upload', 'tree', 'util'], function () {
--
Gitblit v1.9.1