From 51d8f6a762eabeba7597c2260cc9c7c848bf31bf Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Mon, 17 Aug 2020 17:23:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E8=8D=90=E6=9D=83=E7=9B=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageE/mine/MedalIntroduction.vue | 4 ++-- pages.json | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pageE/mine/MedalIntroduction.vue b/pageE/mine/MedalIntroduction.vue index 1d8f7f0..ec24d9c 100644 --- a/pageE/mine/MedalIntroduction.vue +++ b/pageE/mine/MedalIntroduction.vue @@ -29,8 +29,8 @@ export default { this.$u.api.getMemberPointsStat().then((res)=>{ console.log(res) if (res.errCode == 0) { - this.title = res.data.grade_rule.document_title; - const nodes = res.data.grade_rule.document_content; + this.title = res.data.xunzhang_rule.document_title; + const nodes = res.data.xunzhang_rule.document_content; this.nodes = common.unescapeHTML(nodes); } }) diff --git a/pages.json b/pages.json index dff62ae..7e4c0ec 100644 --- a/pages.json +++ b/pages.json @@ -862,8 +862,9 @@ "app-plus": { "titleSize": "36px", "titleNView": { - "type": "transparent", - "titleColor": "#ffffff" + "type": "default", + "titleColor": "#ffffff", + "backgroundColor":"#F09C6A" } } }