wl
2023-01-31 d6cc6c3e88c492dffe5fd4387758fdceabbe77d7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!--index.wxml-->
<view class="container">
    <view class="imageView" >
        <image style="width: 100%;" class="indexImage" src="../../image/5f9c1ee836fbee333ca3a0088e53d2f.png"></image>
        <!-- <text class="font-name">青阳经侦</text> -->
    </view>
    <view>
        <view class="box1" bindtap="getReport">
            <image class="icon" src="../icon/13_shouquan.png"></image>
            <text class="font-wenzi">报案详情</text>
        </view>
        <view class="box2" bindtap="getGroup">
            <image class="icon" src="../icon/16_jinhuodl.png"></image>
            <text class="font-wenzi">群组聊天</text>
        </view>
        <!-- <view class="box1" bindtap="getCause">
            <image class="icon" src="../icon/18_sucai.png"></image>
            <text class="font-wenzi">案件管理</text>
        </view> -->
    </view>
    <view class="container3">
        <view class="box3" bindtap="getCause">
            <image class="icon" src="../icon/18_sucai.png"></image>
            <text class="font-wenzi">案件管理</text>
        </view>
        <view class="box4" bindtap="getAudi">
            <image class="icon" src="../icon/3_xiaji.png"></image>
            <text class="font-wenzi">个人中心</text>
        </view>
    </view>
 
</view>