linwu 5 miesięcy temu
rodzic
commit
aeb4c4979b

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

@@ -369,6 +369,11 @@ class Human extends MobileBaseController
         return view();
     }
 
+    public function tuwen()
+    {
+        return view();
+    }
+
     public function listSeeme()
     {
         $human = $this->_listValidate();
@@ -414,8 +419,8 @@ class Human extends MobileBaseController
     {
         $action = $this->request->action();
         if ($action != 'center') {
-            if (time() < 1730736000) {
-                jump('11月5日开启,敬请期待','mobile/human/center');
+            if (time() < 1730779200) {
+                jump('11月5日12点开启,敬请期待','mobile/human/center');
             }
         }
         $open_id = session('mobile.human.open_id');

+ 1 - 0
app/mobile/view/human/center.html

@@ -24,6 +24,7 @@
     <van-cell title="人资公司介绍" is-link url="{:url('human/renzi')}"></van-cell>
     <van-cell title="谁看过我" is-link url="{:url('human/seeme')}"></van-cell>
     <van-cell title="联系我们" is-link @click="showImage"></van-cell>
+    <van-cell title="图文直播" is-link url="{:url('human/tuwen')}"></van-cell>
 </van-cell-group>
 
 <van-tabbar v-model="active">

+ 34 - 0
app/mobile/view/human/tuwen.html

@@ -0,0 +1,34 @@
+{extend name="public/base_human"/}
+{block name="css"}
+<style>
+    .company {display: block;width: 100%;}
+</style>
+{/block}
+{block name="body"}
+<van-nav-bar
+        class="nav-theme"
+        :fixed="true"
+        :placeholder="true"
+        left-text="返回"
+        left-arrow
+        @click-left="onBack"
+>
+    <template #title>
+        <span class="text-white">图文直播</span>
+    </template>
+</van-nav-bar>
+    <img src="/static/mobile/images/human/tuwen.jpg" class="company" alt="">
+{/block}
+{block name="script"}
+<script>
+    function v_setup() {
+        let base = {};
+
+        base.onBack = () => {
+            history.back();
+        };
+
+        return base;
+    }
+</script>
+{/block}

BIN
public/static/mobile/images/human/tuwen.jpg