liukang hai 1 ano
pai
achega
939a35caa1
Modificáronse 3 ficheiros con 14 adicións e 5 borrados
  1. BIN=BIN
      xinxuan/dist.rar
  2. 7 3
      xinxuan/src/components/footer.vue
  3. 7 2
      xinxuan/src/view/trade.vue

BIN=BIN
xinxuan/dist.rar


+ 7 - 3
xinxuan/src/components/footer.vue

@@ -24,12 +24,12 @@
             </div>
         </div>
         <div class="footer_bottom hflex acenter jbetween">
-            <div class="point">{{ footer.company }}</div>
-            <div class="hflex acenter point">
+            <div class="point top_item">{{ footer.company }}</div>
+            <div class="hflex acenter point top_item">
                 <img src="@/assets/images/common/tele.png" class="tele_icon" />
                 <div>{{ footer.phone }}</div>
             </div>
-            <div class="hflex acenter point">
+            <div class="hflex acenter point top_item">
                 <img src="@/assets/images/common/addr.png" alt="" class="addr_icon" />
                 <div>{{ footer.address }}</div>
             </div>
@@ -142,6 +142,10 @@
     font-weight: 400;
     margin: 49px 0 0;
 }
+.footer .footer_bottom .top_item {
+    width: 400px;
+
+}
 .footer .footer_bottom div {
     color: #FEFEFE;
 

+ 7 - 2
xinxuan/src/view/trade.vue

@@ -12,7 +12,7 @@
                 <el-image  :src="pageData.k_url" class="video fillWidth" fit="cover" v-if="flag && pageData.k_url !== undefined"></el-image>
             </div>    
             <div class="title">{{ pageData.k_title }}</div>  
-            <div class="subTitle" v-html="pageData.x_subtitle"></div>  
+            <div class="subTitle" v-html="pageData.k_subtitle"></div>  
             <div class="line"></div> 
         </div>
         <div class="center">
@@ -33,7 +33,7 @@
             <div class="list">
                 <div class="line"></div>
                 <div  class="hflex acenter fwrap imgs">
-                    <div v-for="(item,index) in pageList" :key="index" class="list_item">
+                    <div v-for="(item,index) in pageList" :key="index" class="list_item" @click="toinfo(item)">
                         <el-image  fit="cover" :src="item.url" alt="" class="img"  v-if="item.url !== undefind"/>
                         <div class="text">{{ item.title }}</div>
                     </div> 
@@ -81,6 +81,9 @@ export default {
 
     },
     methods: {
+        toinfo(item) {
+            window.open(item.link_url)
+        },
         isBrow() {
             var ua = navigator.userAgent.toLowerCase();
             if(ua.match(/MicroMessenger/i)=="micromessenger" || ua.match(/QQ/i) == "qq") {
@@ -91,6 +94,7 @@ export default {
         getConfig() {
             that.$http.getConfig().then((res) => {
                 if(res.data.code == 1) {
+                    console.log('================',res);
                     that.pageData = res.data.data
                     var temp = that.pageData.k_url.substr(that.pageData.k_url.length - 3,3)
                     var type = ''
@@ -208,6 +212,7 @@ export default {
     margin: 66px 0 80px;
 }
 .center .list .list_item {
+    cursor: pointer;
     width: 470px;
     height: 376px;
     background: #FFFFFF;