baimeng 9 anni fa
parent
commit
83835264df
1 ha cambiato i file con 21 aggiunte e 2 eliminazioni
  1. 21 2
      wl/www/templates/my/truck.html

+ 21 - 2
wl/www/templates/my/truck.html

xqd
@@ -1,5 +1,24 @@
 <ion-view view-title="我的车辆">
     <ion-content>
-         
-    </ion-content>
+        <div class="bar bar-header">
+            <button class="button icon ion-navicon"></button>
+            <h1 class="title">Header Buttons</h1>
+            <button class="button">Edit</button>
+        </div>
+        <div class="list">
+
+            <a class="item" href="#">
+                Check mail
+            </a>
+            <a class="item" href="#">
+                Check mail
+            </a>
+            <a class="item" href="#">
+                Check mail
+            </a>
+            <a class="item" href="#">
+                Check mail
+            </a>
+    </div>
+</ion-content>
 </ion-view>