@@ -88,6 +88,9 @@ Page({
})
this.getDetail(true);
getApp().globalData.Language.getLanguagePackage(this, '项目详情');
+ this.setData({
+ "sColors.跟进中":'#3874f6'
+ })
},
getDetail(init = false) {
_Http.basic({
@@ -10,6 +10,9 @@ Component({
lifetimes: {
attached: function () {
getApp().globalData.Language.getLanguagePackage(this)
}