Mike 9 лет назад
Родитель
Сommit
330eda2860
3 измененных файлов с 9 добавлено и 6 удалено
  1. 1 1
      wl/www/index.html
  2. 0 1
      wl/www/js/controllers/my.js
  3. 8 4
      wl/www/templates/my/setting.html

+ 1 - 1
wl/www/index.html

xqd
@@ -3,7 +3,7 @@
 <head>
     <meta charset="utf-8">
     <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
-    <title>物流3</title>
+    <title>掌上物流网</title>
     <link href="lib/ionic/css/ionic.css" rel="stylesheet">
     <link href="css/style.css" rel="stylesheet">
 </head>

+ 0 - 1
wl/www/js/controllers/my.js

xqd
@@ -30,7 +30,6 @@
             $scope.modal1.hide();
         };
         $scope.openModal2 = function() {
-            alert(111);
             $scope.modal2.show();
         };
         $scope.closeModal2 = function() {

+ 8 - 4
wl/www/templates/my/setting.html

xqd xqd xqd
@@ -1,4 +1,4 @@
-<ion-view view-title="设置">
+<ion-view view-title="个人信息">
     <ion-content>
         <div style="background:none;padding:80px 0;text-align:center;">
             <div  class="user-photo" style="width: 100px;height: 100px">
@@ -26,8 +26,10 @@
              </a>
          </div>
 
-    </ion-content>
-</ion-view>
+
+
+
+
 
 <script id="low.html" type="text/ng-template">
   <ion-modal-view>
@@ -52,4 +54,6 @@
       公司介绍公司介绍公司介绍公司介绍公司介绍公司介绍!
     </ion-content>
   </ion-modal-view>
-</script>
+</script>
+    </ion-content>
+</ion-view>