| xqd
@@ -7,7 +7,7 @@
|
|
|
<img src="img/icon_share.svg" style="height: 16px; width: 20px;">
|
|
|
</button>
|
|
|
</ion-nav-buttons>
|
|
|
- <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">
|
|
|
<div class="row">
|
|
|
<div class="col dreamButton">
|
|
|
<button ng-click="openSupport()" class="button button-outline button-calm" style="border: 1px solid #00C3DA">
|