Jelajahi Sumber

Merge branch '黄色' into 测试

xiaohaizhao 1 tahun lalu
induk
melakukan
e70c21bdb5
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      packageA/saleClue/detail.js

+ 4 - 4
packageA/saleClue/detail.js

@@ -281,14 +281,14 @@ Page({
             })
         }
         if (this.data.isAdmin || isLeader) {
-            if (detail.isproject == 0 && detail.istransformingtoproject == 0) tabbarList.push({
-                icon: "icon-dibu-zhuanhuan",
-                label: "转化项目"
-            })
             if (detail.iscustomer == 0 && detail.istransformingtocustomer == 0) tabbarList.push({
                 icon: "icon-dibu-zhuanhuan",
                 label: "转化客户"
             })
+            if (detail.isproject == 0 && detail.istransformingtoproject == 0) tabbarList.push({
+                icon: "icon-dibu-zhuanhuan",
+                label: "转化项目"
+            })
             if (editdataleader) tabbarList.push({
                 icon: "icon-zhuanyi",
                 label: "更换负责人"