diff --git a/assets/images/fenbiaowei-new.png b/assets/images/fenbiaowei-new.png new file mode 100644 index 0000000..3035e68 Binary files /dev/null and b/assets/images/fenbiaowei-new.png differ diff --git a/assets/images/fenbiaowei.png b/assets/images/fenbiaowei.png deleted file mode 100644 index c4b4e91..0000000 Binary files a/assets/images/fenbiaowei.png and /dev/null differ diff --git a/assets/images/gongzuozu-new.png b/assets/images/gongzuozu-new.png new file mode 100644 index 0000000..938e9bb Binary files /dev/null and b/assets/images/gongzuozu-new.png differ diff --git a/assets/images/gongzuozu.png b/assets/images/gongzuozu.png deleted file mode 100644 index 33a9625..0000000 Binary files a/assets/images/gongzuozu.png and /dev/null differ diff --git a/assets/images/huiyi-new.png b/assets/images/huiyi-new.png new file mode 100644 index 0000000..9c35323 Binary files /dev/null and b/assets/images/huiyi-new.png differ diff --git a/assets/images/huiyi.png b/assets/images/huiyi.png deleted file mode 100644 index f570944..0000000 Binary files a/assets/images/huiyi.png and /dev/null differ diff --git a/assets/images/laikuan-new.png b/assets/images/laikuan-new.png new file mode 100644 index 0000000..bcdae58 Binary files /dev/null and b/assets/images/laikuan-new.png differ diff --git a/assets/images/laikuan.png b/assets/images/laikuan.png deleted file mode 100644 index 5f61f78..0000000 Binary files a/assets/images/laikuan.png and /dev/null differ diff --git a/assets/images/new-contract.png b/assets/images/new-contract.png new file mode 100644 index 0000000..d639d0f Binary files /dev/null and b/assets/images/new-contract.png differ diff --git a/assets/images/standard.png b/assets/images/standard.png new file mode 100644 index 0000000..4cb02bd Binary files /dev/null and b/assets/images/standard.png differ diff --git a/assets/images/ziliao-new .png b/assets/images/ziliao-new .png new file mode 100644 index 0000000..8d00f14 Binary files /dev/null and b/assets/images/ziliao-new .png differ diff --git a/assets/images/ziliao.png b/assets/images/ziliao.png deleted file mode 100644 index 81f2dd4..0000000 Binary files a/assets/images/ziliao.png and /dev/null differ diff --git a/pages/home/home.js b/pages/home/home.js index 672e80c..ff81588 100644 --- a/pages/home/home.js +++ b/pages/home/home.js @@ -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, diff --git a/pages/home/home.wxml b/pages/home/home.wxml index 1754402..f283a5b 100644 --- a/pages/home/home.wxml +++ b/pages/home/home.wxml @@ -12,6 +12,7 @@ {{item.text}} + diff --git a/pages/home/home.wxss b/pages/home/home.wxss index 9d100cb..521b188 100644 --- a/pages/home/home.wxss +++ b/pages/home/home.wxss @@ -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;