党员积分

This commit is contained in:
liuye
2022-06-29 18:10:31 +08:00
parent 0b83cec78b
commit 0c889c9076
8 changed files with 118 additions and 17 deletions

View File

@@ -47,6 +47,10 @@ export default {
};
},
onLoad(options) {
uni.setNavigationBarColor({
frontColor: "#ffffff",
backgroundColor: "#E76056",
})
this.integralRuleId = options.integralRuleId
this.integralRuleName = options.integralRuleName
},