BUG 28032

This commit is contained in:
aixianling
2022-03-04 11:25:22 +08:00
parent 2a1e2d2a5c
commit 265035eb91
6 changed files with 27 additions and 9 deletions

View File

@@ -28,6 +28,10 @@ export default {
};
},
onLoad(options) {
uni.setNavigationBarColor({
frontColor: "#ffffff",
backgroundColor: "#D7261E",
})
this.id = options.id
this.getDetailInfo()
},