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