Mike 8 years ago
parent
commit
7c1b3ce4dc

BIN
miaomiao/bin/Android/Debug/android-debug-unaligned.apk


BIN
miaomiao/bin/Android/Debug/android-debug.apk


+ 2 - 2
miaomiao/www/js/controllers/account.js

@@ -16,7 +16,7 @@
                 $state.go('app.home');
                 $state.go('app.home');
             }, function (error) {
             }, function (error) {
                 msg.hide();
                 msg.hide();
-                msg.error(error.data.message);
+                // msg.error(error.data.message);
             });
             });
         }
         }
         //获取验证码
         //获取验证码
@@ -37,7 +37,7 @@
             }, function (error) {
             }, function (error) {
                 $scope.vm.waitSeconds = "获取验证码";
                 $scope.vm.waitSeconds = "获取验证码";
                 wait(0);
                 wait(0);
-                msg.error(error.data.Message);
+                // msg.error(error.data.message);
             });
             });
         };
         };
         var wait = function (seconds) {
         var wait = function (seconds) {

+ 1 - 1
miaomiao/www/templates/account/login.html

@@ -8,7 +8,7 @@
                 <input type="tel" ng-model="vm.mobile" placeholder="手机号码">
                 <input type="tel" ng-model="vm.mobile" placeholder="手机号码">
             </div>
             </div>
             <div class="item item-input">
             <div class="item item-input">
-                <input type="text" ng-model="vm.verify_code" placeholder="短信验证码">
+                <input type="tel" ng-model="vm.verify_code" placeholder="短信验证码">
                 <button ng-click="getVerifyCode()" class="button button-calm" style="margin-right:5px">{{vm.waitSeconds}}</button>
                 <button ng-click="getVerifyCode()" class="button button-calm" style="margin-right:5px">{{vm.waitSeconds}}</button>
             </div>
             </div>
         </div>
         </div>

+ 1 - 1
miaomiao/www/templates/home/dream-detail.html

@@ -22,7 +22,7 @@
             <ion-slides slider="data.slider">
             <ion-slides slider="data.slider">
                 <ion-slide-page ng-if="dream.video">
                 <ion-slide-page ng-if="dream.video">
                     <div class="box banner">
                     <div class="box banner">
-                        <video ng-src="{{dream.video}}" height="300px" width="300px"  class="centerme" controls="controls" autoplay></video>
+                        <video ng-src="{{dream.video | trustUrl}}" height="300px" width="100%"  class="centerme" controls="controls" ></video>
                     </div>
                     </div>
                 </ion-slide-page>
                 </ion-slide-page>
                 <ion-slide-page ng-repeat="img in dream.imgs" >
                 <ion-slide-page ng-repeat="img in dream.imgs" >