diff --git a/Application/Mobile/Controller/SsgController.class.php b/Application/Mobile/Controller/SsgController.class.php index e3edb213c..748706bb3 100644 --- a/Application/Mobile/Controller/SsgController.class.php +++ b/Application/Mobile/Controller/SsgController.class.php @@ -224,10 +224,10 @@ class SsgController extends BaseController { //首页 public function index(){ $user = session("user_auth"); - if (!$user) { - redirect(U("ssg/login")); - //$this->error("请登入", U('ssg/login')); - } + // if (!$user) { + // redirect(U("ssg/login")); + // //$this->error("请登入", U('ssg/login')); + // } $map['a.user_id']= $user['user_id']; $map['a.sdk_version'] = 2; $game_list = M("user_play a","tab_")->field("b.*,b.id as game_id,od.pay_status")->join("inner join tab_game b on a.game_id=b.id left join tab_game_supersign od on od.user_id=a.user_id and od.game_id=b.id and od.pay_status=1")->where($map)->select(); diff --git a/Application/Mobile/View/Ssg/index.html b/Application/Mobile/View/Ssg/index.html index ba9928588..495176905 100644 --- a/Application/Mobile/View/Ssg/index.html +++ b/Application/Mobile/View/Ssg/index.html @@ -1,130 +1,181 @@ + + content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> 超级签购买界面 + + + -
-
- 至尊版购买订单查询 -
- -
-
- -
- + +
+
+ +
退出登入
+
+
至尊版购买
+
+ +
订单查询
-
-
- - 1.选择游戏产品同时,即选择购买超级签游戏下载链接和对应游戏礼包,无法退换哦~
- 2.不同手机设备需要分别付费安装哦 -
- 3.如您已购买个人签,请到<订单查询>重新下载安装,无需二次购买! -
-
-
- -
-
    - -
  • -
    -
    -
    {$data.game_name}-超级签 
    -
    至尊特权礼包(限量)
    -
    - current"> -
    -
    -
  • -
    +
    +
    +
    +
    +
    苹果超级签
    +
    +
    至尊版说明
    + +
    +
    +
    +
    + +
    +
    +
    +
    +

    + 1.选择游戏产品时,即选择购买超级签游戏下载链接和对应 + 的游戏礼包,无法退换哦~ +

    +

    + 2.同个账号多个设备需要去找客服那边购买。 +

    +
    +
    +
    +
    +
    +
    选择产品
    +
    + + +
    +
    -
- - - -
-
-
- -
-
-
- -
- - - $("#txtgamename").text(gameName + "-超级签"); - } - function handlePay() { - var hdGameID = $("#hdGameID").val(); - var orderStatus = $("#orderStatus").val(); - if (!hdGameID || hdGameID == 0) { - alert("请选择游戏"); - } else if(orderStatus==1){ - alert("亲~您已购买过了~请到【订单查询】查看订单信息哟~"); - }else { - location.href = "/sdk.php/Ipa365/pay/game_id/"+hdGameID; - } - } - -
- - - + \ No newline at end of file diff --git a/Application/Mobile/View/Ssg/indexbcak.html b/Application/Mobile/View/Ssg/indexbcak.html new file mode 100644 index 000000000..b068c48b4 --- /dev/null +++ b/Application/Mobile/View/Ssg/indexbcak.html @@ -0,0 +1,166 @@ + + + + + + + 超级签购买界面 + + + + + +
+
+ +
+ 退出登入 +
+
+ +
至尊版购买
+
+
+ + + +
+
+ 至尊版购买订单查询 +
+ +
+ +
+
+ + 1.选择游戏产品同时,即选择购买超级签游戏下载链接和对应游戏礼包,无法退换哦~
+ 2.不同手机设备需要分别付费安装哦 +
+ 3.如您已购买个人签,请到<订单查询>重新下载安装,无需二次购买! +
+
+
+ +
+
    + +
  • +
    +
    +
    {$data.game_name}-超级签 
    +
    至尊特权礼包(限量)
    +
    + current"> +
    +
    +
  • +
    + +
+ + + +
+
+
+ +
+
+ +
+ + +
+ + + + \ No newline at end of file diff --git a/Application/Mobile/View/Ssg/loginback.html b/Application/Mobile/View/Ssg/loginback.html deleted file mode 100644 index ff0a56119..000000000 --- a/Application/Mobile/View/Ssg/loginback.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - 登陆页 - - - -
-
- 登录 -
- -
- - - - - - \ No newline at end of file diff --git a/Application/Sdk/View/default/Ipa365/pay.html b/Application/Sdk/View/default/Ipa365/pay.html index 3a942bf4e..1be7645e4 100644 --- a/Application/Sdk/View/default/Ipa365/pay.html +++ b/Application/Sdk/View/default/Ipa365/pay.html @@ -19,7 +19,7 @@ body{ } .title{ display: flex; - height: 1rem; + height: .9rem; width: 100%; justify-content: space-between; align-items: center; diff --git a/Public/Mobile/images/ssg/detail/190507-128fb062a9694a38a457fff6fe4a4dc3.png b/Public/Mobile/images/ssg/detail/gamebg.png similarity index 100% rename from Public/Mobile/images/ssg/detail/190507-128fb062a9694a38a457fff6fe4a4dc3.png rename to Public/Mobile/images/ssg/detail/gamebg.png diff --git a/Public/Mobile/images/ssg/index/ad.png b/Public/Mobile/images/ssg/index/ad.png new file mode 100644 index 000000000..784ae99a4 Binary files /dev/null and b/Public/Mobile/images/ssg/index/ad.png differ diff --git a/Public/Mobile/images/ssg/index/back.png b/Public/Mobile/images/ssg/index/back.png new file mode 100644 index 000000000..8abaf8b48 Binary files /dev/null and b/Public/Mobile/images/ssg/index/back.png differ diff --git a/Public/Mobile/images/ssg/index/check.png b/Public/Mobile/images/ssg/index/check.png new file mode 100644 index 000000000..8c7c1b528 Binary files /dev/null and b/Public/Mobile/images/ssg/index/check.png differ diff --git a/Public/Mobile/images/ssg/index/download-btn.jpg b/Public/Mobile/images/ssg/index/download-btn.jpg deleted file mode 100644 index c4b144f1a..000000000 Binary files a/Public/Mobile/images/ssg/index/download-btn.jpg and /dev/null differ diff --git a/Public/Mobile/images/ssg/index/gif.png b/Public/Mobile/images/ssg/index/gif.png new file mode 100644 index 000000000..9f9111bdd Binary files /dev/null and b/Public/Mobile/images/ssg/index/gif.png differ diff --git a/Public/Mobile/images/ssg/index/index-bg.jpg b/Public/Mobile/images/ssg/index/index-bg.jpg deleted file mode 100644 index 2e8577161..000000000 Binary files a/Public/Mobile/images/ssg/index/index-bg.jpg and /dev/null differ diff --git a/Public/Mobile/images/ssg/index/index-bg2.jpg b/Public/Mobile/images/ssg/index/index-bg2.jpg deleted file mode 100644 index 779bde6e1..000000000 Binary files a/Public/Mobile/images/ssg/index/index-bg2.jpg and /dev/null differ diff --git a/Public/Mobile/images/ssg/index/index-bg3.jpg b/Public/Mobile/images/ssg/index/index-bg3.jpg deleted file mode 100644 index 9535cf105..000000000 Binary files a/Public/Mobile/images/ssg/index/index-bg3.jpg and /dev/null differ diff --git a/Public/Mobile/images/ssg/index/logout.png b/Public/Mobile/images/ssg/index/logout.png new file mode 100644 index 000000000..480d565fb Binary files /dev/null and b/Public/Mobile/images/ssg/index/logout.png differ diff --git a/Public/Mobile/images/ssg/index/nocheck.png b/Public/Mobile/images/ssg/index/nocheck.png new file mode 100644 index 000000000..d9e8178da Binary files /dev/null and b/Public/Mobile/images/ssg/index/nocheck.png differ diff --git a/Public/Mobile/images/ssg/index/order.png b/Public/Mobile/images/ssg/index/order.png new file mode 100644 index 000000000..268bc6c8c Binary files /dev/null and b/Public/Mobile/images/ssg/index/order.png differ diff --git a/Public/Mobile/images/ssg/index/paybt.png b/Public/Mobile/images/ssg/index/paybt.png new file mode 100644 index 000000000..d57ae2097 Binary files /dev/null and b/Public/Mobile/images/ssg/index/paybt.png differ diff --git a/Public/Mobile/images/ssg/index/select.png b/Public/Mobile/images/ssg/index/select.png new file mode 100644 index 000000000..c6847977a Binary files /dev/null and b/Public/Mobile/images/ssg/index/select.png differ