Browse Source

修改 数据

15724580513 3 years ago
parent
commit
4bf535be52

+ 3 - 3
assets/scss/cus-client/cus-client-page.scss

@@ -820,13 +820,13 @@
           i {background-image: url("~static/images/client/aboutUs/contact-us-icon1.png");}
         }
         li:nth-child(4) {
-          i {background-image: url("~static/images/client/aboutUs/contact-us-icon2.png");}
+          i {background-image: url("~static/images/client/aboutUs/contact-us-icon3.png");}
         }
         li:nth-child(5) {
-          i {background-image: url("~static/images/client/aboutUs/contact-us-icon3.png");}
+          i {background-image: url("~static/images/client/aboutUs/contact-us-icon4.png");}
         }
         li:nth-child(6) {
-          i {background-image: url("~static/images/client/aboutUs/contact-us-icon4.png");}
+          //i {background-image: url("~static/images/client/aboutUs/contact-us-icon4.png");}
         }
       }
       img{float: right}

+ 1 - 2
components/footer.vue

@@ -45,7 +45,6 @@
           <div style="vertical-align: top;">
             <h3>400-052-2130</h3>
             <p>周一至周日9:00-18:00</p>
-            <p>(仅收市话费)</p>
             <a href="http://p.qiao.baidu.com/cps/chat?siteId=11735491&amp;userId=10530011" target="_blank">联系客服</a>
           </div>
         </div>
@@ -81,7 +80,7 @@
     },
     data() {
       return {
-        swTwoCodeImg: require(`~/static/images/client/component/sw-two-code.jpg`),
+        swTwoCodeImg: require(`~/static/images/client/component/sw-two-code.png`),
         footerData: [
           {
             name: '首页',

+ 1 - 2
components/footer2.vue

@@ -42,7 +42,6 @@
              <div style="vertical-align: top;">
                <h3>400-052-2130</h3>
                <p>周一至周日9:00-18:00</p>
-               <p>(仅收市话费)</p>
                <a href="http://p.qiao.baidu.com/cps/chat?siteId=11735491&amp;userId=10530011" target="_blank">联系客服</a>
              </div>
            </div>
@@ -66,7 +65,7 @@
     },
     data() {
       return {
-        swTwoCodeImg:   require(`~/static/images/client/component/sw-two-code.jpg`),
+        swTwoCodeImg:   require(`~/static/images/client/component/sw-two-code.png`),
       }
     },
     methods: {

+ 2 - 2
pages/introduction/index.vue

@@ -104,8 +104,8 @@
           <h4>联系我们</h4>
           <h5>咨询及商务合作</h5>
           <li><i></i><span>400-052-2130</span></li>
-          <li><i></i><span>1713483622/3205144194</span></li>
-          <li><i></i><span> lwfeng@llisoft.com</span></li>
+<!--          <li><i></i><span>1713483622/3205144194</span></li>-->
+          <li><i></i><span> service@llisoft.com</span></li>
           <li><i></i><span>大连市沙河口区数码路北段25号201室</span></li>
         </ul>
         <img :src="contactUsImg" alt="联系我们" />

+ 4 - 4
pages/news/index.vue

@@ -67,8 +67,8 @@
         const url2 = '/home/news/list';
         const opt = {
           page:           1,
-          size:           10,
-          newsClassifyId: data[0].newsClassifyId || defaultNewsClassifyId,
+          size:           5,
+          newsClassifyId: data[1].newsClassifyId || defaultNewsClassifyId,
         };
 
         const res2 = await $axios.post(url2, opt);
@@ -86,7 +86,7 @@
           newsList:          data2.data || [],
           totalLists:        data2.total || defaultNewsClassifyId,
           newsClassifyData:  data || [],
-          curNewsClassifyId: data[0].newsClassifyId || defaultNewsClassifyId,
+          curNewsClassifyId: data[1].newsClassifyId || defaultNewsClassifyId,
         };
       } catch (e) {
         return {
@@ -110,7 +110,7 @@
         // newsClassifyData: [],
         // 新闻数据
         newsList:         [],
-        activeIndex:      0,
+        activeIndex:      1,
         // banner图
         newsInforBannerImg: require(`~/static/images/client/newsInfor/newsInfor-banner-img.png`),
       };

BIN
static/images/client/component/sw-two-code.jpg


BIN
static/images/client/component/sw-two-code.png