Explorar o código

Merge branch '黄色' into 测试

xiaohaizhao hai 1 ano
pai
achega
e70c21bdb5
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      packageA/saleClue/detail.js

+ 4 - 4
packageA/saleClue/detail.js

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