diff --git a/pages.json b/pages.json index da4bbff..9760a6a 100644 --- a/pages.json +++ b/pages.json @@ -24,7 +24,7 @@ }, { "path": "pages/index/material/material", "style": { - "navigationBarTitleText": "", + "navigationBarTitleText": "素材管理", "enablePullDownRefresh": false } diff --git a/pages/index/index.vue b/pages/index/index.vue index 1ed92ca..a734c35 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -85,7 +85,7 @@ }, { typeId: 4, - text: '朋友圈动图', + text: '朋友圈', num: '', }, { @@ -95,7 +95,7 @@ }, { typeId: 6, - text: 'apple watch', + text: 'iwatch', num: '' } ] diff --git a/pages/index/material/material.vue b/pages/index/material/material.vue index 63711c7..b5d5857 100644 --- a/pages/index/material/material.vue +++ b/pages/index/material/material.vue @@ -1,6 +1,9 @@ @@ -8,11 +11,20 @@ export default { data() { return { - + statusCurrent: 0, + activeColor: '#007aff', + styleType: 'text', + statusList: ['已上架', '已下架','待审核','审核通过','审核未通过'], + typeList:['头像','Gif动图','手机壁纸','朋友圈','表情包','iwatch'], } }, methods: { - + onClickStatus(e1){ + console.log('statusE',e1) + }, + onClickType(e2){ + console.log('typeE',e2) + }, } }