|
@@ -16,20 +16,26 @@
|
|
|
|
|
|
<view>
|
|
|
<i-cell-group i-class="my-group-margin">
|
|
|
- <i-cell title="{{filter.phoneFormat(userInfo.phone)||'---'}}" is-link>
|
|
|
- <i-icon type="mobilephone_fill" slot="icon" size="20" />
|
|
|
+ <i-cell title="高频题库" is-link url="/pages/train/limit/index">
|
|
|
+ <i-icon type="like" slot="icon" size="20" />
|
|
|
</i-cell>
|
|
|
|
|
|
- <i-cell title="{{userInfo.nickname ||'---'}}" is-link>
|
|
|
- <i-icon type="mine_fill" slot="icon" size="20" />
|
|
|
+ <i-cell title="{{filter.phoneFormat(userInfo.phone)||'---'}}" >
|
|
|
+ <i-icon type="mobilephone" slot="icon" size="20" />
|
|
|
</i-cell>
|
|
|
|
|
|
- <i-cell title="{{filter.cardIdFormat(userInfo.cardId) ||'---'}}" is-link>
|
|
|
- <i-icon type="businesscard_fill" slot="icon" size="20" />
|
|
|
+ <i-cell title="{{userInfo.nickname ||'---'}}" >
|
|
|
+ <i-icon type="mine" slot="icon" size="20" />
|
|
|
</i-cell>
|
|
|
+
|
|
|
+ <i-cell title="{{filter.cardIdFormat(userInfo.cardId) ||'---'}}" >
|
|
|
+ <i-icon type="businesscard" slot="icon" size="20" />
|
|
|
+ </i-cell>
|
|
|
+
|
|
|
+
|
|
|
</i-cell-group>
|
|
|
</view>
|
|
|
-
|
|
|
+<!--
|
|
|
<view>
|
|
|
<i-cell-group i-class="my-group-margin">
|
|
|
<i-cell title="设置" >
|
|
@@ -38,21 +44,21 @@
|
|
|
<i-cell title="反馈" >
|
|
|
<i-icon type="praise_fill" slot="icon" size="20" />
|
|
|
</i-cell>
|
|
|
- <i-cell title="关于" is-link url="/pages/dashboard/index">
|
|
|
+ <i-cell title="关于" >
|
|
|
<i-icon type="prompt_fill" slot="icon" size="20" />
|
|
|
</i-cell>
|
|
|
</i-cell-group>
|
|
|
-</view>
|
|
|
+</view> -->
|
|
|
|
|
|
<view>
|
|
|
<i-cell-group i-class="my-group-margin">
|
|
|
<i-cell title="退出登入" bind:click="logOut">
|
|
|
- <i-icon type="flashlight_fill" slot="icon" size="20" />
|
|
|
+ <i-icon type="flashlight" slot="icon" size="20" />
|
|
|
</i-cell>
|
|
|
</i-cell-group>
|
|
|
</view>
|
|
|
|
|
|
-<view class="copyright">宁德市建筑工程技术服务行业协会[2]</view>
|
|
|
+<view class="copyright">宁德市建筑工程技术服务行业协会</view>
|
|
|
|
|
|
<i-spin size="large" fix wx:if="{{ spinShow }}"></i-spin>
|
|
|
<i-message id="message" />
|