From dfef9dc0510b0c5154b011bd89dd80497163701f Mon Sep 17 00:00:00 2001 From: Karson Date: Wed, 26 Apr 2017 23:09:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B8=AD=E8=BD=AC=E9=A1=B5,?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E6=8E=89ThinkPHP=E5=8E=9F=E7=94=9F=E7=9A=84?= =?UTF-8?q?=E4=B8=AD=E8=BD=AC=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/view/tpl/dispatch_jump.tpl | 60 +++++++++++-------- public/assets/img/error.svg | 22 +++++++ public/assets/img/info.svg | 18 ++++++ public/assets/img/logo.svg | 14 +++++ public/assets/img/success.svg | 18 ++++++ 5 files changed, 107 insertions(+), 25 deletions(-) create mode 100644 public/assets/img/error.svg create mode 100644 public/assets/img/info.svg create mode 100644 public/assets/img/logo.svg create mode 100644 public/assets/img/success.svg diff --git a/application/common/view/tpl/dispatch_jump.tpl b/application/common/view/tpl/dispatch_jump.tpl index 7a7d8b41..e7df1865 100644 --- a/application/common/view/tpl/dispatch_jump.tpl +++ b/application/common/view/tpl/dispatch_jump.tpl @@ -1,36 +1,47 @@ -{__NOLAYOUT__} - - +{__NOLAYOUT__} + 跳转提示 + + -
- - -

:)

-

- - -

:(

-

- - -

+
+
+ +
+

- 页面自动 跳转 等待时间: + 页面将在 秒后自动跳转

+

+ 返回上一步 + 立即跳转 +

+
+ diff --git a/public/assets/img/error.svg b/public/assets/img/error.svg new file mode 100644 index 00000000..d422a34e --- /dev/null +++ b/public/assets/img/error.svg @@ -0,0 +1,22 @@ + + + + Group 3 + Created with Sketch. + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/assets/img/info.svg b/public/assets/img/info.svg new file mode 100644 index 00000000..fe91e8ea --- /dev/null +++ b/public/assets/img/info.svg @@ -0,0 +1,18 @@ + + + + Group 3 + Created with Sketch. + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/assets/img/logo.svg b/public/assets/img/logo.svg new file mode 100644 index 00000000..176c0356 --- /dev/null +++ b/public/assets/img/logo.svg @@ -0,0 +1,14 @@ + + + + Slice 1 + Created with Sketch. + + + \ No newline at end of file diff --git a/public/assets/img/success.svg b/public/assets/img/success.svg new file mode 100644 index 00000000..1c2d5864 --- /dev/null +++ b/public/assets/img/success.svg @@ -0,0 +1,18 @@ + + + + Group 2 + Created with Sketch. + + + + + + + + + + + + + \ No newline at end of file