diff --git a/main.js b/main.js index 961fc4e..0a775de 100644 --- a/main.js +++ b/main.js @@ -4,7 +4,7 @@ import store from './store/' // const baseURL = 'http://localhost:7010' //const baseURL = 'http://81.69.47.31:7010' // const baseURL = 'http://bnyer.vaiwan.com' -const baseURL = 'http://av9r46.natappfree.cc' +const baseURL = 'http://9fkisg.natappfree.cc' Vue.prototype.$baseURL = baseURL; diff --git a/pages/index/index.vue b/pages/index/index.vue index a734c35..50c0dc4 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -20,7 +20,8 @@ - + + {{ val.title }} @@ -33,7 +34,8 @@ - + + {{ params.text }} {{ params.num }} @@ -63,40 +65,48 @@ pageUrl:'', funcList: [{ title: '素材管理', - url: '/pages/index/material/material' + url: '/pages/index/material/material', + icon: '/static/material.png' }, { title: '上传素材', - url: '/pages/index/upload/upload' + url: '/pages/index/upload/upload', + icon: '/static/upload.png' }], list: [{ typeId: 1, text: '头像', - num: '' + num: '', + icon: '/static/headBack.png' }, { typeId: 2, text: 'Gif动图', - num: '' + num: '', + icon: '/static/gifBack.png' }, { typeId: 3, text: '手机壁纸', - num: '' + num: '', + icon: '/static/phoneBack.png' }, { typeId: 4, text: '朋友圈', num: '', + icon: '/static/friendBack.png' }, { typeId: 5, text: '表情包', - num: '' + num: '', + icon: '/static/emoBack.png' }, { typeId: 6, text: 'iwatch', - num: '' + num: '', + icon: '/static/iwatchBack.png' } ] }; @@ -268,5 +278,15 @@ .uni-bg-blue { background-color: #007aff; } + + .iconImage{ + width:3rem; + height:3rem; + } + + .listIconImage{ + width:2rem; + height:2rem; + } diff --git a/pages/index/material/imgDetail.vue b/pages/index/material/imgDetail.vue new file mode 100644 index 0000000..2cb7305 --- /dev/null +++ b/pages/index/material/imgDetail.vue @@ -0,0 +1,490 @@ + + + + + diff --git a/pages/index/material/material.vue b/pages/index/material/material.vue index 169df2d..b7ede18 100644 --- a/pages/index/material/material.vue +++ b/pages/index/material/material.vue @@ -1,15 +1,21 @@ - diff --git a/pages/userInfo/userInfo.vue b/pages/userInfo/userInfo.vue index 1a2da7f..e3c6c0e 100644 --- a/pages/userInfo/userInfo.vue +++ b/pages/userInfo/userInfo.vue @@ -23,7 +23,8 @@ - + + {{item.title}} @@ -41,27 +42,27 @@ list: [{ url: '/pages-userInfo/about/about', title: '关于节点', - img: '' + img: '/static/iconAbout.png' }, { url: '/pages-userInfo/contact/contact', title: '联系我们', - img: '' + img: '/static/iconContactUs.png' }, { url: '/pages-userInfo/extends/extends', title: '邀请他人', - img: '' + img: '/static/iconInvite.png' }, { url: '/pages-userInfo/inviteLog/inviteLog', title: '邀请记录', - img: '' + img: '/static/iconInviteLog.png' }, { url: '/pages-userInfo/notice/notice', title: '通知公告', - img: '' + img: '/static/iconNotice.png' }, { url: '/pages-userInfo/withdraw/withdraw', title: '提现记录', - img: '' + img: '/static/iconWithdraw.png' }], pageUrl: '', userInfo: {}, @@ -212,4 +213,9 @@ justify-content: center; padding: 15px 0; } + + .listIconImage{ + width:2rem; + height:2rem; + } diff --git a/static/emoBack.png b/static/emoBack.png new file mode 100644 index 0000000..63ce6cb Binary files /dev/null and b/static/emoBack.png differ diff --git a/static/friendBack.png b/static/friendBack.png new file mode 100644 index 0000000..6b0acba Binary files /dev/null and b/static/friendBack.png differ diff --git a/static/gifBack.png b/static/gifBack.png new file mode 100644 index 0000000..0628a7b Binary files /dev/null and b/static/gifBack.png differ diff --git a/static/headBack.png b/static/headBack.png new file mode 100644 index 0000000..05c398d Binary files /dev/null and b/static/headBack.png differ diff --git a/static/iconAbout.png b/static/iconAbout.png new file mode 100644 index 0000000..deacafc Binary files /dev/null and b/static/iconAbout.png differ diff --git a/static/iconContactUs.png b/static/iconContactUs.png new file mode 100644 index 0000000..582e24e Binary files /dev/null and b/static/iconContactUs.png differ diff --git a/static/iconInvite.png b/static/iconInvite.png new file mode 100644 index 0000000..a5079fe Binary files /dev/null and b/static/iconInvite.png differ diff --git a/static/iconInviteLog.png b/static/iconInviteLog.png new file mode 100644 index 0000000..ad9d643 Binary files /dev/null and b/static/iconInviteLog.png differ diff --git a/static/iconNotice.png b/static/iconNotice.png new file mode 100644 index 0000000..b4bf4fd Binary files /dev/null and b/static/iconNotice.png differ diff --git a/static/iconWithdraw.png b/static/iconWithdraw.png new file mode 100644 index 0000000..782a823 Binary files /dev/null and b/static/iconWithdraw.png differ diff --git a/static/iwatchBack.png b/static/iwatchBack.png new file mode 100644 index 0000000..3fa53f2 Binary files /dev/null and b/static/iwatchBack.png differ diff --git a/static/material.png b/static/material.png new file mode 100644 index 0000000..6b31c22 Binary files /dev/null and b/static/material.png differ diff --git a/static/phoneBack.png b/static/phoneBack.png new file mode 100644 index 0000000..02fc775 Binary files /dev/null and b/static/phoneBack.png differ diff --git a/static/upload.png b/static/upload.png new file mode 100644 index 0000000..74d384d Binary files /dev/null and b/static/upload.png differ