|
@@ -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">
|