Przeglądaj źródła

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

xiaohaizhao 1 rok temu
rodzic
commit
8510b4f8b2

+ 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'
+            })
         }
     },
 })