| xqd
@@ -1,9 +1,9 @@
|
|
|
<ion-view view-title="瞄喵">
|
|
|
- <ion-nav-buttons side="right">
|
|
|
+<!-- <ion-nav-buttons side="right">
|
|
|
<button ng-click="share($event)" class="button button-clear" style="height: 37px; margin-top: 0.5px">
|
|
|
<img src="img/icon_share.svg" style="height: 55%; width: 100%">
|
|
|
</button>
|
|
|
- </ion-nav-buttons>
|
|
|
+ </ion-nav-buttons> -->
|
|
|
<ion-content ng-click="cancelSupport()">
|
|
|
<div class="user-box">
|
|
|
<div class="myinfo">
|
| xqd
@@ -98,7 +98,7 @@
|
|
|
</div>
|
|
|
<!--点击看大图-->
|
|
|
<div ng-if="bigImage" ng-click="hideBigImage()" class="popover-backdrop">
|
|
|
- <img src="{{url}}" style="height: 30%">
|
|
|
+ <img src="{{url}}">
|
|
|
</div>
|
|
|
</ion-view>
|
|
|
|