From fe8da266b86f12cf7a796c8c54b812310efdc16c Mon Sep 17 00:00:00 2001
From: zhanmingkan <496160012@qq.com>
Date: 星期一, 16 五月 2022 12:59:02 +0800
Subject: [PATCH] 提交代码  加入了 弹出消息的新样式

---
 assets/js/indexAI.js |   31 ++++++++++++++++++++++++++++++-
 1 files changed, 30 insertions(+), 1 deletions(-)

diff --git a/assets/js/indexAI.js b/assets/js/indexAI.js
index 7e22625..44518e1 100644
--- a/assets/js/indexAI.js
+++ b/assets/js/indexAI.js
@@ -47,7 +47,7 @@
         layer.closeAll();//棣栧厛鍏抽棴鎵�鏈夌殑寮圭獥
         layer.open({
             type: 2,
-            title: '<i class="iconfont icon-dituliulan i-item" style="font-size: 18px; color: white;"></i>  ' + " 鍏宠仈椤圭洰",
+            title: '<i class="iconfont icon-dituliulan i-item" style="font-size: 18px; color: white;"></i>  ' + " 鍓栭潰鍏ㄦ櫙",
             maxmin: true,
             skin: 'layer-ext-myskin',
             shade: 0,
@@ -122,6 +122,35 @@
 
     });
 }
+//shp鍥惧眰
+function shpFeature(){
+    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-shichuang i-item" style="font-size: 18px; color: white;"></i>' + ' shp娣诲姞',
+            maxmin: true,
+            skin: 'layer-ext-myskin',
+            shade: 0,
+            maxmin: false,
+            scrollbar: false,
+            shadeClose: true, //鐐瑰嚮閬僵鍏抽棴灞�
+            area: ['290px', '340px'],
+            resize: false,
+            offset: [layerPageStyle.offsetX, layerPageStyle.offsetY],
+            content: 'project/shpAdd.html',
+            success: function (layero, index) {
+                dataViewPage = window[layero.find('iframe')[0]['name']];
+            }
+        });
+
+    });
+}
+
 
 //绌洪棿閲忕畻
 function measureAnalysis() {

--
Gitblit v1.9.1