dever 6 years ago
parent
commit
8782858d6c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      act/database/order.php
  2. 1 1
      buy/template/mobile/home.php

+ 1 - 1
act/database/order.php

@@ -536,7 +536,7 @@ return array
             'type' => 'all',
             'order' => array('id' => 'desc'),
             'page' => array(10, 'list'),
-            'col' => 'order_id,name,buy_num,cdate,cash',
+            'col' => 'order_id,name,buy_num,cdate,cash,product_id',
         ),
     ),
 );

+ 1 - 1
buy/template/mobile/home.php

@@ -6,7 +6,7 @@ $view
 
 ->import('inc/head')
 
-//->fetch('img@src',    'buy/base.config#cover')
+->fetch('.logo@src',    'buy/base.config#logo')
 
 ->fetch('.txt@check', 'buy/data.checkLogin')