From 2914588a65371a3ce43f678cde0a26cd8da26611 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 15 Dec 2020 16:14:23 +0800
Subject: [PATCH] fix ty urgent bugs

---
 zq-erp/src/main/resources/templates/views/admin/hive/vip/vipInfo-list.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/vip/vipInfo-list.html b/zq-erp/src/main/resources/templates/views/admin/hive/vip/vipInfo-list.html
index fa3bdd4..b6f51f1 100644
--- a/zq-erp/src/main/resources/templates/views/admin/hive/vip/vipInfo-list.html
+++ b/zq-erp/src/main/resources/templates/views/admin/hive/vip/vipInfo-list.html
@@ -190,7 +190,7 @@
      * 构建会员名称
      */
     function getVipName(value, row, index){
-            if(row.isDeal==1){
+            if(row.isDeal==2){
                 return value+" &nbsp;<span class='label-danger'>新</span>"
             }else{
                 return value;

--
Gitblit v1.9.1