소스 검색

展示页

linwu 5 달 전
부모
커밋
737906fbf8

+ 2 - 2
app/mobile/controller/Human.php

@@ -15,12 +15,12 @@ class Human extends MobileBaseController
 {
     protected function initialize()
     {
-        $open_id = session('mobile.human.open_id');
+        /*$open_id = session('mobile.human.open_id');
         if (empty($open_id)) {
             session('mobile.human.back_url', request()->url(true));
             $response = redirect('https://www.jucai.gov.cn/api/auth/wechat_auth?url=' . urlencode(url('/mobile/login/humanLogin')));
             throw new \think\exception\HttpResponseException($response);
-        }
+        }*/
     }
 
     /**

+ 1 - 1
app/mobile/view/human/describe.html

@@ -18,7 +18,7 @@
     </template>
 </van-nav-bar>
 
-
+<img src="/static/mobile/images/human_describe.png" style="width:100%;display: block;">
 {/block}
 {block name="script"}
 <script>

+ 1 - 1
app/mobile/view/human/guide.html

@@ -17,7 +17,7 @@
         <span class="text-white">活动指南</span>
     </template>
 </van-nav-bar>
-
+<img src="/static/mobile/images/human_process.png" style="width:100%;display: block;">
 
 {/block}
 {block name="script"}

+ 1 - 1
app/mobile/view/human/jinjiang.html

@@ -17,7 +17,7 @@
         <span class="text-white">晋江介绍</span>
     </template>
 </van-nav-bar>
-
+<img src="/static/mobile/images/human_jinjiang.png" style="width:100%;display: block;">
 
 {/block}
 {block name="script"}

+ 0 - 57
app/mobile/view/humanarrive/index.html

@@ -1,57 +0,0 @@
-{extend name="public/base_human"/}
-{block name="css"}
-<style>
-    .icon{
-        text-align:center;
-        margin-top:50px;
-    }
-
-    .msg{
-        text-align:center;
-        margin:0;
-        padding:0;
-        font-size:24px;
-    }
-
-    .tips{
-        text-align:center;
-        margin-top:50px;
-        font-size:14px;
-        color:#aaa;
-    }
-
-    .tips .num{
-        color:#FF589B;
-    }
-
-    .wechat {
-        width: 80%;
-        display: block;
-        margin: 0 auto;
-    }
-</style>
-{/block}
-{block name="body"}
-<van-nav-bar
-        class="nav-theme"
-        :fixed="true"
-        :placeholder="true"
->
-    <template #title>
-        <span class="text-white">提示</span>
-    </template>
-</van-nav-bar>
-<div style="width:100%;height:46px;"></div>
-<h3 class="msg">{$msg}</h3>
-<p class="tips">如有疑问,请加下方工作人员微信</p>
-<img src="/static/mobile/images/wechat_qrcode.png" class="wechat" alt="">
-{/block}
-{block name="script"}
-<script>
-    function v_setup() {
-        let base = {};
-
-        return base;
-    }
-</script>
-{/block}

BIN
public/static/mobile/images/human_describe.png


BIN
public/static/mobile/images/human_jinjiang.png


BIN
public/static/mobile/images/human_process.png