|
|
@@ -302,6 +302,33 @@
|
|
302
|
302
|
"navigationBarBackgroundColor": "#108cff",
|
|
303
|
303
|
"navigationStyle": "custom"
|
|
304
|
304
|
}
|
|
|
305
|
+ },
|
|
|
306
|
+ {
|
|
|
307
|
+ "path": "pages/inquiry/index",
|
|
|
308
|
+ "style": {
|
|
|
309
|
+ "navigationBarTitleText": "询价中心",
|
|
|
310
|
+ "enablePullDownRefresh": false,
|
|
|
311
|
+ "navigationBarBackgroundColor": "#108cff",
|
|
|
312
|
+ "navigationStyle": "custom"
|
|
|
313
|
+ }
|
|
|
314
|
+ },
|
|
|
315
|
+ {
|
|
|
316
|
+ "path": "pages/inquiry/add",
|
|
|
317
|
+ "style": {
|
|
|
318
|
+ "navigationBarTitleText": "询价中心-新增",
|
|
|
319
|
+ "enablePullDownRefresh": false,
|
|
|
320
|
+ "navigationBarBackgroundColor": "#108cff",
|
|
|
321
|
+ "navigationStyle": "custom"
|
|
|
322
|
+ }
|
|
|
323
|
+ },
|
|
|
324
|
+ {
|
|
|
325
|
+ "path": "pages/verification/index",
|
|
|
326
|
+ "style": {
|
|
|
327
|
+ "navigationBarTitleText": "核价中心",
|
|
|
328
|
+ "enablePullDownRefresh": false,
|
|
|
329
|
+ "navigationBarBackgroundColor": "#108cff",
|
|
|
330
|
+ "navigationStyle": "custom"
|
|
|
331
|
+ }
|
|
305
|
332
|
}
|
|
306
|
333
|
],
|
|
307
|
334
|
"globalStyle": {
|
|
|
@@ -317,40 +344,63 @@
|
|
317
|
344
|
"height": "70px",
|
|
318
|
345
|
"fontSize": "12px",
|
|
319
|
346
|
"list": [
|
|
320
|
|
- {
|
|
321
|
|
- "text": "首页",
|
|
322
|
|
- "pagePath": "pages/index/index",
|
|
323
|
|
- "iconPath": "static/tabs/home.png",
|
|
324
|
|
- "selectedIconPath": "static/tabs/home1.png"
|
|
325
|
|
- },
|
|
326
|
|
- {
|
|
327
|
|
- "text": "线索公海",
|
|
328
|
|
- "pagePath": "pages/publicClue/index",
|
|
329
|
|
- "iconPath": "static/tabs/public.png",
|
|
330
|
|
- "selectedIconPath": "static/tabs/public1.png"
|
|
331
|
|
- },
|
|
332
|
|
- {
|
|
333
|
|
- "text": "仓库",
|
|
334
|
|
- "pagePath": "pages/wareHouse/index",
|
|
335
|
|
- "iconPath": "static/tabs/warehouse.png",
|
|
336
|
|
- "selectedIconPath": "static/tabs/warehouse-active.png"
|
|
337
|
|
- },
|
|
338
|
|
- {
|
|
339
|
|
- "text": "销售线索",
|
|
340
|
|
- "pagePath": "pages/privateClue/index",
|
|
341
|
|
- "iconPath": "static/tabs/private.png",
|
|
342
|
|
- "selectedIconPath": "static/tabs/private1.png"
|
|
343
|
|
- }, {
|
|
344
|
|
- "text": "接单中心",
|
|
345
|
|
- "pagePath": "pages/order/index",
|
|
346
|
|
- "iconPath": "static/tabs/order.png",
|
|
347
|
|
- "selectedIconPath": "static/tabs/order1.png"
|
|
348
|
|
- },{
|
|
349
|
|
- "text": "我的",
|
|
350
|
|
- "pagePath": "pages/person/index",
|
|
351
|
|
- "iconPath": "static/tabs/user.png",
|
|
352
|
|
- "selectedIconPath": "static/tabs/user1.png"
|
|
353
|
|
- }]
|
|
|
347
|
+ {
|
|
|
348
|
+ "text": "首页",
|
|
|
349
|
+ "pagePath": "pages/index/index",
|
|
|
350
|
+ "iconPath": "static/tabs/home.png",
|
|
|
351
|
+ "selectedIconPath": "static/tabs/home1.png",
|
|
|
352
|
+ "visible": false
|
|
|
353
|
+ },
|
|
|
354
|
+ {
|
|
|
355
|
+ "text": "线索公海",
|
|
|
356
|
+ "pagePath": "pages/publicClue/index",
|
|
|
357
|
+ "iconPath": "static/tabs/public.png",
|
|
|
358
|
+ "selectedIconPath": "static/tabs/public1.png",
|
|
|
359
|
+ "visible": false
|
|
|
360
|
+ },
|
|
|
361
|
+ {
|
|
|
362
|
+ "text": "仓库",
|
|
|
363
|
+ "pagePath": "pages/wareHouse/index",
|
|
|
364
|
+ "iconPath": "static/tabs/warehouse.png",
|
|
|
365
|
+ "selectedIconPath": "static/tabs/warehouse1.png",
|
|
|
366
|
+ "visible": false
|
|
|
367
|
+ },
|
|
|
368
|
+ {
|
|
|
369
|
+ "text": "询价中心",
|
|
|
370
|
+ "pagePath": "pages/inquiry/index",
|
|
|
371
|
+ "iconPath": "static/tabs/xunjia.png",
|
|
|
372
|
+ "selectedIconPath": "static/tabs/xunjia1.png",
|
|
|
373
|
+ "visible": false
|
|
|
374
|
+ },
|
|
|
375
|
+ {
|
|
|
376
|
+ "text": "核价中心",
|
|
|
377
|
+ "pagePath": "pages/verification/index",
|
|
|
378
|
+ "iconPath": "static/tabs/hejia.png",
|
|
|
379
|
+ "selectedIconPath": "static/tabs/hejia1.png",
|
|
|
380
|
+ "visible": false
|
|
|
381
|
+ },
|
|
|
382
|
+ {
|
|
|
383
|
+ "text": "销售线索",
|
|
|
384
|
+ "pagePath": "pages/privateClue/index",
|
|
|
385
|
+ "iconPath": "static/tabs/private.png",
|
|
|
386
|
+ "selectedIconPath": "static/tabs/private1.png",
|
|
|
387
|
+ "visible": false
|
|
|
388
|
+ },
|
|
|
389
|
+ {
|
|
|
390
|
+ "text": "接单中心",
|
|
|
391
|
+ "pagePath": "pages/order/index",
|
|
|
392
|
+ "iconPath": "static/tabs/order.png",
|
|
|
393
|
+ "selectedIconPath": "static/tabs/order1.png",
|
|
|
394
|
+ "visible": false
|
|
|
395
|
+ },
|
|
|
396
|
+ {
|
|
|
397
|
+ "text": "我的",
|
|
|
398
|
+ "pagePath": "pages/person/index",
|
|
|
399
|
+ "iconPath": "static/tabs/user.png",
|
|
|
400
|
+ "selectedIconPath": "static/tabs/user1.png",
|
|
|
401
|
+ "visible": true
|
|
|
402
|
+ }
|
|
|
403
|
+ ]
|
|
354
|
404
|
},
|
|
355
|
405
|
"uniIdRouter": {},
|
|
356
|
406
|
"easycom": {
|