You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<view class="community">
|
|
|
|
<view class="func-top">
|
|
|
|
<text>群成员</text>
|
|
|
|
<button hover-class="hover-class" class="top-right" bindtap="navToGroupMembers" plain='true'><image src="../../images/next.png"/></button>
|
|
|
|
</view>
|
|
|
|
<view class="func-top">
|
|
|
|
<text>论坛指南</text>
|
|
|
|
<button hover-class="hover-class" class="top-right" bindtap="navToForumGuide" plain='true'><image src="../../images/next.png"/></button>
|
|
|
|
</view>
|
|
|
|
<view class="func-item"
|
|
|
|
wx:for="{{imageUrlList}}"
|
|
|
|
wx:for-index="index"
|
|
|
|
wx:for-item="item"
|
|
|
|
wx:key="index">
|
|
|
|
<image bindtap="navToNewPage" data-page="{{item.imgCode}}" src="{{item.imgUrl}}"/>
|
|
|
|
</view>
|
|
|
|
</view>
|