|
@@ -15,6 +15,7 @@ Page({
|
|
|
rankingType: '',
|
|
|
icon: '',
|
|
|
podiumBoxBg: '',
|
|
|
+ color:'',
|
|
|
explain: ''
|
|
|
},
|
|
|
|
|
@@ -26,6 +27,7 @@ Page({
|
|
|
rankingType: options.type,
|
|
|
icon: options.type == '2' ? '/static/yx.png' : options.type == '3' ? '/static/play.png' : '/static/win.png',
|
|
|
podiumBoxBg: options.type == '2' ? 'invitation' : options.type == '3' ? 'hot' : 'pk',
|
|
|
+ color: options.type == '2' ? '#2DCE66' : options.type == '3' ? '#FF7E6C' : '#967DFF',
|
|
|
})
|
|
|
|
|
|
wx.setNavigationBarColor({
|