no message
This commit is contained in:
@@ -115,7 +115,7 @@ const getPublish = () => {
|
||||
if (publisPage == 0 && !publisloading.value) return
|
||||
|
||||
publisloading.value = true
|
||||
MyUserPublishHttp({ limit: 4, page: publisPage })
|
||||
MyUserPublishHttp({ page: publisPage })
|
||||
.then(res => {
|
||||
if (res.code != 200) return
|
||||
let data = res.data
|
||||
|
||||
Reference in New Issue
Block a user