소스 검색

客户来源

huangzhiguo 1 년 전
부모
커밋
0dec69e5c2
1개의 변경된 파일7개의 추가작업 그리고 5개의 파일을 삭제
  1. 7 5
      src/main/webapp/WEB-INF/views/modules/userNew/cmClubPortrait.jsp

+ 7 - 5
src/main/webapp/WEB-INF/views/modules/userNew/cmClubPortrait.jsp

@@ -101,11 +101,13 @@
                             ---
                         </c:if>
                         <c:if test="${not empty statistics.customerSource}">
-                            <c:if test="${statistics.customerSource == 0}">公众号</c:if>
-                            <c:if test="${statistics.customerSource == 1}">小红书</c:if>
-                            <c:if test="${statistics.customerSource == 2}">微博</c:if>
-                            <c:if test="${statistics.customerSource == 3}">搜狐</c:if>
-                            <c:if test="${statistics.customerSource == 4}">其他</c:if>
+                            <c:if test="${statistics.customerSource == 0}">网址</c:if>
+                            <c:if test="${statistics.customerSource == 1}">小程序</c:if>
+                            <c:if test="${statistics.customerSource == 2}">公众号</c:if>
+                            <c:if test="${statistics.customerSource == 3}">小红书</c:if>
+                            <c:if test="${statistics.customerSource == 4}">微博</c:if>
+                            <c:if test="${statistics.customerSource == 5}">搜狐</c:if>
+                            <c:if test="${statistics.customerSource == 6}">其他</c:if>
                         </c:if>
                     </div>
                 </div>