| | |
| | | </div> |
| | | <div class="com_info_text1">服务商:{{info.serverName}}</div> |
| | | <div class="com_info_text">{{info.introduction}}</div> |
| | | <div class="com_info_text" style="color: #216EEE; cursor: pointer;" v-if="info.fullMutifileUrl" @click="openFile">应用附件</div> |
| | | <div class="com_info_btn" @click="openT" v-if="[1, 2].includes(userInfo.type)">联系我们</div> |
| | | <div class="com_info_x"></div> |
| | | <div class="com_info_content" v-html="info.details"></div> |
| | |
| | | this.info.lablesList = this.info.lables.split(',') || [] |
| | | this.visible = true |
| | | }, |
| | | openFile() { |
| | | window.open(this.info.fullMutifileUrl) |
| | | }, |
| | | openT() { |
| | | this.formData.name = '' |
| | | this.formData.phone = '' |