21 lines
611 B
Plaintext
21 lines
611 B
Plaintext
<!--packageH/circleCommunity/circleMySet/circleMySet.wxml-->
|
|
|
|
|
|
<view class="item" bindtap="gotoMyRelease">
|
|
<icon class="iconfont icon-fontclass-fabu icon1"></icon>
|
|
<text>我的发布</text>
|
|
<van-icon name="arrow" />
|
|
</view>
|
|
<view class="item" bindtap="gotoMyCircle">
|
|
<icon class="iconfont icon-fontclass-quanzi icon2"></icon>
|
|
<text>我的圈子</text>
|
|
<van-icon name="arrow" />
|
|
</view>
|
|
<view class="item" bindtap="gotoMyAttention">
|
|
<icon class="iconfont icon-fontclass-guanzhu icon3"></icon>
|
|
<text>我的关注</text>
|
|
<van-icon name="arrow" />
|
|
</view>
|
|
|
|
|
|
<circle-footer activeId="{{4}}"></circle-footer> |