police 添加数据统计接口
This commit is contained in:
parent
4b94332ae6
commit
36506f3ffb
|
@ -20,7 +20,7 @@ export const MINI_PROGRAM_USER_CONFIG: Record<MiniProgramUserIdentity, UserConfi
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
pagePath: 'pages/police/mine/index',
|
pagePath: 'pages/police/mine/index',
|
||||||
text: '警察我的',
|
text: '我的',
|
||||||
iconPath: "assets/mine/my.png",
|
iconPath: "assets/mine/my.png",
|
||||||
selectedIconPath: "assets/mine/my-active.png"
|
selectedIconPath: "assets/mine/my-active.png"
|
||||||
},
|
},
|
||||||
|
|
|
@ -26,6 +26,9 @@
|
||||||
margin-left: -8px;
|
margin-left: -8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.nameTitle .itemSchool:nth-child(4) {
|
||||||
|
border-right: none;
|
||||||
|
}
|
||||||
.swiperDemoItem {
|
.swiperDemoItem {
|
||||||
color: #3886d0;
|
color: #3886d0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue