ArtitalkJS / Artitalk

通过leancloud实现的可实时发布说说的js
https://artitalk.js.org
MIT License
326 stars 51 forks source link

一直处于加载中(下雨界面) #80

Closed ItzJuny closed 3 years ago

ItzJuny commented 3 years ago

按照要求填入以下index.md

---
title: shuoshuo
date: 2021-06-29 21:41:13
comments: false
---
<!-- 引用 artitalk -->
<script src="https://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/artitalk"></script>

<!-- 存放说说的容器 -->
<div id="artitalk_main"></div>
<script>
new Artitalk({
    appId: 'xxx', // Your LeanCloud appId
    appKey: 'xxx' // Your LeanCloud appKey
})
</script>

可是还是一直处于加载中(下雨界面),下面是审查元素,这是什么问题呢? image

Drew233 commented 3 years ago

你的appid填了吗? 填了的话,给了链接,只看报错应该是appid的问题。

ze520ze commented 3 years ago

5KW8CUUGVF}EEZZ@M9CV1_K 我也老下雨

ze520ze commented 3 years ago

我的 http://ze520.cn/census/

Drew233 commented 3 years ago

我的 http://ze520.cn/census/

你这个是shuoshuo的class权限出问题,报错里面写的是find权限,自己在检查一下

ze520ze commented 3 years ago

我的http://ze520.cn/census/

你这个是说硕的类权限出问题,报错里面写的是找到权限,自己在检查一下

谢谢已经解决了