Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-07 14:16:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c9f7392ab67f281b37bd82f861d7f98ff9263dff
c9f7392a
1 parent
21aeb13b
馃悶 fix: 鍥炲澶辫触鍚庯紝寮瑰嚭妗嗙姸鎬侀渶瑕佹仮澶峟alse
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/components/CommentList/index.vue
src/views/me/callMe.vue
src/components/CommentList/index.vue
View file @
c9f7392
...
...
@@ -143,8 +143,8 @@ const submitCommentBox = (note) => {
}
axios.post(`/srv/?a=${url}`, data)
.then(res => {
showCommentBoxPopup.value = false;
if (res.data.code === 1) {
showCommentBoxPopup.value = false;
Toast.success('鍙戝竷鎴愬姛')
onReload()
} else {
...
...
src/views/me/callMe.vue
View file @
c9f7392
...
...
@@ -171,8 +171,8 @@ const submitCommentBox = (note) => {
}
axios.post(`/srv/?a=${url}`, data)
.then(res => {
showCommentBoxPopup.value = false;
if (res.data.code === 1) {
showCommentBoxPopup.value = false;
Toast.success('鍙戝竷鎴愬姛')
// 鍒锋柊鍒楄〃
location.reload()
...
...
Please
register
or
login
to post a comment