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"); }) });