From 7fe4f9133fd67a3808fa9269cc92e77ab3155008 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Fri, 22 Mar 2019 17:32:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugins/view/shopoauth/admin/index.html | 61 ------------------- .../view/shopoauth/admin/saveinfo.html | 55 ----------------- 2 files changed, 116 deletions(-) delete mode 100644 application/plugins/view/shopoauth/admin/index.html delete mode 100644 application/plugins/view/shopoauth/admin/saveinfo.html diff --git a/application/plugins/view/shopoauth/admin/index.html b/application/plugins/view/shopoauth/admin/index.html deleted file mode 100644 index 3f900716b..000000000 --- a/application/plugins/view/shopoauth/admin/index.html +++ /dev/null @@ -1,61 +0,0 @@ -{{include file="public/header" /}} - - -
-
-
- - 第三方账号登陆 - 点击申请 - 返回 - -
- -
- {{if empty($data['auth']['qq']['name'])}} - qq - {{else /}} - {{$data.auth.qq.name}} - {{/if}} -
-
-
- -
- {{if empty($data['auth']['qq']['app_key'])}} - 未填写 - {{else /}} - {{$data.auth.qq.app_key}} - {{/if}} -
-
-
- -
- {{if empty($data['auth']['qq']['app_secret'])}} - 未填写 - {{else /}} - {{$data.auth.qq.app_secret}} - {{/if}} -
-
-
- -
- {{if isset($data['auth']['qq']['open']) and $data['auth']['qq']['open'] eq 1}} - 已开启 - {{else /}} - 未开启 - {{/if}} -
-
- - 编辑 -
-
-
- - - -{{include file="public/footer" /}} - \ No newline at end of file diff --git a/application/plugins/view/shopoauth/admin/saveinfo.html b/application/plugins/view/shopoauth/admin/saveinfo.html deleted file mode 100644 index f948ddced..000000000 --- a/application/plugins/view/shopoauth/admin/saveinfo.html +++ /dev/null @@ -1,55 +0,0 @@ -{{include file="public/header" /}} - - -
-
- -
- - 第三方账号登陆 - 返回 - - -
-
-

QQ

-
-
-
- - -
-
- - -
- -
- - -
-
- -
- {{foreach $is_whether_list as $v}} - - {{/foreach}} -
-
-
-
- -
- -
-
- -
-
- - - -{{include file="public/footer" /}} - \ No newline at end of file -- GitLab