Ver código fonte

企业画像访问记录显示

TANGSHIZHE 4 anos atrás
pai
commit
d57ab790d9

+ 1 - 1
src/jfw/modules/app/src/web/staticres/jyapp/big-member/js/ent_portrait.js

@@ -199,7 +199,7 @@ var vNode = {
             return (!this.conf._4 && !this.isVip) || (this.entvisit.total <= this.entvisit.usage)
         },
         surplus: function () {
-            return this.entvisit.total > this.entvisit.usage
+            return this.entvisit.total >= this.entvisit.usage
         }
     },
     methods: {

+ 1 - 1
src/web/staticres/common-module/collection/js/ent_portrait.js

@@ -197,7 +197,7 @@ var vNode = {
             return (!this.conf._4 && !this.isVip) || (this.entvisit.total <= this.entvisit.usage)
         },
         surplus: function () {
-            return this.entvisit.total > this.entvisit.usage
+            return this.entvisit.total >= this.entvisit.usage
         }
     },
     methods: {

+ 7 - 0
src/web/templates/frontRouter/wx/collection/sess/ent_portrait.html

@@ -47,6 +47,13 @@
         background-size: 100% 100%;
         box-sizing: border-box;
     }
+    .bid_surplus{
+        height: .04rem;
+        opacity: 1;
+        font-size: .22rem;
+        font-weight: 500;
+        color: #2abed1;
+    }
 </style>
 <body>
 <div class="j-container">