Ver código fonte

app大会员权益页修改、我的页面修改显示大会员图标

tsz 3 anos atrás
pai
commit
4008c17ca3

+ 1 - 1
src/entnichePc.json

@@ -1,4 +1,4 @@
 {
-	"entnichePcUser": [442,1686,1685,1711],
+	"entnichePcUser": [14595,442,1686,1685,1711],
 	"hideEntnicheMenu": [1711,442]
 }

+ 2 - 2
src/jfw/modules/app/src/web/staticres/jyapp/big-member/js/main_root.js

@@ -207,7 +207,7 @@ var vNode = {
                 this.bigvariable.mealname = '试用版'
                 this.bigvariable.manyroot = '5'
                 this.bigvariable.seticon = 'icon-white-setting'
-            } else if (this.userinfor.member_status == 3) {
+            } else if (this.userinfor.member_status == 3  || this.userinfor.member_status == 6) {
                 this.bigvariable.isaddclass = 'shangji'
                 this.bigvariable.bgcolor = 'background:#fff'
                 this.bigvariable.mealname = '商机版'
@@ -219,7 +219,7 @@ var vNode = {
                 this.bigvariable.mealname = '智慧版'
                 this.bigvariable.manyroot = '42'
                 this.bigvariable.seticon = 'icon-zh-setting'
-            } else if (this.userinfor.member_status == 1) {
+            } else if (this.userinfor.member_status == 1 || this.userinfor.member_status == 7) {
                 this.bigvariable.isaddclass = 'zhuanjia'
                 this.bigvariable.bgcolor = 'background: rgb(62, 62, 82);'
                 this.bigvariable.mealname = '专家版'

+ 2 - 2
src/jfw/modules/app/src/web/staticres/jyapp/me/js/mine.js

@@ -291,11 +291,11 @@ var mine = {
         }
 
         var icon = $('.user_info .big-vip-icon')
-        if (state == 1 || state == 5) {
+        if (state == 1 || state == 5 || state == 7) {
             icon.removeClass('icon-big-biaozhunhy icon-big-putonghy icon-shiyonghy').addClass('icon-big-gaojihy')
         } else if (state == 2) {
             icon.removeClass('icon-big-gaojihy icon-big-putonghy icon-shiyonghy').addClass('icon-big-biaozhunhy')
-        } else if (state == 3) {
+        } else if (state == 3 || state == 6) {
             icon.removeClass('icon-big-gaojihy icon-big-biaozhunhy icon-shiyonghy').addClass('icon-big-putonghy')
         } else if (state == 4) {
             icon.removeClass('icon-big-putonghy icon-big-gaojihy icon-big-biaozhunhy').addClass('icon-shiyonghy')

+ 2 - 2
src/jfw/modules/app/src/web/templates/big-member/page_main_root.html

@@ -50,7 +50,7 @@
             <span class="header-title" style="color: #171826;">剑鱼标讯大会员</span>
             <span class="header-right"></span>
         </div>
-        <div class="j-header jy-app-header" v-if="isbiguser==3" style="background: #fff;">
+        <div class="j-header jy-app-header" v-if="isbiguser==3 || isbiguser==6" style="background: #fff;">
             <span class="header-left" @click="goBack()">
                 <span class="icon-back j-icon base-icon" style="color: #5F5E64;"></span>
             </span>
@@ -64,7 +64,7 @@
             <span class="header-title" style="color: #171826;">剑鱼标讯大会员</span>
             <span class="header-right"></span>
         </div>
-        <div class="j-header jy-app-header" v-if="isbiguser==1 || isbiguser==5" style="background: rgb(62, 62, 82)">
+        <div class="j-header jy-app-header" v-if="isbiguser==1 || isbiguser==5 || isbiguser==7" style="background: rgb(62, 62, 82)">
             <span class="header-left" @click="goBack()">
                 <span class="icon-back-white j-icon base-icon" style="color: #fff;"></span>
             </span>

+ 1 - 1
src/web/staticres/big-member/js/meauContact.js

@@ -87,7 +87,7 @@ var MeauData = [
     '采购单位全景分析': [
       {
         two: '采购单位通讯录',
-        three: ' 提供采购单位的联系方式,获取销售机会。',
+        three: '提供采购单位的联系方式,获取销售机会。',
         four: 'icon-tick',
         five: 'icon-tick'
       },