|
@@ -83,16 +83,17 @@ export default {
|
83
|
83
|
} else if (target == 'account') {
|
84
|
84
|
target_data.name = '账号';
|
85
|
85
|
target_data.left_icon = require('../assets/nav/account.png');
|
86
|
|
- } else if (target == 'point') {
|
87
|
|
- target_data.name = '积分商城';
|
88
|
|
- target_data.left_icon = require('../assets/nav/point.png');
|
89
|
|
- } else if (target == 'im') {
|
|
86
|
+ } else if (target == 'im') {
|
90
|
87
|
target_data.name = '客服';
|
91
|
88
|
target_data.left_icon = require('../assets/nav/point.png');
|
92
|
|
- } else if (target == 'spreader') {
|
93
|
|
- target_data.name = '推手';
|
94
|
|
- target_data.left_icon = require('../assets/nav/spreader.png');
|
|
89
|
+ } else{
|
|
90
|
+ continue;
|
95
|
91
|
}
|
|
92
|
+
|
|
93
|
+ // else if (target == 'point') {
|
|
94
|
+ // target_data.name = '积分商城';
|
|
95
|
+ // target_data.left_icon = require('../assets/nav/point.png');
|
|
96
|
+ // }
|
96
|
97
|
cur_top_nav.push(target);
|
97
|
98
|
cur_top_nav_info.push(target_data);
|
98
|
99
|
}
|