|
@@ -50,33 +50,25 @@
|
|
|
</ion-button>
|
|
|
<ion-button fill="clear">
|
|
|
<ion-icon name="medal-outline" color="medium"></ion-icon>
|
|
|
- <ion-note>成就</ion-note>
|
|
|
+ <ion-note>会员</ion-note>
|
|
|
</ion-button>
|
|
|
<ion-button fill="clear">
|
|
|
<ion-icon name="extension-puzzle-outline" color="medium"></ion-icon>
|
|
|
<ion-note>收藏</ion-note>
|
|
|
</ion-button>
|
|
|
</ion-card>
|
|
|
-
|
|
|
-
|
|
|
- <!-- 详细内容 -->
|
|
|
+
|
|
|
<ion-card>
|
|
|
<ion-segment value="推荐">
|
|
|
<ion-segment-button value="推荐">
|
|
|
- <ion-label>推荐</ion-label>
|
|
|
- </ion-segment-button>
|
|
|
- <ion-segment-button value="关注">
|
|
|
- <ion-label>关注</ion-label>
|
|
|
- </ion-segment-button>
|
|
|
- <ion-segment-button value="分享">
|
|
|
- <ion-label>笔记</ion-label>
|
|
|
+ <ion-label>我的宠物档案</ion-label>
|
|
|
</ion-segment-button>
|
|
|
</ion-segment>
|
|
|
</ion-card>
|
|
|
|
|
|
<ion-item button detail="false" lines="none" class="tip">
|
|
|
<ion-label color="medium">
|
|
|
- 还未收藏任何东西哦
|
|
|
+ 还未有档案记录呢
|
|
|
</ion-label>
|
|
|
</ion-item>
|
|
|
|