diff --git a/Application/Mobile/Controller/SsgController.class.php b/Application/Mobile/Controller/SsgController.class.php index 3e3e44d68..1a0ac4bfe 100644 --- a/Application/Mobile/Controller/SsgController.class.php +++ b/Application/Mobile/Controller/SsgController.class.php @@ -418,9 +418,4 @@ class SsgController extends BaseController { } $this->success("领取成功",$novice); } - public function blank() - { - $this->display(); - # code... - } } diff --git a/Application/Mobile/View/Ssg/blank.html b/Application/Mobile/View/Ssg/blank.html deleted file mode 100644 index 6602caed0..000000000 --- a/Application/Mobile/View/Ssg/blank.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - -
-
- -
充值帮助
-
-
- -
- -
-

网络似乎不太好

-
- - 刷新页面 - -
-
- - - - - - - \ No newline at end of file diff --git a/Application/Sdk/Controller/Ipa365Controller.class.php b/Application/Sdk/Controller/Ipa365Controller.class.php index 00780a156..5776089c9 100644 --- a/Application/Sdk/Controller/Ipa365Controller.class.php +++ b/Application/Sdk/Controller/Ipa365Controller.class.php @@ -488,5 +488,11 @@ class Ipa365Controller extends BaseController{ $map['user_id'] = $user_id; $map['gift_id'] = $gift_id; return M("gift_record",'tab_')->field('*')->where($map)->find(); - } + } + //前往空白页 + public function blank() + { + $this->display(); + # code... + } } diff --git a/Application/Sdk/View/default/Ipa365/blank.html b/Application/Sdk/View/default/Ipa365/blank.html new file mode 100644 index 000000000..43bfb1f0e --- /dev/null +++ b/Application/Sdk/View/default/Ipa365/blank.html @@ -0,0 +1,35 @@ + + + + + + + + + +
+
+ +
充值帮助
+
+
+ +
+ +
+

网络似乎不太好

+
+ + 刷新页面 + +
+
+ + + + + + + \ No newline at end of file diff --git a/Public/Sdk/css/ssg/common.css b/Public/Sdk/css/ssg/common.css index 7004af514..de97e14f5 100644 --- a/Public/Sdk/css/ssg/common.css +++ b/Public/Sdk/css/ssg/common.css @@ -221,3 +221,48 @@ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: # .order-search li dl .order-pay { position: absolute; right: 0; top: 50%; margin-top: -0.265rem; width: 0.53rem; height: 0.53rem; background-repeat: no-repeat; background-size: 100%; margin: auto; } /*# sourceMappingURL=common.css.map */ +/* blank-page */ +.blank-box{ + font-size: .16rem; + color: #292929; + background-color: #fff; + min-height: 100vh; +} +.blank-box .title { + display: flex; + height: .45rem; + width: 100%; + justify-content: space-between; + align-items: center; + background-color: #21B1EB; +} + +.blank-box .title img, +.blank-box .titleright { + width: .15rem; + height: .15rem; +} +.blank-box .title img{ + margin-left:.12rem; +} +.blank-box .titleright { + margin-right:.12rem; +} +.blank-box .title .content{ + font-size: .16rem;color: #fff; +} +.blank-box .cell-box{ + width: 100%;padding:.9rem 0 0;display: flex;justify-content: center +} +.blank-box .cell-box img{ + width: 2rem;height: 1.75rem; +} +.blank-box p{ + width: 100%;font-size: .16rem;text-align: center;line-height: 1.5; +} +.blank-box .resbtn{ + width: 100%;padding:.35rem 0 0;display: flex;justify-content: center; +} +.blank-box .resbtn a{ + width: 1.1rem;height: .35rem;border-radius: 35px;text-align: center;color: #fff;background-color:#21B1EB;line-height: .35rem; +} \ No newline at end of file diff --git a/Public/Mobile/images/ssg/blank/blankimg.png b/Public/Sdk/images/ssg/blank/blankimg.png similarity index 100% rename from Public/Mobile/images/ssg/blank/blankimg.png rename to Public/Sdk/images/ssg/blank/blankimg.png