diff --git a/apis/interfaces/life.js b/apis/interfaces/life.js index fc532ae..eff9eaf 100644 --- a/apis/interfaces/life.js +++ b/apis/interfaces/life.js @@ -15,6 +15,22 @@ const life = () =>{ }) } -export { - life +// 共分首页 +const glz = () => { + return request({ + url: 'user/glz/index' + }) +} + +// 签到 +const sign = () => { + return request({ + url: 'user/glz/sign' + }) +} + +export { + life, + glz, + sign } diff --git a/pages.json b/pages.json index 31c209e..b4e93f5 100644 --- a/pages.json +++ b/pages.json @@ -29,7 +29,12 @@ "name": "Life", "style": { "navigationBarTitleText": "共力人生", - "navigationStyle": "custom" + "navigationStyle": "custom", + "app-plus": { + "titleNView": { + "type": "transparent" + } + } } }, { diff --git a/pages/life/capacity.vue b/pages/life/capacity.vue index 6e9e7c1..f3bd43f 100644 --- a/pages/life/capacity.vue +++ b/pages/life/capacity.vue @@ -1,14 +1,17 @@ + +