Explorar o código

项目商机跟进中颜色单独处理

xiaohaizhao hai 1 ano
pai
achega
8510b4f8b2
Modificáronse 2 ficheiros con 6 adicións e 0 borrados
  1. 3 0
      packageA/project/detail.js
  2. 3 0
      packageA/project/modules/list/index.js

+ 3 - 0
packageA/project/detail.js

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

+ 3 - 0
packageA/project/modules/list/index.js

@@ -10,6 +10,9 @@ Component({
     lifetimes: {
         attached: function () {
             getApp().globalData.Language.getLanguagePackage(this)
+            this.setData({
+                "sColors.跟进中":'#3874f6'
+            })
         }
     },
 })