Mike 7 years ago
parent
commit
7428d9e68b

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

@@ -23,13 +23,13 @@
     </div>
     </div>
     <ion-content style="background: #fff" ng-click="cancelSupport()">
     <ion-content style="background: #fff" ng-click="cancelSupport()">
         <div ng-if="step==2" ng-click="changeStep()" style="background: #252525; z-index: 999999;">
         <div ng-if="step==2" ng-click="changeStep()" style="background: #252525; z-index: 999999;">
-            <img src="../../img/dream1.png" style="width: 100%;" alt="">
+            <img src="img/dream1.png" style="width: 100%;" alt="">
         </div>
         </div>
         <div ng-if="step==3" ng-click="changeStep()" style="background: #252525; z-index: 999999;">
         <div ng-if="step==3" ng-click="changeStep()" style="background: #252525; z-index: 999999;">
-            <img src="../../img/dream2.png" style="width: 100%;" alt="">
+            <img src="img/dream2.png" style="width: 100%;" alt="">
         </div>
         </div>
         <div ng-if="step==4" ng-click="changeStep()" style="background: #252525; z-index: 999999;">
         <div ng-if="step==4" ng-click="changeStep()" style="background: #252525; z-index: 999999;">
-            <img src="../../img/dream3.png" style="width: 100%;" alt="">
+            <img src="img/dream3.png" style="width: 100%;" alt="">
         </div>
         </div>
         <div ng-if="step!=2&&step!=3&&step!=4">
         <div ng-if="step!=2&&step!=3&&step!=4">
             <div ng-if="type==1 && user.id != dream.user_id" style="position: fixed; bottom: -8px; width: 100%; z-index: 5;background: #fff;border-top: 1px solid #ECF2F7;height: 68px">
             <div ng-if="type==1 && user.id != dream.user_id" style="position: fixed; bottom: -8px; width: 100%; z-index: 5;background: #fff;border-top: 1px solid #ECF2F7;height: 68px">

+ 2 - 2
miaomiao/www/templates/home/index.html

@@ -30,10 +30,10 @@
         <ion-side-menu-content drag-content="false">
         <ion-side-menu-content drag-content="false">
             <ion-content>
             <ion-content>
                 <div ng-if="step==0" ng-click="changeStep()" ng-class="{'screenWidth2':screenWidth==2,'screenWidth1':screenWidth==1,'screenWidth0':screenWidth==0}" style="background: #252525; z-index: 999999;">
                 <div ng-if="step==0" ng-click="changeStep()" ng-class="{'screenWidth2':screenWidth==2,'screenWidth1':screenWidth==1,'screenWidth0':screenWidth==0}" style="background: #252525; z-index: 999999;">
-                    <img src="../../img/home1.png" style="width: 100%;" alt="">
+                    <img src="img/home1.png" style="width: 100%;" alt="">
                 </div>
                 </div>
                 <div ng-if="step==1" ng-click="changeStep()" ng-class="{'screenWidth2':screenWidth==2,'screenWidth1':screenWidth==1,'screenWidth0':screenWidth==0}" style="background: #252525; z-index: 999999;">
                 <div ng-if="step==1" ng-click="changeStep()" ng-class="{'screenWidth2':screenWidth==2,'screenWidth1':screenWidth==1,'screenWidth0':screenWidth==0}" style="background: #252525; z-index: 999999;">
-                    <img src="../../img/home2.png" style="width: 100%;" alt="">
+                    <img src="img/home2.png" style="width: 100%;" alt="">
                 </div>
                 </div>
                 <div ng-if="step!=0&&step!=1">
                 <div ng-if="step!=0&&step!=1">
                     <!--下拉刷新-->
                     <!--下拉刷新-->