12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <wxs module="filter" src="../../../wxs/exam-fun.wxs"></wxs>
- <view class='userinfo'>
- <view class='userinfo-avatar'>
- <open-data type="userAvatarUrl"></open-data>
- </view>
- <view class='userinfo-name'>
- <open-data type="userNickName"></open-data>
- </view>
- </view>
- <view>
- <i-cell-group i-class="my-group-margin">
- <i-cell title="我的文件" is-link>
- <i-icon type="mobilephone_fill" slot="icon" size="20" />
- </i-cell>
- <i-cell title="我的文件" is-link>
- <i-icon type="mine_fill" slot="icon" size="20" />
- </i-cell>
- <i-cell title="申请记录" is-link>
- <i-icon type="businesscard_fill" slot="icon" size="20" />
- </i-cell>
- <i-cell title="我的收藏" >
- <i-icon type="setup_fill" slot="icon" size="20" />
- </i-cell>
- </i-cell-group>
-
-
- <i-cell-group i-class="my-group-margin" style="margin-top:20rpx" >
- <i-cell title="审核文件" >
- <i-icon type="setup_fill" slot="icon" size="20" />
- </i-cell>
- <i-cell title="发布文件" >
- <i-icon type="setup_fill" slot="icon" size="20" />
- </i-cell>
- </i-cell-group>
- </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-cell>
- </i-cell-group>
- </view>
- <view class="copyright">三明住建局内业管理系统</view>
- <i-spin size="large" fix wx:if="{{ spinShow }}"></i-spin>
- <i-message id="message" />
|