Prechádzať zdrojové kódy

超级会员文案修改

zhengjinyi 2 rokov pred
rodič
commit
73861a6e1a

+ 21 - 28
src/main/resources/static/js/user-center/member/memberPage.js

@@ -1,7 +1,19 @@
 // 服务列表
 var serviceList = [
     {
-        name: '优惠商品',
+        name: '延长优惠期限',
+        subTitle: '到期后延长30天',
+        pcIcon:'/img/member/pc-cm-svip-icon7.png',
+        h5Icon:'/img/member/h5-cm-svip-icon7.png'
+    },
+    {
+        name: '专属客户经理',
+        subTitle: '采购顾问&售后服务',
+        pcIcon:'/img/member/pc-cm-svip-icon5.png',
+        h5Icon:'/img/member/h5-cm-svip-icon5.png'
+    },
+    {
+        name: '专享价商品',
         subTitle: '超级会员专享',
         pcIcon:'/img/member/pc-cm-svip-icon1.png',
         h5Icon:'/img/member/h5-cm-svip-icon1.png'
@@ -12,6 +24,12 @@ var serviceList = [
         pcIcon:'/img/member/pc-cm-svip-icon2.png',
         h5Icon:'/img/member/h5-cm-svip-icon2.png'
     },
+    {
+        name: '新品试用',
+        subTitle: '新品可优先试用',
+        pcIcon:'/img/member/pc-cm-svip-icon6.png',
+        h5Icon:'/img/member/h5-cm-svip-icon6.png'
+    },
     {
         name: '免运费',
         subTitle: '下单全包邮',
@@ -24,31 +42,6 @@ var serviceList = [
         pcIcon:'/img/member/pc-cm-svip-icon3.png',
         h5Icon:'/img/member/h5-cm-svip-icon3.png'
     },
-    {
-        name: '专属客服',
-        subTitle: '一对一',
-        pcIcon:'/img/member/pc-cm-svip-icon4.png',
-        h5Icon:'/img/member/h5-cm-svip-icon4.png'
-    },
-    {
-        name: '专属销售顾问',
-        subTitle: '一对一',
-        pcIcon:'/img/member/pc-cm-svip-icon5.png',
-        h5Icon:'/img/member/h5-cm-svip-icon5.png'
-    },
-    {
-        name: '新品试用',
-        subTitle: '新品可优先试用',
-        pcIcon:'/img/member/pc-cm-svip-icon6.png',
-        h5Icon:'/img/member/h5-cm-svip-icon6.png'
-    },
-    {
-        name: '售后服务',
-        subTitle: '会员加速',
-        pcIcon:'/img/member/pc-cm-svip-icon7.png',
-        h5Icon:'/img/member/h5-cm-svip-icon7.png'
-    }
-
 ];
 var memberPage = new Vue({
     el: '#memberPage',
@@ -58,7 +51,7 @@ var memberPage = new Vue({
         serviceList2: [
             {
                 name: '分期付',
-                subTitle: '热门商品分期付',
+                subTitle: '生美仪器分期付',
                 pcIcon:'/img/member/pc-cm-svip-icon8.png',
                 h5Icon:'/img/member/h5-cm-svip-icon8.png'
             }
@@ -362,7 +355,7 @@ var memberPage = new Vue({
             var svipProductFlag = product.svipProductFlag; // SVIP标识 1 是 2 不是
             var isSvip = true;
 
-            if (product.productCategory === '1') {
+            if (product.productCategory === 1) {
                 // 登录后查看
                 if (!GLOBAL_USER_ID) {
                     return '¥登录后查看'

+ 1 - 1
src/main/resources/static/js/user-center/member/memberProduct.js

@@ -89,7 +89,7 @@ var memberProduct = new Vue({
             var svipProductFlag = product.svipProductFlag; // SVIP标识 1 是 2 不是
             var isSvip = true;
 
-            if (product.productCategory === '1') {
+            if (product.productCategory === 1) {
                 // 登录后查看
                 if (!GLOBAL_USER_ID) {
                     return '¥登录后查看'

+ 1 - 1
src/main/resources/templates/user-center/member/member.html

@@ -130,7 +130,7 @@
                 </div>
                 <!--优惠商品-->
                 <div class="section" v-if="productList.length > 0">
-                    <div class="section-title clear">优惠商品<a href="/user/member-product.html">查看更多&gt;</a></div>
+                    <div class="section-title clear">专享价商品<a href="/user/member-product.html">查看更多&gt;</a></div>
                     <div class="content goods-list">
                         <div class="goods" v-for="(product, index) in productList" :key="index">
                             <a :href="'/product-' + product.productId + '.html'">