推荐权益
This commit is contained in:
parent
ec3420a026
commit
51d8f6a762
@ -29,8 +29,8 @@ export default {
|
|||||||
this.$u.api.getMemberPointsStat().then((res)=>{
|
this.$u.api.getMemberPointsStat().then((res)=>{
|
||||||
console.log(res)
|
console.log(res)
|
||||||
if (res.errCode == 0) {
|
if (res.errCode == 0) {
|
||||||
this.title = res.data.grade_rule.document_title;
|
this.title = res.data.xunzhang_rule.document_title;
|
||||||
const nodes = res.data.grade_rule.document_content;
|
const nodes = res.data.xunzhang_rule.document_content;
|
||||||
this.nodes = common.unescapeHTML(nodes);
|
this.nodes = common.unescapeHTML(nodes);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -862,8 +862,9 @@
|
|||||||
"app-plus": {
|
"app-plus": {
|
||||||
"titleSize": "36px",
|
"titleSize": "36px",
|
||||||
"titleNView": {
|
"titleNView": {
|
||||||
"type": "transparent",
|
"type": "default",
|
||||||
"titleColor": "#ffffff"
|
"titleColor": "#ffffff",
|
||||||
|
"backgroundColor":"#F09C6A"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user