|
|
@@ -103,7 +103,10 @@ |
|
|
|
|
|
|
|
</div> |
|
|
|
</van-form> |
|
|
|
<div style="height: 50px; margin-top: 20px;" align="center">京ICP备2021008228号</div> |
|
|
|
<div style="height: 50px; margin-top: 20px;" align="center"> |
|
|
|
京ICP备2021008228号<br> |
|
|
|
<span id='_ideConac'></span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
@@ -145,6 +148,12 @@ |
|
|
|
adviceType:'' |
|
|
|
}; |
|
|
|
}, |
|
|
|
mounted() { |
|
|
|
const script = document.createElement('script'); |
|
|
|
script.src = 'https://dcs.conac.cn/js/nis/44/13/00/69e84c4c4de4edcea792153305de8ad3/1244130045665925XE-20005150.js'; |
|
|
|
script.type = 'text/javascript'; |
|
|
|
document.body.appendChild(script); |
|
|
|
}, |
|
|
|
created() { |
|
|
|
this.queryParams.bookId = Cookies.get('bookId'); |
|
|
|
this.queryParams.deptId = Cookies.get('deptId'); |
|
|
|