diff --git a/src/addon/aikefu/shop/controller/Kefu.php b/src/addon/aikefu/shop/controller/Kefu.php index c80d4d182..c0bc7ea24 100644 --- a/src/addon/aikefu/shop/controller/Kefu.php +++ b/src/addon/aikefu/shop/controller/Kefu.php @@ -29,15 +29,6 @@ class Kefu extends BaseShop return $this->fetch("kefu/index"); } - /** - * 合并会话和消息页面 - * @return mixed - */ - public function combined() - { - return $this->fetch("kefu/combined"); - } - /** * 智能客服配置页 * @return \think\response\View|\think\response\Json diff --git a/src/addon/aikefu/shop/view/kefu/combined.html b/src/addon/aikefu/shop/view/kefu/combined.html deleted file mode 100644 index f2df6c8bf..000000000 --- a/src/addon/aikefu/shop/view/kefu/combined.html +++ /dev/null @@ -1,519 +0,0 @@ - - -
- - - - -
- -
-
-

会话列表

-
-
-
-
-
- - -
-
-

消息详情

-
-
- -
- 请选择一个会话查看消息详情 -
- - - - - - - - - -
-
-
-
- - - - - - \ No newline at end of file diff --git a/src/addon/aikefu/shop/view/kefu/index.html b/src/addon/aikefu/shop/view/kefu/index.html index 76678bfbb..d1f835fac 100644 --- a/src/addon/aikefu/shop/view/kefu/index.html +++ b/src/addon/aikefu/shop/view/kefu/index.html @@ -4,14 +4,18 @@
{include file="kefu/config" /}
- {include file="kefu/combined" /} + {include file="kefu/conversation" /} +
+
+ {include file="kefu/message" /}