dever 6 years ago
parent
commit
9b56f5070e
1 changed files with 6 additions and 12 deletions
  1. 6 12
      buy/template/mobile/my_code.php

+ 6 - 12
buy/template/mobile/my_code.php

@@ -19,19 +19,13 @@ $view
     'buy/buy.lists_code',
     array
     (
-        '.order-info' => array
+        'p|0' => '$v.cdate',
+        'a|0' => array
         (
-            'p' => '$v.cdate',
-            'a' => array
-            (
-                'href' => '$v.link',
-            )
-        ),
-        '.mag-info' => array
-        (
-            'p' => '$v.name',
-            'span' => '$v.desc',
-        ),
+            'href' => '$v.link',
+        )
+        'p|1' => '$v.name',
+        'span' => '$v.desc',
         
     )
 )