We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d262d4c commit c7889a0Copy full SHA for c7889a0
1 file changed
src/pages/detail/index.vue
@@ -149,6 +149,7 @@ export default {
149
});
150
return;
151
}
152
+ this.isShowReply = false;
153
this.$ajax({
154
method: 'POST',
155
url: `https://cnodejs.org/api/v1/topic/${id}/replies`,
@@ -158,7 +159,6 @@ export default {
158
159
},
160
}).then((res) => {
161
const { success } = res;
- this.isShowReply = false;
162
if (success) {
163
wx.showToast({
164
title: '回复成功',
0 commit comments