setNavigationBarColor

This commit is contained in:
shijingjing
2022-10-31 11:59:30 +08:00
parent 74d26168f9
commit 52e50f6dd8

View File

@@ -22,6 +22,10 @@ export default {
};
},
onLoad(options){
uni.setNavigationBarColor({
frontColor: "#ffffff",
backgroundColor: "#e60012",
})
this.$dict.load('organizationChangeType')
this.id = options.id
this.getDetail()