【开发】 首页菜单结构修改
|
After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 4.0 KiB |
@@ -10,25 +10,33 @@ Page({
|
||||
data: {
|
||||
date: '',
|
||||
selectArr: [{
|
||||
path: '../../assets/images/laikuan.png',
|
||||
path: '../../assets/images/laikuan-new.png',
|
||||
text: '项目'
|
||||
},
|
||||
{
|
||||
path: '../../assets/images/gongzuozu.png',
|
||||
path: '../../assets/images/gongzuozu-new.png',
|
||||
text: '工作组'
|
||||
},
|
||||
{
|
||||
path: '../../assets/images/fenbiaowei.png',
|
||||
path: '../../assets/images/fenbiaowei-new.png',
|
||||
text: '分标委'
|
||||
},
|
||||
{
|
||||
path: '../../assets/images/huiyi.png',
|
||||
path: '../../assets/images/huiyi-new.png',
|
||||
text: '会议活动'
|
||||
},
|
||||
{
|
||||
path: '../../assets/images/ziliao.png',
|
||||
path: '../../assets/images/ziliao-new .png',
|
||||
text: '资料网员'
|
||||
},
|
||||
{
|
||||
path: '../../assets/images/standard.png',
|
||||
text: '标协会员'
|
||||
},
|
||||
{
|
||||
path: '../../assets/images/new-contract.png',
|
||||
text: '合同'
|
||||
},
|
||||
],
|
||||
titleList: [
|
||||
'会议通知',
|
||||
@@ -141,9 +149,13 @@ Page({
|
||||
url = '../committee/committee'
|
||||
} else if (index === 3) { // 会议活动
|
||||
url = '../meeting/meeting'
|
||||
} else { // 资料网员
|
||||
} else if(index === 4){ // 资料网员
|
||||
// url = '../data/data'
|
||||
url = '../project/project?type=ziliao'
|
||||
}else if(index === 5){
|
||||
url= '../standardRouter/standardRouter'
|
||||
}else if(index === 6){
|
||||
url = '../mineContract/mineContract'
|
||||
}
|
||||
wx.navigateTo({
|
||||
url,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
</view>
|
||||
<text>{{item.text}}</text>
|
||||
</view>
|
||||
<view class="select-item"></view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 消息列表筛选框 -->
|
||||
|
||||
@@ -9,15 +9,16 @@ page{
|
||||
padding: 0 15pt;
|
||||
}
|
||||
.select-box .select{
|
||||
height: 115pt;
|
||||
height: 140pt;
|
||||
background-color: #fff;
|
||||
border-radius: 10px;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
}
|
||||
.select-item{
|
||||
flex: 1;
|
||||
width: 25%;
|
||||
font-size: 10pt;
|
||||
color: #666666;
|
||||
flex-direction: column;
|
||||
|
||||