市北党建引领小程序初始化
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.
 

24 lines
1.4 KiB

<view class="sudoku">
<view class="content" style="height:{{menuList.length > 8 && !isShowAll ? '400rpx' : 'auto'}};">
<view class="item" hover-stay-time="150" hover-class="hover-sudoku" data-to="{{item.triggerEvent}}" bindtap="navigateTo" wx:for="{{menuList}}" wx:for-item="item" wx:for-index="index" wx:key="index">
<image src="{{item.icon}}" />
<view class="name">{{item.title}}</view>
</view>
<!-- <view class="item" hover-stay-time="150" hover-class="hover-sudoku" bindtap="navigatetoAssociatio">
<image src="../../../../images/home/Associatio.png" />
<view class="name">工商联</view>
</view> -->
<!-- <button open-type="launchApp" app-parameter="wechat" binderror="launchAppError" class="item button-item" bind:tap="navigatetoApp">
<image src="../../../../images/home/app-icon.png" />
<view>初心互助</view>
</button> -->
<!-- <button open-type="launchApp" app-parameter="wechat" binderror="launchAppError" class="item button-item" bind:tap="navigateToPartyHistory">
<image src="../../../../images/home/partyhistory.png" />
<view>党史学习</view>
</button> -->
<!-- <button class='modal-btn' open-type='contact' bindcontact="handleContact">进入【护血糖APP】</button> -->
</view>
<view class="show-all" bindtap="changeMenu" wx:if="{{menuList.length > 8}}">
<image src="../../../../images/home/{{isShowAll?'up':'down'}}.png" />
</view>
</view>