Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 35 KiB |
After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 997 B After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 877 B After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 733 B |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 3.7 KiB |
@ -1,20 +1,36 @@ |
|||
<view class="sudoku"> |
|||
<view class="content"> |
|||
<view class="item" hover-stay-time="150" hover-class="hover-sudoku" bindtap="navigateToAddIssue"> |
|||
<image src="../../../../images/home/add-issue.png" /> |
|||
<view class="name">我要报事</view> |
|||
<view class="item" hover-stay-time="150" hover-class="hover-sudoku" bindtap="navigateToAssociation"> |
|||
<image src="../../../../images/home/association.png" /> |
|||
<view class="name">左邻右舍</view> |
|||
</view> |
|||
<view wx:if="{{sudokuState.consultAvailable == '1'}}" class="item" hover-stay-time="150" hover-class="hover-sudoku" bindtap="navigatetoConsultion"> |
|||
<image src="../../../../images/home/consult.png" /> |
|||
<view class="name">网格专员</view> |
|||
<view class="item" hover-stay-time="150" hover-class="hover-sudoku" bindtap="navigateToDiscussion"> |
|||
<image src="../../../../images/home/discussion.png" /> |
|||
<view class="name">有么说么</view> |
|||
</view> |
|||
<view class="item" hover-stay-time="150" hover-class="hover-sudoku" bindtap="navigateToNotice"> |
|||
<image src="../../../../images/home/notice.png" /> |
|||
<view class="name">通知公告</view> |
|||
<view class="item" hover-stay-time="150" hover-class="hover-sudoku" bindtap="navigateToProperty"> |
|||
<image src="../../../../images/home/property.png" /> |
|||
<view class="name">物业服务</view> |
|||
</view> |
|||
<view wx:if="{{sudokuState.appraiseAvailable == '1'}}" class="item" hover-stay-time="150" hover-class="hover-sudoku" bindtap="navigatetoAppraise"> |
|||
<image src="../../../../images/home/appramise.png" /> |
|||
<view class="name">请您监督</view> |
|||
<view class="item" hover-stay-time="150" hover-class="hover-sudoku" bindtap="navigateToHeart"> |
|||
<image src="../../../../images/home/heart.png" /> |
|||
<view class="name">互帮互助</view> |
|||
</view> |
|||
<view class="item" hover-stay-time="150" hover-class="hover-sudoku" bindtap="navigateToEducation"> |
|||
<image src="../../../../images/home/edu-grey.png" /> |
|||
<view class="name">社区教育</view> |
|||
</view> |
|||
<view class="item" hover-stay-time="150" hover-class="hover-sudoku" bindtap="navigateToSafe"> |
|||
<image src="../../../../images/home/safe-grey.png" /> |
|||
<view class="name">平安榆山</view> |
|||
</view> |
|||
<view class="item" hover-stay-time="150" hover-class="hover-sudoku" bindtap="navigateToPolicy"> |
|||
<image src="../../../../images/home/policy-grey.png" /> |
|||
<view class="name">政策法规</view> |
|||
</view> |
|||
<view class="item" hover-stay-time="150" hover-class="hover-sudoku" bindtap="navigateToSyntheticalService"> |
|||
<image src="../../../../images/home/synthetical-service-grey.png" /> |
|||
<view class="name">综合服务</view> |
|||
</view> |
|||
</view> |
|||
</view> |