mirror of
https://github.com/wahyd4/Libr-mobile.git
synced 2026-08-09 12:55:56 +10:00
24 lines
674 B
HTML
24 lines
674 B
HTML
<ion-view title="设置">
|
|
<ion-content has-header="true" has-tabs="true" padding="true">
|
|
<div class="list">
|
|
|
|
<a class="item item-avatar" href="#">
|
|
<img data-ng-src="{{avatar}}">
|
|
|
|
<h2>{{username}}</h2>
|
|
</a>
|
|
|
|
<a class="item item-icon-left" ng-click="logout()" href="#">
|
|
<i class="icon ion-log-out"></i>
|
|
注销登录
|
|
</a>
|
|
<a class="item item-icon-left" href="#" ng-click="feedback()">
|
|
<i class="icon ion-heart"></i>
|
|
请给我们提供反馈吧
|
|
</a>
|
|
</div>
|
|
</ion-content>
|
|
</ion-view>
|
|
|
|
|