diff --git a/application/plugins/view/touristbuy/index/index/success.html b/application/index/view/default/public/login_success.html old mode 100755 new mode 100644 similarity index 100% rename from application/plugins/view/touristbuy/index/index/success.html rename to application/index/view/default/public/login_success.html diff --git a/application/plugins/touristbuy/index/Index.php b/application/plugins/touristbuy/index/Index.php index 7bb4521ddec88b187b6c97a80b711e99e17f1df2..e5022927e8d7d8a8df3bf9b8ff5b253e86e70347 100755 --- a/application/plugins/touristbuy/index/Index.php +++ b/application/plugins/touristbuy/index/Index.php @@ -127,7 +127,7 @@ class Index extends Controller $this->assign('msg', $ret['msg']); $this->assign('data', $ret['data']); $this->assign('is_parent', isset($params['is_parent']) ? $params['is_parent'] : 0); - return $this->fetch('../../../plugins/view/touristbuy/index/index/success'); + return $this->fetch('public/login_success'); } else { $this->assign('msg', $ret['msg']); return $this->fetch('public/tips_error'); diff --git a/application/plugins/view/weixinwebauthorization/index/public/success.html b/application/plugins/view/weixinwebauthorization/index/public/success.html deleted file mode 100644 index e462f9b555990de8f18078eb1f76f16eed91f1d4..0000000000000000000000000000000000000000 --- a/application/plugins/view/weixinwebauthorization/index/public/success.html +++ /dev/null @@ -1,55 +0,0 @@ -{{include file="public/header" /}} - - -{{if isset($is_header) and $is_header eq 1}} - - {{include file="public/header_top_nav" /}} - - - {{include file="public/nav_search" /}} - - - {{include file="public/goods_category" /}} -{{/if}} - - - -
-
-
-
- - {{$msg}} - -
-
-
-
- - -{{include file="public/footer" /}} - -{{if !empty($data['body_html'])}} - {{$data.body_html|raw}} -{{/if}} - - \ No newline at end of file diff --git a/application/plugins/weixinwebauthorization/index/Auth.php b/application/plugins/weixinwebauthorization/index/Auth.php index ec76f74698893357829d0a8c9c8099a96ef662c0..0d31d721532d5d65f73ac6f3607b466e94603fd0 100644 --- a/application/plugins/weixinwebauthorization/index/Auth.php +++ b/application/plugins/weixinwebauthorization/index/Auth.php @@ -164,7 +164,7 @@ class Auth extends Controller // 默认页面提示 $this->assign('msg', $ret['msg']); $this->assign('data', $ret['data']); - return $this->fetch('../../../plugins/view/weixinwebauthorization/index/public/success'); + return $this->fetch('public/login_success'); } else { $this->assign('msg', $ret['msg']); return $this->fetch('public/tips_error');