...
|
...
|
@@ -76,6 +76,13 @@ |
|
|
</div>
|
|
|
|
|
|
{{> download-app}}
|
|
|
{{#ifand isProduction wap.open.bughd}}
|
|
|
<script type="text/javascript" src="https://dn-bughd-web.qbox.me/bughd.min.js" crossOrigin="anonymous"></script>
|
|
|
<script type="text/javascript">
|
|
|
window.bughd = window.bughd || function(){};
|
|
|
bughd("create",{key:"31114646b053c0185782a800db730dd4"})
|
|
|
</script>
|
|
|
{{/ifand}}
|
|
|
{{#wechatShare}}
|
|
|
<script type="text/javascript" src="//res.wx.qq.com/open/js/jweixin-1.1.0.js"></script>
|
|
|
{{/wechatShare}}
|
...
|
...
|
|