From ddf899f6505c230a6aa0a37cd02303ba5e25b6e2 Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Tue, 19 Nov 2019 14:40:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=80=81=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/common/index.php | 2 +- frontend/web/assets/js/popUps.js | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/views/common/index.php b/frontend/views/common/index.php index 4c153bd..a851654 100644 --- a/frontend/views/common/index.php +++ b/frontend/views/common/index.php @@ -122,7 +122,7 @@
销售管理,可以看到从数据库分配到业务里面的数据,显示业务所有通话数据和已提交订单,退单,预约信息等等,电销下单,电销系统全程通话录音, 详细的通话记录。共查询分析,录音可保存为MP3格式,支持导入导出功能
-
下一步
+
完成
diff --git a/frontend/web/assets/js/popUps.js b/frontend/web/assets/js/popUps.js index 3cc3d8f..d25f3ed 100644 --- a/frontend/web/assets/js/popUps.js +++ b/frontend/web/assets/js/popUps.js @@ -10,6 +10,11 @@ $(function(){ _that.find(".nextPage").click(function () { _that.addClass("unchoose"); $(".model-bg").eq(i+1).removeClass("unchoose"); + }); + _that.last().click(function () { + $(this).addClass('unchoose'); + $(".model_wrap").hide(); + $(".model-bg").addClass("unchoose"); }) });