diff --git a/application/plugins/view/shopoauth/admin/index.html b/application/plugins/view/shopoauth/admin/index.html deleted file mode 100644 index 3f900716b895db7f9a0efbd85b7698f4a2ca74c7..0000000000000000000000000000000000000000 --- 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 f948ddcedb6a4d4dc81d82061e4fe4609b7c392a..0000000000000000000000000000000000000000 --- 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