|
|
@@ -404,9 +404,9 @@ export default {
|
|
|
if (bridge.isInApp) {
|
|
|
if (this.active === 0) {
|
|
|
bridge.setNavigationBarColor('#B07F29');
|
|
|
- } else if (this.active === 1 && this.current === 0) {
|
|
|
+ } else if (this.active === 1) {
|
|
|
bridge.setNavigationBarColor('#308EFF');
|
|
|
- } else if (this.active === 2 && this.current === 1) {
|
|
|
+ } else if (this.active === 2) {
|
|
|
bridge.setNavigationBarColor('#00BF66');
|
|
|
}
|
|
|
}
|