exercises.md 414 字节
Newer Older
m0_65861709's avatar
update  
m0_65861709 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
# globalStyle全局配置

我们应该修改pages.json配置文件中的哪个属性值,使自定义导航栏生效?

## 答案

globalStyle.navigationStyle=custom

## 选项

### A

globalStyle.navigationBarTextStyle=black

### B

globalStyle.navigationBarBackgroundColor=#FFFFFF

### C

pages.style.navigationBarShadow=white

### D

globalStyle.titlePenetrate=YES

### E

globalStyle.transparentTitle=none