推荐权益

This commit is contained in:
luyuan 2020-08-17 17:23:48 +08:00
parent ec3420a026
commit 51d8f6a762
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3
2 changed files with 5 additions and 4 deletions

View File

@ -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);
}
})

View File

@ -862,8 +862,9 @@
"app-plus": {
"titleSize": "36px",
"titleNView": {
"type": "transparent",
"titleColor": "#ffffff"
"type": "default",
"titleColor": "#ffffff",
"backgroundColor":"#F09C6A"
}
}
}