no message
This commit is contained in:
@@ -21,7 +21,7 @@ export const slideshowBox = defineComponent({
|
||||
|
||||
let latestList = ref({});
|
||||
const getTopicLatest = () => {
|
||||
ajaxget(`/v2/api/forum/getTopicLatest?limit=4`).then((res) => {
|
||||
ajaxGet(`/v2/api/forum/getTopicLatest?limit=4`).then((res) => {
|
||||
const data = res.data || [];
|
||||
(data.vote || []).forEach((item) => {
|
||||
if (!item.title) {
|
||||
|
||||
Reference in New Issue
Block a user