糖尿病网pc端官网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

28 lines
595 B

<template>
<div class="common-other-content media-corporate-page">
<h6>媒体合作</h6>
<div class="font-content">
<p>
商务合作邮箱<a
href="mailto:DHcommunications@novonordisk.com"
target="_blank"
>DHcommunications@novonordisk.com</a
>
</p>
</div>
</div>
</template>
<script>
export default {
name: 'OtherCorporatePage',
layout: 'detail',
data() {
return {};
},
head: {
title: '糖尿病网-媒体合作',
meta: [{ hid: 'description', name: 'description', content: '' }]
}
};
</script>