Bläddra i källkod

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

xiaohaizhao 1 år sedan
förälder
incheckning
8510b4f8b2
2 ändrade filer med 6 tillägg och 0 borttagningar
  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);
         this.getDetail(true);
         getApp().globalData.Language.getLanguagePackage(this, '项目详情');
         getApp().globalData.Language.getLanguagePackage(this, '项目详情');
+        this.setData({
+            "sColors.跟进中":'#3874f6'
+        })
     },
     },
     getDetail(init = false) {
     getDetail(init = false) {
         _Http.basic({
         _Http.basic({

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

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