linwu 5 tháng trước cách đây
mục cha
commit
0bb76df214

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

@@ -15,7 +15,7 @@ class Human extends MobileBaseController
 {
     protected function initialize()
     {
-//        session('mobile.human.open_id','sdfjosijdfoi1');
+//        session('mobile.human.open_id','o8F4O6OW6pUzLWulOi-OzuGaBzoE');
         $open_id = session('mobile.human.open_id');
         if (empty($open_id)) {
             session('mobile.human.back_url', request()->url(true));

+ 6 - 0
app/mobile/view/human/enterprise_list.html

@@ -9,6 +9,9 @@
     .lw-item .join .flex-1{flex:1;}
     .lw-item .join .mobile{display: flex;flex-direction: row;align-items: center;}
     .lw-item .address {color:#777;font-size:14px;margin-top:10px;}
+    .lw-item .booth {color:var(--red);font-size:16px;margin-top:10px;font-weight: bold;text-align: center;}
+    .lw-item .tags {margin-top:10px;}
+    .lw-item .tags .van-tag{margin-right:5px;}
 </style>
 {/block}
 {block name="body"}
@@ -63,6 +66,9 @@
                 <div class="address">
                     企业地址:{{item.address}}
                 </div>
+                <div class="booth" v-if="item.booth">
+                    展位:{{item.booth}}
+                </div>
             </div>
         </div>
     </van-list>