瀏覽代碼

更新合作单位

guhongwei 5 年之前
父節點
當前提交
755ec7a4ca
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      src/App.vue
  2. 1 0
      src/views/index/index.vue

+ 1 - 0
src/App.vue

@@ -7,5 +7,6 @@
 <style lang="less">
 <style lang="less">
 body {
 body {
   margin: 0;
   margin: 0;
+  overflow: unset !important;
 }
 }
 </style>
 </style>

+ 1 - 0
src/views/index/index.vue

@@ -180,6 +180,7 @@ export default {
       //合作单位
       //合作单位
       let coop = await this.linkOperation({ type: 'list', data: { site: this.$site, type: 'cooperation' } });
       let coop = await this.linkOperation({ type: 'list', data: { site: this.$site, type: 'cooperation' } });
       if (`${coop.errcode}` === '0') {
       if (`${coop.errcode}` === '0') {
+        console.log(coop.data);
         this.$set(this, `coopList`, coop.data);
         this.$set(this, `coopList`, coop.data);
       }
       }
       //友情链接
       //友情链接