baimeng 9 年之前
父节点
当前提交
83835264df
共有 1 个文件被更改,包括 21 次插入2 次删除
  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>